

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engg knowledge and support exam preparation. Choose a topic below to get started.
1. |
WHICH_OF_THE_FOLLOWING_TERM_IS_BEST_DEFINED_BY_THE_STATEMENT_‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ‚À´NOTATION_THAT_CAN_BE_INPUT_DIRECTLY_INTO_A_COMPUTER-BASED_DEVELOPMENT_SYSTEM_OFFERS_SIGNIFICANT_BENEFITS.‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖŒÄ??$# |
A. | Machine readability |
B. | Maintainability |
C. | Structure enforcement |
D. | Overall simplicity |
Answer» B. Maintainability | |
2. |
The________ is represented as two processing boxes connected by an line (arrow) of control? |
A. | Repetition |
B. | Sequence |
C. | Condition |
D. | None of the mentioned |
Answer» C. Condition | |
3. |
A __________ executes the loop task first, then tests a condition and repeats the task until the condition fails. |
A. | repeat until |
B. | condition |
C. | do while tests |
D. | if then-else |
Answer» B. condition | |
4. |
A software component |
A. | Implements some functionality |
B. | Has explicit dependencies through provides and required interfaces |
C. | Communicates through its interfaces only |
D. | All of the mentioned |
Answer» E. | |
5. |
Which of the following term is best defined by the statement:”The ability to represent local and global data is an essential element of component-level design.”?$ |
A. | Data representation |
B. | Logic verification |
C. | “Code-to” ability |
D. | Automatic processing |
Answer» B. Logic verification | |
6. |
_________ is a pidgin(simplified version of a language that develops as a means of communication between two or more groups that do not have a language in common) |
A. | program design language |
B. | structured English |
C. | pseudocode |
D. | all of the mentioned |
Answer» E. | |
7. |
Which of the following steps is applied to develop a decision table? |
A. | List all actions that can be associated with a specific procedure |
B. | List all conditions during execution of the procedure |
C. | Define rules by indicating what action(s) occurs for a set of conditions |
D. | All of the mentioned |
Answer» E. | |
8. |
Which of the following is not a construct? |
A. | sequence |
B. | condition |
C. | repetition |
D. | selection |
Answer» E. | |