Search Header Logo
Code Combat Key Terms #4

Code Combat Key Terms #4

Assessment

Presentation

Computers

9th - 12th Grade

Easy

Created by

Kimberly A Van Horn

Used 1+ times

FREE Resource

1 Slide • 2 Questions

1

media
media
media

Summary of Key Terms

Variable: A unique name that stores a value.

Declare: To create a variable.

Assign: To store a value in a variable. The assignment operator (=) is required to do this. Remember, you can
store the following values in a variable:

Float

Integer

Boolean

String

Reassign: To change the value stored in a variable using the assignment operator.

Reference a variable: The process of using a
variable in your code by entering the variable name (without quotes).

Return: This occurs when a method call gives back a value.

2

Match

Match the following

Variable

Declare

Assign

a unique name that stores a value

to create a variable

to store a value in a variable

3

Match

Match the following

Reassign

Reference a variable

Return

to change the value in a variable

using a variable in your code

when a method call gives back a value

media
media
media

Summary of Key Terms

Variable: A unique name that stores a value.

Declare: To create a variable.

Assign: To store a value in a variable. The assignment operator (=) is required to do this. Remember, you can
store the following values in a variable:

Float

Integer

Boolean

String

Reassign: To change the value stored in a variable using the assignment operator.

Reference a variable: The process of using a
variable in your code by entering the variable name (without quotes).

Return: This occurs when a method call gives back a value.

Show answer

Auto Play

Slide 1 / 3

SLIDE