CS 1713 Introduction to Computer Science Daily Problem

For each of the questions on the right indicate the letter of the items on the left would correctly fill in the blank. Note that some on the questions have multiple correct answers and you need to fill in all correct ones. In some cases there may be no correct answers. In these cases leave it blank. The questions refer to the Week 8 Lecture Notes. Aside from the first two questions, they refer to Case Study 13.
  1. In Case Study 7, approach 2, Student __________ Name.
  2. In Case Study 7, approach 2, Name __________ Student.
  3. In Case Study 7, approach 2, Name __________ Address.
  4. Shape __________.
  5. Circle __________.
  6. Circle __________ Shape.
  7. Shape __________ Circle.
  8. Square __________ Shape.
  9. Shape __________ Square.
  10. Square __________ Circle.
  1. is-a
  2. has-a
  3. extends
  4. is a super class of
  5. is a subclass of
  6. is abstract
  7. is the base class of
  8. is a parent class of
  9. is a child class of
  10. is a derived class of
  11. is a sibling class of
  12. cannot be instantiated
  13. can be instantiated
  14. is an instance of

Solution:

  1. b
  2.  
  3.  
  4. f, l
  5. m
  6. a, c, e, i, j
  7. d, g, h
  8. a, c, e, i, j
  9. d, h
  10.