Programming Logic and Design
Chapter 1 Review Questions Latest
Update
Which of the following is true about newer programming languages as opposed to
older ones:
a. Newer languages do not require that you understand logic.
b. Newer languages do not have specific syntax rules
c. Programs in newer languages tend to be written as one set of steps instead of
being broken into modules
d. Newer languages allow you to use reasonable names for memory locations
instead of referencing memory addresses. - ANSWER-d. Newer languages allow
you to use reasonable names for memory locations instead of referencing memory
addresses.
Object oriented programming focuses most on:
a. Data
b. Objects
c. Procedures
d. Arithmetic - ANSWER-b. Objects
The attributes of an object are the things that it:
a. Has
b. Does
c. Influence
d. Understands - ANSWER-a. Has
Originally, object oriented programming was used most frequently for two major
types of applications. These were:
a. Payroll and inventory
b. Input and storage
c. Computer simulations and graphical user interfaces
d. Public and private applications - ANSWER-c. Computer simulations and graphical
user interfaces
Identifying all objects you want to manipulate and how they relate to each other is
known as:
a. Object programming
b. Object-oriented design
c. Method manipulation
Chapter 1 Review Questions Latest
Update
Which of the following is true about newer programming languages as opposed to
older ones:
a. Newer languages do not require that you understand logic.
b. Newer languages do not have specific syntax rules
c. Programs in newer languages tend to be written as one set of steps instead of
being broken into modules
d. Newer languages allow you to use reasonable names for memory locations
instead of referencing memory addresses. - ANSWER-d. Newer languages allow
you to use reasonable names for memory locations instead of referencing memory
addresses.
Object oriented programming focuses most on:
a. Data
b. Objects
c. Procedures
d. Arithmetic - ANSWER-b. Objects
The attributes of an object are the things that it:
a. Has
b. Does
c. Influence
d. Understands - ANSWER-a. Has
Originally, object oriented programming was used most frequently for two major
types of applications. These were:
a. Payroll and inventory
b. Input and storage
c. Computer simulations and graphical user interfaces
d. Public and private applications - ANSWER-c. Computer simulations and graphical
user interfaces
Identifying all objects you want to manipulate and how they relate to each other is
known as:
a. Object programming
b. Object-oriented design
c. Method manipulation