Quiz 1 & 2 Flashcards

1
Q

Flowchart symbol that signifies the process that is to be executed next.

A

Flowline

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

are used to hold ASCII characters or any 8-bit quantity.

A

Char

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

ANSI

A

American National Standards Institute

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

Identifiers are composed of letters, digits , and underscore.
True or False

A

True

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

C++ is not an influence on C Programming Language
True or False

A

True

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

Values that identifiers can hold.

A

Literals

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

used in creating compilers, system software, editors, embedded systems

A

C

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

Is a flowchart symbol used to perform calculations that are to be done.

A

Process

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

Main is not a valid identifier.
True or False

A

True

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

_n is A valid identifier.
True or False

A

True

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

It is possible to write “Clean C” that conforms to both the C++ and C standards.
True or False

A

True

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

tot sales is a valid identifier
True or False

A

False

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

1a is a valid identifier.
True or False

A

False

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

The C Programming Language is NOT case-sensitive.
True or False

A

False

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

The C programs can’t run in different operating system.
True or False

A

False

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

Graphical representation of the sequence of operations to be carried out in order to solve a specific problem.

A

Flowchart

17
Q

are used to hold whole numbers.

A

Integer

18
Q

Symbol used to signify the beginning and end of a flowchart.

A

Terminal/Terminator

19
Q

are use to hold real numbers or numbers with decimal values.

A

Float , Double

20
Q

Finite set of instructions that specify a sequence of operations to be carried out in order to solve a specific problem or a class of problems in textual form that is easy to understand.

A

Algorithm

21
Q

The Designer of C Programming Language.

A

Dennis Ritchie

22
Q

are reserved words that have special meaning.

A

Keywords