Vocab Words Unit 4 Flashcards

1
Q

Boolean Logic

A

Boolean logic takes two statements or expressions and applies a logical operator to generate a Boolean value that can be either true or false.

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

Conditional Statement

A

A programming construct that allows you to execute a sequence of code based on whether a set of given conditions are met or not.

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

Debugging

A

The process of finding and fixing errors or bugs in the source code of any software.

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

Flowchart

A

A diagram depicting a process, a system or a computer algorithm.

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

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

Loop

A

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

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

Operators

A

A character, or characters, that determine what action is to be performed or considered.

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

Variable

A

Something that can be changed.

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

Decompose

A

Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.

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

Iterate

A

The technique marking out of a block of statements within a computer program for a defined number of repetitions.

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

Physical Computing

A

Takes a hands-on approach, which means spending a lot of time building circuits, soldering, writing programs, building structures to hold sensors and controls, and figuring out how best to make all of these things talk to each other and give the desired output.

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

Pseudocode

A

A detailed yet readable description of what a computer program or algorithm should do.

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

Prototype

A

An original model, form or an instance that serves as a basis for other processes.

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

Sensors

A

A device, module, machine, or subsystem that detects events or changes in its environment and sends the information to other electronics, frequently a computer processor.

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

Storyboard

A

A narrative prototype.

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

User

A

A person who utilizes a computer or network service.