Programming Basics

Programming Basics

Assessment

Flashcard

Computers

7th Grade

Hard

Created by

Andre van der Westhuizen

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

1 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a variable?

Back

A container or storage location in programming that holds data/information that can change during the program. Like a labeled box that can store different values. Example: let score = 10.