PCEP Section 1C: Understanding Data Types and Variables

PCEP Section 1C: Understanding Data Types and Variables

12th Grade

15 Qs

quiz-placeholder

Similar activities

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

11th - 12th Grade

20 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Unit 3 Python Minor assessment

Unit 3 Python Minor assessment

10th - 12th Grade

19 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 13+ 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?