Python Variable Declaration Quiz

Python Variable Declaration Quiz

8th Grade

10 Qs

quiz-placeholder

Similar activities

Tin 8 bài 4

Tin 8 bài 4

8th Grade

12 Qs

Ôn tập 1,2,3 Tin học 8

Ôn tập 1,2,3 Tin học 8

8th Grade

15 Qs

JavaScript basics (vidcode, BR JSDJ Day 1)

JavaScript basics (vidcode, BR JSDJ Day 1)

5th - 12th Grade

10 Qs

Orange Belt Level 1

Orange Belt Level 1

6th - 8th Grade

13 Qs

Python

Python

8th Grade

10 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

F2 ASK Bab 3

F2 ASK Bab 3

8th Grade

5 Qs

Start game 8

Start game 8

8th Grade

10 Qs

Python Variable Declaration Quiz

Python Variable Declaration Quiz

Assessment

Quiz

Instructional Technology

8th Grade

Hard

Created by

Ashok Adhikari

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is a variable in Python?

A reserved word in Python

It is a name given to a value.

A function that takes one or more arguments and returns a value

A module in Python

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which of the following is a valid variable name in Python?

1var

var-1

var_1

var 1

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

The data type of the variable "x" in the code x = "False"

String

Integer

Float

Boolean

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Which of the following is not a valid data type in Python?

Integer

Float

Character

Boolean

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

What is the output of the following code? x = 5 y = "10" print(x + y)

15

510

TypeError: unsupported operand type(s) for +: 'int' and 'str'

None of the above

6.

FILL IN THE BLANK QUESTION

1 min • 4 pts

Common built-in data types in Python include __________, __________, __________, and __________.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Values are assigned to variables using the __________ operator.

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?