homework

1
Test Questions Chapter 1 T/F: Modules should be highly coupled and loosely couple modules should be avoided. A: False. Modules should be loosely coupled and highly coupled modules should be avoided. P: 5, section 1.2.2 Fill:In object-oriented programming, a class combines the ______ which are the characteristics of objects of a single type together with _________, which are the objects’ operations A: Attributes, Behaviors P: 3, section 1.1.2 Short: Are Abstract Data Types(ADTs) and data structures different? How So? A: Yes. Abstract Data Types are specifications of a group of values and operations on those values while data structures are the implementations of the ADT Multiple: When designing an Abstract Data Type (ADTs), what should be considered? A.) The implementation of the operations B.) The group of data and values C.) The operations performed on the groups of data and values D.) Both B and C A: D) Both B and C P: 17 section 1.5

description

for cs

Transcript of homework

Test Questions Chapter 1T/F: Modules should be highly coupled and loosely couple modules should be avoided.A: False. Modules should be loosely coupled and highly coupled modules should be avoided.P: 5, section 1.2.2 Fill:In object-oriented programming, a class combines the ______ which are the characteristics of objects of a single type together with _________, which are the objects operationsA: Attributes, BehaviorsP: 3, section 1.1.2Short: Are Abstract Data Types(ADTs) and data structures different? How So?A: Yes. Abstract Data Types are specifications of a group of values and operations on those values while data structures are the implementations of the ADTMultiple: When designing an Abstract Data Type (ADTs), what should be considered?A.) The implementation of the operationsB.) The group of data and valuesC.) The operations performed on the groups of data and valuesD.) Both B and CA: D) Both B and CP: 17 section 1.5