Python Basics Quiz

Python Basics Quiz

10th Grade

19 Qs

quiz-placeholder

Similar activities

JavaScript CFE Review #2

JavaScript CFE Review #2

10th Grade

20 Qs

Питон П411

Питон П411

9th - 12th Grade

20 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

Domain 2 Multiple Choice Practice

Domain 2 Multiple Choice Practice

10th Grade

21 Qs

Video Game Programming and Design Questions

Video Game Programming and Design Questions

9th - 12th Grade

20 Qs

Python Basics Quiz I

Python Basics Quiz I

10th Grade

15 Qs

ÔN TẬP CRV1

ÔN TẬP CRV1

6th Grade - University

22 Qs

Analisis Data dengan Python

Analisis Data dengan Python

10th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

10th Grade

Easy

Created by

Tiffany Price

Used 2+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the assignment operator '=' do in Python?

Assigns a value to a variable

Compares two values

Concatenates two strings

Returns the data type of a value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in Python returns the data type of a value?

type()

print()

str()

int()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the value "Hello!" in Python?

str

int

float

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an integer in Python?

2

2.5

"2"

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the value 2.5 in Python?

float

int

str

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in programming?

A type of data that represents whole numbers

A named pointer to a piece of data

A sequence of text characters

A rational number with a decimal point

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the process of assigning a value to a new variable called?

Reassignment

Initialization

Declaration

Compilation

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?