Lesson 1-2 Flashcards

1
Q

is an enhanced version of the earlier programming languages.

A

C Programming language

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

Performs any calculations that are to be done.

A

Processing Symbol

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

order

Testing and Debugging
Design
Requirement Specification
Coding

A

Requirement Specification - Design - Coding - Testing and Debugging

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

provides for the repetitive execution of an operation or routine while the condition is true.

A

Repetition or Looping

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

A non-processing symbol used to connect one part of a flowchart to another without drawing flow lines.

A

On-Page Connector

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

Signifies the preparation of data.

A

Preparation/Initialization

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

is a finite set of instructions that specify a sequence of operations.

A

Algorithm

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

there are zillions of lines of C legacy code.
True or False

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Used to create UNIX
  • First portable language
  • Hardware Independent
  • Can run in different operating systems
  • Produces code that runs nearly as fast as code written in assembly language
A

C programming

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

Designates entry to or exit from one page when flowchart requires more than one page.

A

Off-Page Connector

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

Data are to be read into the computer memory from an input device or data are to be passed from the memory to an output device.

A

Input/output Symbol

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

Signifies the process that is to be executed next.

A

Flow lines

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

Process is executed from one to another in a straightforward manner.

A

Sequence

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

Used to signify the beginning and end of a flowchart

A

Terminal Symbol

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

A choice is provided between two or more alternatives.

A

Selection

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

A diagram representing the logical sequence. Blueprint of a program.

A

Flowchart

17
Q

Signifies any condition that are to be done.

A

Decision Symbol