Python Reflect

Python Reflect

8th Grade

13 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 8th Grade

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Reflect

Python Reflect

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Waleid Majid

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display something on the screen, use this command:

print()

Print()

screen()

write()

display()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display the following on screen

Hello World!

the following command should be used:

print(Hello World!)

print("Hello World!")

print("Hello World" + !)

print"(Hello World!)"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which symbol do we use if we want to add a comment to our code?
@
#
*
&

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator performs a division?

-

+

/

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Converts a number to a string
str()
int()
parseInt()
convert

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?