unit 4 Flashcards

1
Q

What is a type of algebra in which results are calculated as either TRUE or FALSE

A

Boolean Logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Conditional Statement

A

A statement that can be written in the form “If P then Q,” where P and Q are sentences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the process of finding and fixing errors or bugs in the source code of any software

A

Debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe flowchart

A

A diagram that depicts a process, system or computer algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are functions

A

“Self contained” modules of code that accomplish a specific task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A sequence of instruction s that is continually repeated until a certain condition is reached

A

Loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are operators

A

A sign or symbol that specifies the type of calculation to perform within an expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an abstract storage location paired with an associated symbolic name, which contains some known or unknown quantity of data

A

Variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Decompose

A

Decomposition in computer science, also known as factoring, is breaking a complex problem or system into parts that are easier to conceive, understand, program, and maintain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a process where the design of a product or application is improved by repeated review and testing

A

Iterate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the use of tangible, embedded microcontroller-based interactive systems that can sense the world around them and/or control outputs such as lights, displays and motors

A

Physical Computing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is pseudocode

A

pseudocode is a description of the steps in an algorithm using a mix of conventions of programming languages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe prototype

A

a first, typical or preliminary model of something, especially a machine, from which other forms are developed or copied

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a device that detects and responds to some type of input from the physical environment

A

Sensors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a story board

A

A narrative prototype, usually created in the early stages of the software-making process, to articulate business and marketing requirements in the form of a usage scenario or story

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a user

A

A person who uses or operates something, especially a computer or other machine