A computing innovation is an innovation that includes a computer or program code as an integral part

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

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.

15 Terms

1
New cards

What is a computing innovation?

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

2
New cards

What is a syntax error?

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

3
New cards

What are variables used for in a computer program?

To store information to be referenced and manipulated.

4
New cards

What is a constructor in programming?

A special type of subroutine called to create an object, accepting arguments to set required member variables.

5
New cards

What is the purpose of a program?

To provide coded instructions for the automatic performance of a task.

6
New cards

What defines a nested if statement?

An if statement placed inside another if statement that requires both conditions to be True before it executes.

7
New cards

What is a method in programming?

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

8
New cards

What is behavior in programming?

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

What are preconditions in relation to methods?

Assumptions of what is true before the method is called.

10
New cards

What are post-conditions?

What will be true after the method is finished.

11
New cards

What is the pretest while structure?

A construct used to define a block of code that will be executed repeatedly as long as a specified condition is true.

12
New cards

What is a simple condition in the Jeroo language?

A condition formed by invoking a single sensor method.

13
New cards

What is a compound condition?

A condition that uses logical operators.

14
New cards

What are the three commonly used logical operators in the Jeroo language?

!(NOT), &&(AND), ||(OR).

15
New cards

What is a Boolean variable?

A binary variable having two possible values called 'true' and 'false.'