Vocab words - Javascript Flashcards

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

Function

A

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 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 approach to problem-solving

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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
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 collection of cells aligned horizontally in 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