COMPUTER Flashcards

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

who develop the “C” ?

A

AT&T

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

what year AT&T develop the “C”?

A

late 1980’s

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

AT&T develop C programming languange as an?

A

Operating system (OS)

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

Who conceptualize C++?

A

Bjarne Stroustrup

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

entity that can be viewed as either concrete/abstract?

A

Object

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

representation/an “abstraction” of an object

A

Class

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

Well defined classes created in C++,when used by others in their own program are said to be encapsulated

A

Encapsulation

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

Using a prefined class leads of its original functions plus added new ones

A

Inheritance

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

4 operating systems

A

Microsoft like windows, Microsoft Office, IDE Visual Studio, Internet Explorer

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

Code for an object can be written independently

A

Modularity

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

Having objects promotes____ if an object has already been created

A

Code re-use

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

____ objects since the code is written seperately from the rest of the program

A

Easier to de-bug

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