Variables and Constants Quiz

Variables and Constants Quiz

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

LA3.C3: Variables

LA3.C3: Variables

9th Grade - University

16 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

AP Computer Science Principles Unit 1

AP Computer Science Principles Unit 1

9th - 12th Grade

15 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 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?