click below
click below
Normal Size Small Size show me how
F5
| Question | Answer |
|---|---|
| Object-Oriented Analysis (OOA) is an iterative stage of analysis, which takes place during the software development life cycle. Group of answer choices True False | True@@ |
| In object-oriented programming (OOP), variable is an instance that typically represents a real world object. Group of answer choices True False | False@@ |
| Object-Oriented Analysis (OOA) aims to model the functional requirements of the software while remaining completely independent of any potential implementation requirements. Group of answer choices True False | True @@ |
| Object-Oriented Analysis and Design (OOAD) is a technical method of analyzing and designing an application based on that system’s object models. Group of answer choices True False | True @@ |
| In terms of computer science, objects can be anything in a programmatic sense, from a variable or data model to a function, class, or method. Group of answer choices True False | True@@ |
| Object-Oriented Design (OOD) is an extension of the object-oriented analysis process that preceded it. Group of answer choices True False | True@@ |
| OOA will focus everything through the lens of objects will combine all behaviors, characteristics, and states together into one analysis process. Group of answer choices True False | True@@ |
| It aims to model the functional requirements of the software while remaining completely independent. Group of answer choices OOP OOA OOD OOAD | OOA@@ |
| It is a technical method of analyzing and designing an application based on that system’s object models. Group of answer choices OOAD OOA OOD OOP | OOAD@@ |
| It is the extension of object-oriented analysis except with the implementation of constraints. Group of answer choices OOD OOA OOP OOAD | OOD@@ |
| The following are the advantage of Procedural Programming, except one. Which is it? Group of answer choices Code is not reusable General-purpose programming Source code is portable Ease of implementation | Code is not reusable @@ |
| It uses a list of instructions to tell the computer what to do step-by-step. Group of answer choices OOAD Procedural Programming SDLC OOP | Procedural Programming@@ |
| These variables can be used in all functions. Group of answer choices Modularity Predefined functions Global Variable Local variable | Global Variable |
| It will focus everything and combine all behaviors, characteristics, and states together into one analysis process. Group of answer choices OOP OOA OOD OOAD | OOA@@ |
| The following describes Procedural Programming except one. Which is it? Group of answer choices Program is divided into objects Top-down approach Overloading is impossible Uses function calls | Program is divided into objects |
| Defining the external behavior of the objects is an OOA stage. Group of answer choices True False | True@@ |
| It can be anything in a programmatic sense, from a variable or data model to a function, class, or method. Group of answer choices data object variable code | object @@ |
| The following describes Procedural Programming except one. Which is it? Group of answer choices Program is divided into functions Adding data is not easy It is based on unreal world objects Not suitable for parallel programming | Program is divided into functions |
| The following describes Procedural Programming except one. Which is it? Group of answer choices Data is secure Overloading is impossible Uses immutable data Uses function calls | Overloading is impossible |
| The following describes Object-Oriented Programming except one. Which is it? Group of answer choices Uses mutable data Overloading is possible Data is more important than function Adding data is not easy | Uses immutable data @@ |
| It is intuitive in the sense that it is very similar to how you would expect a program to work. Group of answer choices SDLC OOP Procedural Programming OOAD | Procedural Programming |
| It is a variable which is declared outside every other function defined in the code. Group of answer choices Modularity Global Variable Predefined functions Local variable | Global Variable |
| The following describes Procedural Programming except one. Which is it? Group of answer choices It is based on unreal world objects Overloading is impossible Uses function calls Top-down approach | Top-down approach |
| The following describes Procedural Programming except one. Which is it? Group of answer choices It is based on unreal world objects Overloading is impossible Uses function calls Top-down approach | It is based on unreal world objects |
| It is a variable that is declared in the main structure of a method and is limited to the local scope it is given. Group of answer choices Global Variable Modularity Predefined functions Local variable | Local variable @@ |
| It is a technical approach for analyzing and designing an application, system, or business by applying OOP. Group of answer choices OOD OOAD OOP OOA | OOAD @@ |
| It is an iterative stage of analysis, which takes place during the software development life cycle. Group of answer choices OOD OOA OOP OOAD | OOA |
| The following describes Object-Oriented Programming except one. Which is it? Group of answer choices Methods have certain side-effects Follows imperative model Overloading is impossible Not suitable for parallel programming | Overloading is impossible @@ |
| Describe how the objects interact with one another is an OOA method. Group of answer choices True False | False@@ |
| It is a variable that is declared in the main structure of a method and is limited to the local scope it is given. Group of answer choices Predefined functions Modularity Local variable Global Variable | Local Variable @@ |
| The following are the advantage of Procedural Programming, except one. Which is it? Group of answer choices General-purpose programming Source code is portable Ease of implementation Code is not reusable | Code is not reusable@@ |
| The following describes Object-Oriented Programming except one. Which is it? Group of answer choices Adding function is easy Program is divided into functions Bottom-up approach It has access to private specifiers | Program is divided into functions @@ |
| It will focus everything and combine all behaviors, characteristics, and states together into one analysis process. Group of answer choices OOD OOP OOAD OOA | OOA @@ |
| The following are the advantage of Procedural Programming, except one. Which is it? Group of answer choices Code can be reused in different parts Program code is harder to write General-purpose programming Source code is portable | Program code is harder to write@@ |
| The following are the advantage of Procedural Programming, except one. Which is it? Group of answer choices Memory requirement slashes Difficult to relate in real-world objects Program flow tracked easily Has large variety of books | Difficult to relate in real-world objects |
| The following describes Object-Oriented Programming except one. Which is it? Group of answer choices Program is divided into objects Uses function calls Not suitable for parallel programming Bottom-up approach | Uses function calls |
| In this feature, every group of systems then would have its own tasks finished one after the other. Group of answer choices Modularity Predefined functions Local variable Global Variable | Modularity |
| It is a creative process carried out by programmers to instruct a computer on how to do a task. Group of answer choices Planning Analysis Programming Designing | Programming |
| The following describes Procedural Programming except one. Which is it? Group of answer choices It is based on unreal world objects Program is divided into functions Adding data is not easy Not suitable for parallel programming | It is based on unreal world objects |
| It is when two dissimilar systems have two (2) different tasks at hand but are grouped together. Group of answer choices Predefined functions Modularity Global Variable Local variable | Modularity |
| It is typically an instruction identified by a name. Group of answer choices Modularity Global Variable Local variable Predefined functions | Predefined functions |
| The following describes Object-Oriented Programming except one. Which is it? Group of answer choices Bottom-up approach Uses mutable data Data is secure It is based on unreal world objects | It is based on unreal world objects@@ |