
Understanding Computer Science Variables

Flashcard
•
Computers
•
11th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is a variable in computer science?
Back
A variable is a symbolic name for a storage location in memory that can hold a value and may change during program execution.
2.
FLASHCARD QUESTION
Front
How do you declare a variable in Python?
Back
You declare a variable in Python by using the syntax: variable_name = value.
3.
FLASHCARD QUESTION
Front
What is the difference between a local and a global variable?
Back
Local variables are scoped to a function or block, while global variables are accessible throughout the entire program.
4.
FLASHCARD QUESTION
Front
What data types can a variable hold? Options: Integers, floats, strings, booleans, arrays, objects, null, Images, videos, sounds, documents, Functions, methods, classes, interfaces, Characters, lists, sets, tuples
Back
Integers, floats, strings, booleans, arrays, objects, null
5.
FLASHCARD QUESTION
Front
How do you change the value of a variable?
Back
Use the assignment operator to assign a new value to the variable.
6.
FLASHCARD QUESTION
Front
What is variable scope?
Back
Variable scope is the context that determines the accessibility and lifetime of a variable in a program.
7.
FLASHCARD QUESTION
Front
What is the purpose of a constant variable?
Back
The purpose of a constant variable is to hold a value that cannot be altered after its initial assignment.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Linear Regression Flashcard

Flashcard
•
12th Grade
15 questions
Scatterplot Association Flashcard

Flashcard
•
12th Grade
12 questions
String Handling Flashcard

Flashcard
•
11th Grade
15 questions
Chapter 7 Review

Flashcard
•
11th - 12th Grade
15 questions
Regression Equations

Flashcard
•
11th - 12th Grade
15 questions
Categorical Vs Quantitative Variable Practice Flashcard

Flashcard
•
12th Grade
15 questions
Categorical Vs Quantitative Variable Practice Flashcard

Flashcard
•
12th Grade
15 questions
Scientific Method and Variables

Flashcard
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade