Computing Innovations

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
Call with Kai

No study sessions yet.

14 Terms

1
New cards

Computing Innovation

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 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

Provides coded instructions for the automatic performance of a task.

6
New cards

Nested If Statement

An if statement placed inside another if statement. It executes only if both its condition and that of the preceding if statement are true.

7
New cards

Method

A 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

A structure 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

A condition formed by invoking a single sensor method in the Jeroo language.

13
New cards

Compound Condition

A condition formed using logical operators (NOT, AND, OR) in the Jeroo language.

14
New cards

Boolean

A binary variable with two possible values: true and false.