Python Reflect

Python Reflect

8th Grade

13 Qs

quiz-placeholder

Similar activities

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Intro to Python

Intro to Python

9th - 12th Grade

10 Qs

Introduction to Python

Introduction to Python

8th - 9th Grade

17 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

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