Python 1

Python 1

1st Grade

11 Qs

quiz-placeholder

Similar activities

Introduction to Python - If and Else

Introduction to Python - If and Else

1st - 6th Grade

10 Qs

Text, Math and Loops

Text, Math and Loops

1st - 3rd Grade

15 Qs

Quizz

Quizz

1st - 12th Grade

16 Qs

Python Basics

Python Basics

1st - 5th Grade

15 Qs

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Y9 refresher

Y9 refresher

1st - 9th Grade

16 Qs

Programming - Output

Programming - Output

KG - 12th Grade

12 Qs

Python 1

Python 1

Assessment

Quiz

Computers

1st Grade

Hard

Created by

Cecilia Wambui

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To display something on the screen, use this command:

print()

Print()

Write()

write()

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

x = 5

y = 6

print(x*y)

The code above displays the following:

Error

30

xy

11

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

y = 6

print("x*y")

The code above displays the following:

Error

30

x*y

11

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

x = 5

y = 6

print(x*y)

Select the correct answer(s):

y is a value

x is a variable

print() is a function

y is a variable

print() is a variable

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

age = 16

message = "my age is: "

print message, age

Select the correct answer(s) below:

the output would read:

my age is 16

age is a variable

16 is assigned to the age variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type that can only be true or false

String

Dictionary

Integer

Boolean

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?