variable

variable

KG - 5th Grade

11 Qs

quiz-placeholder

Similar activities

Python - Data types and Conditional statements

Python - Data types and Conditional statements

4th - 8th Grade

10 Qs

9.2 Further programming

9.2 Further programming

9th Grade

12 Qs

S3 Python 1

S3 Python 1

8th - 10th Grade

12 Qs

Python Variables

Python Variables

University

10 Qs

Python Basics and Syntax

Python Basics and Syntax

6th - 12th Grade

9 Qs

Basic Python

Basic Python

6th - 12th Grade

9 Qs

Coding Basics

Coding Basics

6th - 12th Grade

9 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

variable

variable

Assessment

Quiz

Education, Life Skills, Computers

KG - 5th Grade

Medium

Created by

Kanika yadav

Used 7+ 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?