ecs Flashcards

1
Q

Command

A

An authoriative order

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

Functions

A

Work or operate in a certain way

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

Conditional Statement

A

A type of coding instruction used to compare values and express and make decisions

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

Loop

A

sequence of instructions that is continually repeated till 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 individual statements, instructions or function calls of an imperative program are executed or evaluated

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

Iteration

A

the repetition of a process in order to generate a sequence of outcomes

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

TroubleShooting

A

a form of problem solving, often applied to repair a system.

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

Flow Chart

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

Preconditions

A

a condition that must be fulfilled before other things can happen or be done

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

Postconditions

A

a condition or predicate that must always be true just after the execution of some section of code

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

Decomposition

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
15
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