What is a variable?

Computer Programming Quiz

Quiz
•
Other
•
University
•
Easy

Andrew Panares
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A type of operator
A fixed value in memory
A named storage location in memory that holds a value
A function that performs calculations
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid identifier?
char grade@;
double total amount;
float salary;
int 1stNumber;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does scope refer to in programming?
The speed of the program
The visibility or accessibility of a variable
The amount of memory used
The type of data stored
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of global scope?
int x = 10; // Global scope
void myFunction() { int y = 5; }
int z = 15; // Local scope
for(int i = 0; i < 10; i++) {}
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of data does 'int' store?
Strings
Integers
Single characters
Floating-point numbers
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used for addition?
-
*
+
/
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the relational operator '>' do?
Checks if the left value is greater than the right value
Checks if two values are not equal
Assigns a value to a variable
Compares two values for equality
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
UTS - Struktur Data

Quiz
•
University
15 questions
CMA 490 - Chapter 1 Review

Quiz
•
University
18 questions
MIDTERM EXAM

Quiz
•
University
25 questions
C Programming

Quiz
•
12th Grade - University
20 questions
QUIZERIA

Quiz
•
University
15 questions
Technoquiz..3

Quiz
•
University
15 questions
C Quiz

Quiz
•
University
20 questions
Orientation Quiz

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade