Topic 1 - Intro to C Flashcards

1
Q

C was developed at ___________.

It is a by-product of ________.

A
  • Bell Laboratories

- Unix

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

B was developed when?

By whom?

A
  • 1970

- Ken Thompson

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

B was extended into a new version that later became C. When did this happen?
By whom?

A
  • 1973

- Dennis Ritche

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

What does C++ have or doesn’t relative to C?

A

includes all the features of C, but adds classes and other features to support object-oriented programming

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

Java is based on _____

A

C++, therefor inheriting many C features

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

What is C#

A

A more recent language derived from C++ and Java

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

Perl has adopted many of the features of ______.

A

C

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

Is C still widely used for developing new software or has it been abandoned?

A

Still widely used.

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

What approach does this course follow:
top-down
bottom-up

A

bottom-up

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