PROGRAMMING Flashcards

1
Q

A step by step procedure for solving a problem or completing a task using symbols and arrows.

A

Flowchart

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

A method of writing instruction in steps rather than using symbols

A

Algorithm

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

The shape used in a flowchart to represent the start or end of a process

A

Oval

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

The shape used in flowchart to represent a decision-making step

A

Diamond

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

The shape used in flowchart to represent a process or operation

A

Rectangle

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

The shape used in a flowchart to represent input or output.

A

Parallelogram

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

The connection used in a flowchart to show the flow of processes

A

Arrow (Flowline)

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

The main difference between an algorithm and a flowchart

A

An algorithm is written in steps (pure text) while a flowchart uses graphical symbols.

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

What is the first step in creating an algorithm?

A

Identify the problem

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

After identifying the problem, what is the next step in an algorithm?

A

Analyze the problem

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

What comes after analyzing the problem in an algorithm?

A

Develop a step by step procedure (write the algorithm)

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

Once the algorithm is written, what is the next step before implementation?

A

Convert the algorithm into a flowchart

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

What is the process of writing, testing, and maintaining code to perform a specific task?

A

Programming

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

What is a set of instruction that a computer follows to perform a task?

A

Program

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