Learning Variables

Learning Variables

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Python Data Types & Input/Output

Python Data Types & Input/Output

9th Grade

11 Qs

Python Ch. 1 & 2

Python Ch. 1 & 2

9th - 12th Grade

10 Qs

Python

Python

9th Grade

13 Qs

ENI635 - SBQ2

ENI635 - SBQ2

11th Grade

15 Qs

Delphi Term 2 Revision

Delphi Term 2 Revision

9th - 11th Grade

13 Qs

Random Number Generation in Java

Random Number Generation in Java

12th Grade

13 Qs

Python Basics Quiz

Python Basics Quiz

9th Grade

15 Qs

Python

Python

11th Grade

16 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?