Unit 1 Vocab Flashcards

(16 cards)

1
Q

Command

A

A directive to a computer program to perform a certain task.

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

Function

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

Conditional Statement

A

Tells a program to execute an action depending of whether a condition is true or false.

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

Loop

A

A sequence of instructions 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
5
Q

Control Flow

A

The order in which the computer executes statements in a script.

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

Algorithm

A

A set of instructions that is designed to accomplish a task.

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

Iteration

A

A function that repeats a block of code in a specified order, often until a specific result occurs.

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

Troubleshooting

A

A systematic process used to locate the cause of a fault in a computer system and correct the relevant hardware and software issues.

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

Flow Chart

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

Preconditions

A

A statement placed before the segment.

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

Postconditions

A

A condition or predicate that must always be true just after the execution of some section of code or after an operation in a formal specification.

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

Row

A

a single group of related data within a table.

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

Column

A

A collection of cells aligned vertically in a table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

Decomposition

A

The process of breaking down a problem into a number of smaller problems

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

Pseudocode

A

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