_________ begins with the aspects of the real world that must be modeled to perform the task.

A. CASE
B. Component-based development
C. Object-oriented development
D. Prototyping

Ans: C. Object-oriented development

Computer Science & Information Technology

You might also like to view...

Which of the following configures Arial, Verdana, or the default sans-serif font for an element?

a. font-face: Arial; b. font-type: Arial, Verdana, sans-serif; c. font-family: Arial, Verdana, sans-serif; d. font-typeface: Arial, Verdana, sans-serif;

Computer Science & Information Technology

The JPA annotation @Basic specifies whether the column is optional and whether the corresponding data should loaded ________ (i.e., only when the data is accessed through the entity object) or ________ (i.e., loaded immediately when the entity object is created).

a. lazily, actively b. slowly, eagerly c. lazily, eagerly d. idly, actively

Computer Science & Information Technology