Midterm Flashcards

1
Q

The co-inventor of Dennis Ritchie for C language

A

Ken Thompson

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

A flowchart symbol that depicts the initialization of data

A

Preparation

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

The following are keywords in C except
A) short B) int C) get

A

C

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

he byte length of a double floating value.

A

8

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

The year in which C was completely standardized by ANSI

A

1989

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

A language similar to machine language but easier to program because it allows to substitute names for numbers

A

Assembly language

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

Useful for explanation of a code.

A

comment

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

Also known as branching statements.

A

Conditional

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

The decision making logic in C is treated as a/an operation

A

Arithmethic

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

A iterative statement inside another iterative statement is called

A

Nesting

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

Normally. would be the priority on which operation would be evaluated first.

A

precedence

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

The iterative statement usually used in tandem with a counter.

A

while

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

Variable names in C must not start with a/an

A

digits

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

Upper and lowercase letters are distinct because C/C++ is ___________ sensitive

A

case

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

A posttest loop

A

do while

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