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

APCSP CodeHS Unit 3

APCSP CodeHS Unit 3

10th - 12th Grade

20 Qs

Циклы

Циклы

9th Grade

16 Qs

Python Iteration

Python Iteration

10th Grade

17 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

9th - 12th Grade

20 Qs

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Foundations of Programming

Foundations of Programming

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?