Programming 1
Data Types
Computer terms
100

A mnemonic device often used to describe the sequence of the order of operations. 

What is an PEMDAS?

100

A word that describes what values can be held by the variable and what operations can be performed on the variable. 

What is a data type?

100

Are named memory locations whose contents can vary or differ over time. 

What is a variable?

200

A term used in coding that can only be one word.

What is Variable? 

200

What word describes data that consists of numbers and with which numeric operations can be performed.

What is numeric?

200

A statement that names a variable and its data type.

Declaration

300
Creating print statements in the Java terminal often uses. 

What is System.out.println();

300

Describes data that is nonnumeric.

What is a String?

300

The act of giving a variable a value.

What is initialization? 

400

This is used as a pictorial representation of a program .

What is a flowchart?

400

A primitive data type that stores whole numbers. 

What is integer? 

400

A variable that holds numeric values.

What is Numeric Variable?
500
This term has the example num SALES_TAX_RATE = 0.06 .

What is named constant?

500

A primitive data type that stores decimal numbers.

What is a double? 

500

A variable that can hold text that includes letters, digits, and special characters, such as punctuation marks.

What is a string variable?