Home
Search
Create
Library
Topics
Student
Teacher
Admin
Map
Sign in for more features
YourStory
Home
Search
Create
Library
Topics
Student
Teacher
Sign in
Feedback
Contact Us!
Assessment
What is a variable in programming?
A storage location identified by a variable name and containing data.
A section of code that cannot be altered.
A type of function performed in loops.
A visual representation of data.
Which of the following is an example of a variable name?
1stVariable
variable_name
my variable!
$variable
What is the purpose of initializing a variable?
To assign it a name only.
To declare a variable without assigning it a value.
To assign a value to a variable at the start.
To permanently fix the value of the variable.
Submit