Programming Concepts

Programming Concepts

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Magdalena Quiroz

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Expression

Back

A combination of operators and values that evaluates to a single value.

2.

FLASHCARD QUESTION

Front

Variable

Back

An abstraction inside the program that can hold a value. Each variable has associated data storage that represents one value at a time.

3.

FLASHCARD QUESTION

Front

Assignment operator

Back

Allows a program to change the value represented by a variable.

4.

FLASHCARD QUESTION

Front

Increment

Back

Add one to a number.

5.

FLASHCARD QUESTION

Front

Variable Type

Back

The kind of values that the variable can have and the operations that can be performed on it. In Snap! a variable can be either a number or a character string.