Lesson 1 Flashcards

(18 cards)

1
Q

is a general-purpose, procedural, high-level programming language used in the development of computer software and applications, systems programming, games,
web development, and more

A

C

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

C was developed by whom

A

Dennis Ritchie

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

C is very fast, compared to other programming languages, like Java and Python

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

C is very versatile; it can be used in both applications and technologies

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

was developed as an extension of C, and both languages have almost the same syntax

A

C++

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

The main difference between C and C++ is that C++ support classes and objects, while C does not

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

a process or 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
8
Q

refers to a set of
rules/instructions that step-by-step define how a work is to be executed in order to get the expected results

A

Algorithm

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

building blocks for programming, and they allow things like computers, smartphones, and websites to
function and make decisions.

A

Algorithm

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

is a diagram that depicts a process, system, or computer algorithm.

A

Flowchart

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

is a picture of the separate steps of a process in sequential order.

A

flowchart

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

Indicates the beginning or end of a
flowchart.

A

Terminal Symbol

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

Represent a step in a process. This is the most common component of a flowchart.

A

Process

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

Shows a step that decides the next
step in a process. This is commonly a yes/no or true/false question.

A

Decision Symbol

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

Indicates the process of
inputting or outputting external data. This is indicated by the shape of a parallelogram.

A

Input / Output Symbol

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

is used when the target is on another page

A

Off-page Connector Symbol

17
Q

A preparation step

A

preparation symbol

18
Q

Shows the process’ direction. Each
flowline connects two blocks.

A

Flowline Symbol