Lesson 1 Flashcards

1
Q

It is a way of representing mechanical, electrical, system processes, and other objects and information in a form of symbols

A

Technical Drawing

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

A language with which we can store and transmit information

A

Technical Drawing as a Language

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

It is a graphical representation of an algorithm and it is composed of symbols

A

Flowchart

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

It is a process or a set of rules to be followed in calculations or other problem-solving operations

A

Algorithm

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

Theses are the commands or any programming languages to execute a flowchart

A

Pseudocode

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

What are the basic flowchart symbols?

A

Terminal/Terminator (Oval)
Flowlines (Lines)
Input/Output (Paralellogram)
Processing (Rectangle)
Decision (Diamond)
Off-page connector (Upside down Pentagon)
On-page connector (Circle)

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

It shows controls over document flow through systems

A

Document flowchart

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

It is used to show the channels through which data is transmitted rather than the flow of controls

A

Data flow diagram

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

It shows the physical or resource level controls, displays the flow of algorithms, and displays the flow of data within a system and the decisions made to control events

A

System flowchart

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

It is used to solve particular problems such as a mathematical problem solving and others

A

Program flowchart

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

It is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer

A

Algorithm

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

Algorithm takes input data, which can be in various formats, such as numbers, text or images

A

Input

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

It processes the input data through a series of logical and mathematical operations, manipulation and transforming it as needed

A

Process

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

It is a result, decision, or some other meaningful information

A

Output

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

It accomplishes tasks quickly and with minimal resources

A

Efficiency

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

Algorithm designers constantly seek ways to optimize their algorithms, making them faster and more reliable

A

Optimization

17
Q

Algorithms are implemented in various programming languages, enabling computers to execute them and produce desired outcomes

A

Implementation