Python: Quiz 2.03 - Basic Data Types

Python: Quiz 2.03 - Basic Data Types

Professional Development

25 Qs

quiz-placeholder

Similar activities

Assessment #2

Assessment #2

5th Grade - Professional Development

20 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

DATATYPES - INPUT/OUTPUT - OPERATORS

DATATYPES - INPUT/OUTPUT - OPERATORS

Professional Development

24 Qs

Unix

Unix

University - Professional Development

21 Qs

Flutter_Q1

Flutter_Q1

Professional Development

21 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

WCF Training Test II

WCF Training Test II

Professional Development

20 Qs

Flutter_Q2

Flutter_Q2

Professional Development

22 Qs

Python: Quiz 2.03 - Basic Data Types

Python: Quiz 2.03 - Basic Data Types

Assessment

Quiz

Computers

Professional Development

Medium

Created by

J.P. Franke

Used 49+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is an Integer?

15

16.1

19 > 2

"The King in the North!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a Boolean Expression?

19 > 2

15 - 5

10 // 3

"Chaos is a Ladder"

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which Data type is this?: "We do not sow"

String

Boolean

Integer

Float

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Insert the missing command below to output "Fear cuts deeper than swords":

_____("Fear cuts deeper than swords")

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

the result of this equation:

15 / 5

will be a...?

Float

String

Boolean

Integer

Answer explanation

Remember: Division problems with the "/" operator will ALWAYS return a float, even if the numbers are evenly divided

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

(Fill in the blank)

We use the "_" character to specify a comment in Python

7.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Make a variable called "sword" and assign to it the string value of "Ice" (mind your capitalization and syntax)

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?