PYTHON

PYTHON

8th Grade

64 Qs

quiz-placeholder

Similar activities

Computer Science Quiz

Computer Science Quiz

3rd - 12th Grade

59 Qs

AQA GCSE Algorithms

AQA GCSE Algorithms

9th - 11th Grade

60 Qs

Python basic

Python basic

8th - 9th Grade

59 Qs

Python basics

Python basics

University

60 Qs

Chuyên đề 1. Các kiến thức cơ bản_Python

Chuyên đề 1. Các kiến thức cơ bản_Python

12th Grade

59 Qs

Python Quiz

Python Quiz

12th Grade - Professional Development

62 Qs

ASKT2 : Struktur Kod Arahan

ASKT2 : Struktur Kod Arahan

10th Grade

60 Qs

AI Midterm

AI Midterm

9th - 12th Grade

63 Qs

PYTHON

PYTHON

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Jyotsna Verma

Used 18+ times

FREE Resource

64 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is a data type in Python? Select multiple answers.

int

words

string

decimals

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the Python logo?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a command to have a message appear on the screen?

print

write

msg

input

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code do? 
name = "Bob"
if name == "Bob": 
     print ("Hello " + name) 
else:  
     print ("I dont know you")
prints bob
prints Hello Bob
nothing syntax error
prints I don't know you

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the Python command used to let the user type in some data

get

input

int

float

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?