Quiz on Variables

Quiz on Variables

7th Grade

25 Qs

quiz-placeholder

Similar activities

Year 8 Python HW 2

Year 8 Python HW 2

7th Grade

20 Qs

Python Basics

Python Basics

6th - 8th Grade

20 Qs

Quiz tentang File dan Ekstensi

Quiz tentang File dan Ekstensi

7th Grade

20 Qs

Computer Science Vocabualry

Computer Science Vocabualry

7th Grade

26 Qs

Python Iteration and Selection Quiz

Python Iteration and Selection Quiz

7th Grade

20 Qs

📝 Diagnostic Assessment – Information Technology

📝 Diagnostic Assessment – Information Technology

6th - 8th Grade

30 Qs

Python Множества shpa

Python Множества shpa

4th Grade - University

20 Qs

info

info

6th - 8th Grade

30 Qs

Quiz on Variables

Quiz on Variables

Assessment

Quiz

Information Technology (IT)

7th Grade

Medium

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A) A special character in coding

B) A place to store information in a program

C) A type of animal in a game

D) A method of deleting data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data can a variable store?

A) Only numbers

B) Only text

C) Numbers, text, or True/False values

D) Only images

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is an example of a variable in a game?

A) The colour of the background

B) The game’s music

C) The player’s score

D) The game’s graphics

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

A) 1stPlayer

B) player name

C) playerScore

D) player-name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, how would you declare a variable to store a player’s name?

A) set playerName = "Alice"

B) playerName: "Alice"

C) playerName = "Alice"

D) name.player = "Alice"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the code age = input("Enter your age: ") do?

A) Displays your age on the screen

B) Stores the user’s input as the variable age

C) Changes the user’s age

D) Deletes the user’s age

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these can change throughout a program?

A) A constant

B) A variable

C) A command

D) A function

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?