Python Quiz #1

Python Quiz #1

8th Grade

22 Qs

quiz-placeholder

Similar activities

Lesson 1.6 Quiz

Lesson 1.6 Quiz

7th - 8th Grade

20 Qs

Interviews

Interviews

7th - 8th Grade

20 Qs

Ocean Animals

Ocean Animals

KG - 12th Grade

20 Qs

Greek gods quiz

Greek gods quiz

5th - 12th Grade

20 Qs

Costas Levels of Questions

Costas Levels of Questions

7th - 8th Grade

20 Qs

1.05 & 1.06 Vocabulary

1.05 & 1.06 Vocabulary

KG - University

21 Qs

Basics of App Coding

Basics of App Coding

8th - 12th Grade

22 Qs

Escape Sequences

Escape Sequences

6th - 11th Grade

20 Qs

Python Quiz #1

Python Quiz #1

Assessment

Quiz

Other

8th Grade

Hard

Created by

Julio Hernandez Saca

Used 5+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question : What is the result of the following Python expression?

A) 11

B) 16

C) 10

D) 26

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question : Which of the following data types is used to store whole numbers in Python?

A) Float

B) String

C) Integer

D) Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question : Which loop is typically used when you know in advance how many times you want to repeat a piece of code?

A) For loop

B) While loop

C) Do-While loop

D) Repeat-Until loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question : What will the following code print?

A) 0 1 2 3 4

B) 1 2 3 4 5

C) 0 1 2 3

D) 1 2 3 4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question : In Python, what keyword is used to start an if-else statement?

A) elif

B) else

C) then

D) case

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question : Which of the following is not a valid variable name in Python?


A) my_variable

B) 123variable

C) _underscore

D) myVariable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the random.randint(1, 10) function do in Python?

A) Generates a random float between 1 and 10

B) Generates a random integer between 1 and 9

C) Generates a random integer between 1 and 10

D) Generates a random integer between 2 and 10

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?