Variables & Lists

Variables & Lists

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Structured information_E

Structured information_E

6th - 12th Grade

13 Qs

Python основы

Python основы

10th Grade

12 Qs

Python 1.0

Python 1.0

10th Grade

10 Qs

E-mail

E-mail

11th Grade

10 Qs

C# Database

C# Database

10th Grade

10 Qs

A Level - Data Structures 1

A Level - Data Structures 1

11th Grade

10 Qs

LIST - 1 - PYTHON 11

LIST - 1 - PYTHON 11

11th Grade

10 Qs

Variables & Lists

Variables & Lists

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Used 13+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You assign a VARIABLE by using 
=
" " or ' ' 
[ ]
>

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which statement is NOT correct about variables?
Variables provide a way to label data with a descriptive name
Variables are used to store information that you can refer to and manipulate
Variables are containers that hold values that can change
Variables cannot be displayed

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which statement is NOT correct about variable types
A 'string ' is a group of characters
A 'integer' is a WHOLE number
A 'float' is a DECIMAL number
A 'name' is a proper noun

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

You create a LIST by using 
= __
= [ ]
" " or ' '
List_

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which statement lets you ADD items to a LIST
ListName.append( )
ListName.add( )
ListName.pineapple
ListName + apple

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Lists can be FIXED (once created CONTENTS DO NOT CHANGE) or VARIABLE (CONTENTS CHANGE and can be added anytime in the computer program).
TRUE
FALSE

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The correct way to print 
mystring = 'tomato soup' 
mystring is the variable name
'tomato soup' is the value of the variable
Print tomato soup
print = tomato soup
print (mystring)
PRINT mystring

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?