1.1.3 Happy Balance Vocab Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

conditional statements

A

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program.
written as “if-then” or “if-then-else” statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Boolean expressions

A

A processing decision branch using relational operators (= ≠ > <) that returns one of two values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

chained conditional statement

A

A series of conditionals that a computer moves through until it finds the one that is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

argument

A

The values that a program provides to a function or subroutine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

integer

A

A whole number that does not have a decimal or any digits after the decimal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

procedure

A

A sequence of actions or instructions to follow in solving a problem or accomplishing a task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

arithmetic operator

A

A symbol in code that tells a computer to perform a specific math operation, such as addition, subtraction, multiplication, or division.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

notifier

A

a non-visible component from the User Interface drawer that creates a screen popup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

logical operators

A

used to examine the relationship between two values and determine whether the statement is true or false
(AND, OR, and NOT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly