Quiz 2

Quiz 2

5th Grade

10 Qs

quiz-placeholder

Similar activities

Kooltech+Captaincode3

Kooltech+Captaincode3

5th - 10th Grade

10 Qs

Python Basics

Python Basics

1st - 5th Grade

15 Qs

Wage Application

Wage Application

2nd - 8th Grade

12 Qs

Variables en Java

Variables en Java

5th Grade

8 Qs

Lesson 1

Lesson 1

1st - 5th Grade

5 Qs

Programming - Basic String Manipulation

Programming - Basic String Manipulation

2nd - 10th Grade

10 Qs

Struktur kawalan ulangan

Struktur kawalan ulangan

2nd - 5th Grade

11 Qs

Introduction to Python - If and Else

Introduction to Python - If and Else

1st - 6th Grade

10 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Computers

5th Grade

Hard

Created by

Ethan Wu

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a string literal?

42

3.14

True

"Hello, world!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a boolean literal in Python?

A type of variable that can only store true or false values

A variable that can store any number

A variable that can store text

A variable that can store both text and numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an integer literal?

"Hello"

2.718

False

42

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a float literal?

7

True

3.14159

"Python"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a boolean literal?

"42"

2.718

False

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements correctly declares a variable with the value of 42?

variable = 42

variable == 42

42 = variable

42 == variable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

123count

_count123

count$123

count 123

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?