code.org unit 4

code.org unit 4

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Back

expression

2.

FLASHCARD QUESTION

Front

An assignment operator:

Back

allows a program to change the value represented by a variable

3.

FLASHCARD QUESTION

Front

A data type that is either true or false

Back

Boolean Value

4.

FLASHCARD QUESTION

Front

___________________ affects the sequential flow of control by executing different statements based on the value of a Boolean expression?

Back

a conditional statement

5.

FLASHCARD QUESTION

Front

A ______________, also referred to as a "procedure" is a named group of programming instructions.

Back

function

6.

FLASHCARD QUESTION

Front

A _________________ is an ordered sequence of characters.

Back

string

7.

FLASHCARD QUESTION

Front

A named reference to a value that can be used repeatedly throughout a program is called a _________________.

Back

variable

8.

FLASHCARD QUESTION

Front

<, >, <=, >=, ==, != indicate a Boolean expression

Back

Comparison Operators

9.

FLASHCARD QUESTION

Front

debugging

Back

finding and fixing problems in an algorithm or program