A. sequentially
B. in Parallel
C. sequentially & Parallel
D. none of the mentioned
Explanation: Objects may be distributed and may execute
sequentially or in parallel.
Related Mcqs:
- If all tasks must be executed in the same time-span, what type of cohesion is being exhibited ?
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion - Which of the following is conceptually similar to objects ?
A. PACKAGE
B. PROC
C. PRIVATE
D. None of the mentioned - Which of the following is a mechanism that allows several objects in an class hierarchy to have different methods with the same name ?
A. Aggregation
B. Polymorphism
C. Inheritance
D. All of the mentioned - Choose the incorrect statement in terms of Objects ?
A. Objects are abstractions of real-world
B. Objects can’t manage themselves
C. Objects encapsulate state and representation information
D. All of the mentioned - Grady Booch, James Rumbaugh, and Ivar Jacobson combined the best features of their individual object-oriented analysis into a new method for object oriented design known as _____________________?
A. HTML
B. XML
C. UML
D. SGML - In the Analysis phase, the development of the ______________ occurs, which is a clear statement of the goals and objectives of the project ?
A. documentation
B. flowchart
C. program specification
D. design - _______________ is the process of translating a task into a series of commands that a computer will use to perform that task ?
A. Project design
B. Installation
C. Systems analysis
D. Programming - Choose the option that does not define Function Oriented Software Design ?
A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None of the mentioned - What DFD notation is represented by the Rectangle ?
A. Transform
B. Data Store
C. Function
D. None of the mentioned - Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
A. Booch method
B. Rumbaugh method
C. Wirfs-Brock method
D. Coad and Yourdon method