Back To Basics: Python Final Lesson

Back To Basics: Python Final Lesson

5th Grade

8 Qs

quiz-placeholder

Similar activities

Password Security

Password Security

4th - 5th Grade

10 Qs

What is the Internet?

What is the Internet?

4th - 5th Grade

10 Qs

Computer safety

Computer safety

3rd - 5th Grade

10 Qs

Privacy Policy Review

Privacy Policy Review

KG - University

7 Qs

Let's Talk about Passwords

Let's Talk about Passwords

1st - 5th Grade

8 Qs

Gmail Login

Gmail Login

KG - 12th Grade

10 Qs

Digital Citizenship

Digital Citizenship

KG - Professional Development

10 Qs

ICT G5 T2 L3: Password Security

ICT G5 T2 L3: Password Security

5th Grade

12 Qs

Back To Basics: Python Final Lesson

Back To Basics: Python Final Lesson

Assessment

Quiz

Computers

5th Grade

Medium

Created by

Saturday Kids

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times is hello printed?

1

3

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times does the program ask for your password?

1

5

till you get the correct password

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times did the program ask for the password?

1

5

till the correct password is entered

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the keyword below do?


def

call a function

define a function

start a loop

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the difference between = and ==? Select everything that is true.

= assigns something to a variable

== checks if a something is equal to something else

= checks if a something is equal to something else

== assigns something to a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many data types have we learnt?

1

3

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the code below evaluate to?


10 != 10

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What do you have to enter to get to path 3?

1 first, then 3

2 first, then 3

3 first, then 3