Coding Vocab Flashcards

(16 cards)

1
Q

Command

A

Instruction given by a user to a computer or software to perform a specific 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 on 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 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
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

Repeating steps, or instructions. A single action that can be performed by a computer processor., over and over again.

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

Troubleshooting

A

The process of identifying and solving technical problems/a systematic approach to solving a problem.

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

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

Pseudocode

A

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