PCEP Section 1C: Understanding Data Types and Variables

PCEP Section 1C: Understanding Data Types and Variables

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

Python variables

Python variables

9th - 12th Grade

16 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

python quiz

python quiz

12th Grade

20 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

list in python

list in python

12th Grade

20 Qs

PCEP Section 1C: Understanding Data Types and Variables

PCEP Section 1C: Understanding Data Types and Variables

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Misti McDaniel

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Boolean value in Python?

TRUE

True

"True"

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the variable `x` after executing the following code? ```python x = 0b1010 ```

2

8

10

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a floating-point literal in Python?

42

3.14

"3.14"

0b101

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names follows PEP-8 naming conventions for variables?

myVariable

My_variable

my_variable

myVariable1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the decimal value of the hexadecimal number `0x1F`?

15

16

31

30

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.2e3

4.2^3

4.2*10^3

4.2e-3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid string assignment in Python?

name = "Alice"

name = 'Alice'

name = Alice

name = """Alice"""

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?