Variables and Constants Quiz

Variables and Constants Quiz

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Year 8 - Input, Output and Storage Devices

Year 8 - Input, Output and Storage Devices

8th - 9th Grade

10 Qs

Computer Parts Review

Computer Parts Review

6th - 12th Grade

10 Qs

Python Introduction

Python Introduction

9th Grade

15 Qs

J277 2.1.1-2.1.2 Algorithms

J277 2.1.1-2.1.2 Algorithms

9th - 10th Grade

15 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Input and output devices

Input and output devices

9th Grade

15 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

Variables and Constants Quiz

Variables and Constants Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ackeema Johnson

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. A variable can only store one value at a time.


True
False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an example of a constant?

Hello
True
42
x

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Scenario: Jane is an IT student that needs to calculate the area of a circle. She uses a variable named 'radius' and a constant named 'pi' to represent the mathematical constant pi. 

Can Jane can change the value of 'pi' during processing?

Yes

No

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a variable ?

A reserved word in a programming language

A fixed value that never changes

A storage location with a name that holds a changing value

A special symbol used in calculations

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an example of a valid variable name?

total-marks

2ndStudent

if

student_name

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the main difference between a variable and a constant?

Variables store numbers, while constants store text

Variables can change value, while constants remain fixed

Constants take up more memory than variables

Variables must be written in uppercase letters

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a correct rule for naming variables?

Variable names must begin with a letter or underscore

Variable names cannot contain spaces

Variable names can begin with special symbols like @ and #

Variable names should be meaningful and descriptive

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?