Midterm OOP - Lesson 1 Flashcards

1
Q

it is a programming methodology that uses objects and classes.

A

OBJECT ORIENTED PROGRAMMING

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

it is the collection of objects and classes in oriented
approach.

A

OBJECT ORIENTED PROGRAMMING

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

was introduced to overcome the flaws in the procedural
approach of programming.

A

OBJECT ORIENTED PROGRAMMING

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

each statement in the language tells the computer what to do.

A

PROCEDURAL APPROACH PROGRAMMING

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

a program in this approach is a list of instructions

A

PROCEDURAL APPROACH PROGRAMMING

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

True or False
Characteristics of OOP:
Emphasis on data rather than Procedure

A

True

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

True or False
Characteristics of OOP:
Programs are divided into entities known as parameters

A

False:
Programs are divided into entities known as Objects

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

True or False
Characteristics of OOP:
Objects communicate with each other through functions/methods

A

true

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

True or False
Characteristics of OOP:
Follows top down design in program design

A

false:
Follows bottom up design in program design

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