Python Unit 3 Comprehension Check (3,4,5,6)

Python Unit 3 Comprehension Check (3,4,5,6)

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

Programming 1 Test Review (End of Quarter)

Programming 1 Test Review (End of Quarter)

11th Grade

20 Qs

Flow of Control

Flow of Control

11th - 12th Grade

18 Qs

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

Chapter 7-8 Review

Chapter 7-8 Review

11th Grade

20 Qs

Cấu trúc For trong Python

Cấu trúc For trong Python

10th Grade

15 Qs

Banana Tales Part 1 - For loop & Range

Banana Tales Part 1 - For loop & Range

9th - 10th Grade

18 Qs

Python Unit 3 Comprehension Check (3,4,5,6)

Python Unit 3 Comprehension Check (3,4,5,6)

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Cindi Schulze

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final result of the expression 4 + 5 * 3?

27

12

21

19

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have a variable defined as a="4".

What is the variable type of a?

str

int

float

number

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of data does a float variable contain?

whole numbers

words

numbers with decimal components

a float is not a Python variable type

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final result of the expression 2**3?

6

8

2

that is not a valid Python expression

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the character that in-line Python comments begin with?

#

%

-

"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following program? Assume the user enters "Florence" then "Fernandez".

Fernandez Florence

Florence

Fernandez

FlorenceFernandez

Florence Fernandez

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following choices is NOT a Python variable type?

int

str

float

number

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?