unit 1 Flashcards

unit

1
Q

command

A

a directive to a computer program to perform a specific task.

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

functions

A

a callable unit of software logic that has a well-defined interface and behavior and can be invoked multiple times.

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

conditional statement

A

a callable unit of software logic that has a well-defined interface and behavior and can be invoked multiple times.

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

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

columm

A

a collection of cells alligned vertically in a table

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

decompsotion

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

pseudocode

A

an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations

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