Python lesson quiz

Python lesson quiz

University

20 Qs

quiz-placeholder

Similar activities

Introducción a Arduino y Pensamiento Computacional

Introducción a Arduino y Pensamiento Computacional

9th Grade - University

16 Qs

Control Structures  C#

Control Structures C#

University

20 Qs

Year 5 Computing Summer End-Term Assessment

Year 5 Computing Summer End-Term Assessment

5th Grade - University

24 Qs

CS 11:QUIZ#2 (Basic Computer Programming)

CS 11:QUIZ#2 (Basic Computer Programming)

University

20 Qs

SO2 - Gerenciamento de E/S

SO2 - Gerenciamento de E/S

University

18 Qs

Ex - Python Control Statements

Ex - Python Control Statements

University

20 Qs

Python While Loops

Python While Loops

9th Grade - University

20 Qs

Uji Pengetahuan Dasar Informatika

Uji Pengetahuan Dasar Informatika

8th Grade - 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?