variable

variable

KG - 5th Grade

11 Qs

quiz-placeholder

Similar activities

Python Variables

Python Variables

6th Grade

10 Qs

2) Python Variables

2) Python Variables

8th - 11th Grade

16 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

BASIC C PROGRAMMING

BASIC C PROGRAMMING

University

15 Qs

Python quiz 2

Python quiz 2

7th Grade

10 Qs

Python Basics

Python Basics

1st - 5th Grade

15 Qs

variable

variable

Assessment

Quiz

Education, Life Skills, Computers

KG - 5th Grade

Medium

Created by

Kanika yadav

Used 6+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What do we use variables for?

for storing data.

for printing commands.

for comment

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what will be the answer of this question

Num = 90

Num = 20

print(Num)

110

100

20

80

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which statement correctly assigns the string "Tanner" to the variable name?
name  = print( "Tanner")
input("Tanner")
name = "Tanner"

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In the following code, what type of variable is being created?

foo = 3.5

Integer

Float

String

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

which one of these variable is wrong?

_what = 'hello world'

1what = 'hello world'

what = 'hello world'

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what is a variable?

a box(container) in which we store values and information.

something we use to print a block of code

a comment

an error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x = 5

y = 6

print(x*y)

what will be the answer of the following

11

30

1

0

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?