PYTHON

PYTHON

8th Grade

64 Qs

quiz-placeholder

Similar activities

Python Practice Quiz

Python Practice Quiz

11th Grade

60 Qs

VIRTUSA 2020 BATCH ( MODULE-1)

VIRTUSA 2020 BATCH ( MODULE-1)

University

60 Qs

Python Quiz

Python Quiz

12th Grade - Professional Development

62 Qs

ICT meeting test+

ICT meeting test+

11th Grade

65 Qs

VBIT I-II PYTHON QUIZ MID-1

VBIT I-II PYTHON QUIZ MID-1

9th - 12th Grade

60 Qs

Python Review

Python Review

9th - 12th Grade

60 Qs

Ujian Diagnostik ASK TING 2

Ujian Diagnostik ASK TING 2

12th Grade

60 Qs

Python CH1-3 Review

Python CH1-3 Review

8th Grade - Professional Development

59 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?