Unit 4: Variables, Conditionals, & Functions (APCSP '23-'24)

Unit 4: Variables, Conditionals, & Functions (APCSP '23-'24)

Assessment

Flashcard

Created by

Rodney Roberson

Computers

9th - 12th Grade

Hard

Student preview

quiz-placeholder

50 questions

Show all answers

1.

FLASHCARD QUESTION

Front

The equality operator is used to compare two values, and returns a Boolean (true/false).

Back

==

2.

FLASHCARD QUESTION

Front

A precise sequence of instructions for processes that can be executed by a computer

Back

Algorithm

3.

FLASHCARD QUESTION

Front

In programming, an expression that evaluates to True or False.

Back

Boolean Expression

4.

FLASHCARD QUESTION

Front

A variable with local scope is one that can only be seen, used and updated by code within the same scope. Typically this means the variable was declared (created) inside a function -- includes function parameter variables.

Back

Local variable

5.

FLASHCARD QUESTION

Front

Any sequence of characters between quotation marks (ex: "hello", "42", "this is a string!").

Back

String

6.

FLASHCARD QUESTION

Front

On-screen objects, like buttons, images, text boxes, pull down menus, screens and so on.

Back

UI Elements

7.

FLASHCARD QUESTION

Front

The visual elements of a program through which a user controls or communicates with the application.

Back

User Interface

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?