C++ History Flashcards

1
Q

C++ was developed by

A

Bjarne Stroustrup

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

AT&T

A

American Telephone & Telegraph

Company

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

This combination of features of SIMULA 67 and C resulted in a new language called

A

C

with Classes

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

C

with Classes by Bjarne in

A

1979

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

Therefore, some features and ideas were taken from

A

ALGOL 68

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

The name C++ is credited to

A

Rick Mascitt

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

During ____, ______ created C Programming language

A

1970 Dennis Ritchie

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

1960

A

Algol - International Group

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

1967

A

BCPL (Basic Combined Programming Language) - Martin Richard

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

1970

A

B - Ken Thompson

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

1972

A

Traditional C - Dennis Ritchie

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

1978

A

K&R C - Kernighan & Ritchie

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

1983

A

C++ - Bjarne Stroustrup

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

A sequence of statements intended to accomplish a task.

A

Program

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

Is a process of planning and creating a program.

A

Programming

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

A set of rules, symbols, and special words used to construct programs.

A

Programming language

17
Q

Smallest individual unit of a program written in any programming language.

A

Token

18
Q

3 Tokens

A

Special Symbols
Reserved Words
Identifiers

19
Q

Compile time error

A

Syntax error

20
Q

Run-time error

A

Logical Error

21
Q

error in the program

A

bug

22
Q

finding and fixing the errors

A

Debug / Debugging

23
Q

BASIC

A

Beginners’ All Purpose Symbolic Instruction Code

24
Q

BCPL

A

Basic Combined Programming Language

25
Q

IDE

A

Integrated Development Environment