APCSP Vocabulary List

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Computing innovation

is an innovation that includes a computer or program code as an integral part of its functionality.

2
New cards

Syntax error

A character or string incorrectly placed in a command or instruction that causes a failure in execution.

3
New cards

Variables

used to store information to be referenced and manipulated in a computer program.

4
New cards

Constructor

A constructor is a special type of subroutine called to create an object. It prepares the new object for use, often accepting arguments that the constructor uses to set required member variables.

5
New cards

Program

Provide coded instructions for the automatic performance of a task.

6
New cards

Nested if statement

A nested if statement is an if statement placed inside another if statement. There are two ways to make one. We can place an if statement inside the if code of another if statement. Before that nested if statement executes, both its condition and that of the preceding if statement have to be True.

7
New cards

Method

Collection of statements written in a programming language to describe a specific behavior.

8
New cards

Behavior

An action that an object can take or a task it can perform in response to a request from an external source.

9
New cards

Preconditions

Assumptions of what is true before the method is called.

10
New cards

Post-conditions

What will be true after the method is finished.

11
New cards

Pretest while structure

(also called a while loop) is used to define a block of code that will be executed repeatedly as long as a specified condition is true.

12
New cards

Simple condition

has one part. In the Jeroo language, a simple condition is formed by invoking a single sensor method.

13
New cards

Compound condition

A compound condition uses logical operators. The Jeroo language contains the three most commonly used logical operators: !(NOT), &&(AND), ||(OR).

14
New cards

Boolean

A binary variable, having two possible values called “true” and “false.”