Python lesson quiz

Python lesson quiz

University

20 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

16 Qs

Ev3 Mindstorm Term 3 Jack O

Ev3 Mindstorm Term 3 Jack O

KG - Professional Development

20 Qs

Flowchart & Pseudocode

Flowchart & Pseudocode

University

21 Qs

EST102 : PROGRAMMING IN C TEST 1

EST102 : PROGRAMMING IN C TEST 1

University

20 Qs

Inovação na Sala de Aula

Inovação na Sala de Aula

University

15 Qs

Exam 1 Practice

Exam 1 Practice

University

15 Qs

Quiz1_9B

Quiz1_9B

3rd Grade - Professional Development

20 Qs

PHP Quiz 1

PHP Quiz 1

University

20 Qs

Python lesson quiz

Python lesson quiz

Assessment

Quiz

Computers

University

Hard

Created by

bailey shelton

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to print stuff out to the screen?

print()

log()

show()

output()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the length of the list ['Tom', 'luis', 'bob', 'alice']

2

3

4

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What is the output?

name = "Bob"
print(name)

"name"

name

"Bob"

Bob

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we do if we don't know how to solve a problem?

Give up

Google it

Keep going without fixing it

Not solve it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is this?
for num in numbers:
do something

while loop

num loop

for loop

do loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is statically typed not dynamically typed T/F

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

Instructions to do something

Fancy word for nonsense

Game design

Not math

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?