Advertisement
Olkach

IT 240 Latest Version Set (A) Week 1 DQ 1

Dec 1st, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1.  
  2.  
  3. This paperwork of IT 240 Entire Course 2014 Latest Version A+ Study Guide comprises:
  4.  
  5.  
  6. INTRO TO LAN TECHNOLOGIES
  7.  
  8. Computer Science - General Computer Science
  9. 1.  (TCO 1) Object-oriented programming does not generally focus on _____. (Points : 5) 
  10.   A. data abstraction.
  11.   B. cutting down on the lines of code.
  12.   C. client side access to implementation details.
  13.   D. information hiding.
  14.   All of the above
  15.   None of the above
  16.   Only B and C 
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. 2.  (TCO 2) Which of the following components of a class definition can be overloaded? (Points : 5) 
  31.   Properties
  32.   Destructors
  33.   Static data members
  34.   All of the above
  35.   None of the above
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. 3.  (TCO 5) Which of the following method pairs are examples of method overloading? (Points : 5) 
  48.   A. public void Dance() ; public int Dance(int x)
  49.   B. public int Walk(int x, int y) ; public void Walk(int x, int y, int z)
  50.   C. public int Jump(int x, int y) ; public int Jump(int y, int x)
  51.   All of the above
  52.   Only A and B
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. 4.  (TCO 1) Which of the following statements is/are true? (Points : 5) 
  65.   Abstraction is the process of ignoring the unimportant details about a category entity or activity, while concentrating on the high level information.
  66.   Abstraction is the basic concept of the object-oriented paradigm.
  67.   Objects are created during program execution and eventually destroyed.
  68.   All of the above
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. 5.  (TCO 1) Which of the following would be the most appropriate choice for a method in a Cup class? (Points : 5) 
  81.   Drink()
  82.   Hot()
  83.   Break()
  84.   Color()
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. 6.  (TCO 2) Which of the following statements is/are true? (Points : 5) 
  97.   A. A private (helper) method can only be used inside the class. It cannot be called outside of the class, through an object of that class.
  98.   B. The programmer can control the scope of a data member of a class using access specifiers.
  99.   C. An important consideration when designing a class is identifying the audience, or users, of the class.
  100.   All of the above
  101.   Only A and C
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. 7.  (TCO 4) Which of the following terms can be used to describe inheritance relationships between classes? (Points : 5) 
  114.   parent/child 
  115.   super/sub 
  116.   base/derived
  117.   All of the above
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. 8.  (TCO 4) A Car class, Civic, and Driver class have what type of relationships? (Points : 5) 
  130.   The Driver has a Civic, and the Civic is a Car.
  131.   The Driver has a Civic, and the Car is a Civic.
  132.   The Driver has a Car, and the Civic is a Car
  133.   The Driver uses a Car, and the Car is a Civic.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. 9.  (TCO3) Which of the following might be potential class(es) in an application? (Points : 5) 
  146.   address
  147.   item
  148.   credit
  149.   All of the above
  150.   None of the above
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. 10.  (TCO3) What happens right after the identification of classes in the object oriented design process? (Points : 5) 
  163.   Determining the class responsibilities 
  164.   Determining class interaction 
  165.   Creating UML diagram
  166.   Developing SOW
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. 11.  (TCO 4) Which of the following is true about an inheritance hierarchy? (Points : 5) 
  179.   It is not a good practice to have deeply layered inheritance hierarchies.
  180.   When inheritance hierarchy is to
  181.  
  182. Complete course guide available here - https://bitly.com/12BJRGD
  183.  
  184. Develop enduring, beneficial relationships with instructors. Professors are a great resource for students and can really give you valuable advice. Ask them questions and offer to provide them with assistance as well. When you have a positive relationship with professors, you will have endless opportunities.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement