Learning Variables

Learning Variables

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Python Quiz

Python Quiz

12th Grade

11 Qs

Key Python Data Types

Key Python Data Types

9th Grade

16 Qs

Input Commands Quiz

Input Commands Quiz

10th Grade

15 Qs

Программирование C#

Программирование C#

1st - 10th Grade

10 Qs

Programming basics

Programming basics

10th - 11th Grade

11 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Python Mathematics Operators

Python Mathematics Operators

7th - 10th Grade

14 Qs

Learning Variables

Learning Variables

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Teetreeo Pittman

Used 4+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x= False , x is type of -----------

Integer

Boolean

Float

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code, x = -------------

12

15

36

1728

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code , the output will be -----------------

test

exam

testexam

z

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code, x = -------------

12

2

14

24

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable name?

str

int

float

nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = "23"

What type of data is stored in the variable age?

str

int

float

nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable age?

str

int

float

nothing

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?