1) Malice type of software bug under the Intent category occurs due to __________
a. Limits on operation
b. Coding operation inefficiency
c. Incorrect data type
d. Viruses
Answer
Explanation
|
ANSWER: Viruses
Explanation: No explanation is available for this question!
|
|
2) Which among the below mentioned types of software bugs does not belong to the 'Execution Category'?
a. Semantic Error
b. Syntax Error
c. Truncation Error
d. Interface Error
Answer
Explanation
|
ANSWER: Interface Error
Explanation: No explanation is available for this question!
|
|
3) Which element of IDE performs the debugging integration as well as tracking of code execution?
a. Compiler
b. Project management
c. Source Code Editor
d. IDE debugger
Answer
Explanation
|
ANSWER: Source Code Editor
Explanation: No explanation is available for this question!
|
|
4) Decompiler is basically a program which performs translation ________
a. From low level to high level language
b. From high level to low level language
c. Between low level languages
d. Between high level languages
Answer
Explanation
|
ANSWER: From low level to high level language
Explanation: No explanation is available for this question!
|
|
5) By which name does the Fuzzy front-end literary renowned as?
a. Phase 0
b. Stage 0
c. Pre-Project Activities
d. All of the above
Answer
Explanation
|
ANSWER: All of the above
Explanation: No explanation is available for this question!
|
|
6) Which type of Fuzzy front-end element deals with an evolutionary and iterative mechanism progressing from birth to maturation of opportunity into a tangible idea?
a. Opportunity Identification
b. Opportunity Analysis
c. Idea Genesis
d. Idea Selection
Answer
Explanation
|
ANSWER: Idea Genesis
Explanation: No explanation is available for this question!
|
|
7) Which among the following forms a basis of decision construct in the structured programming?
a. SEQUENCE Construct
b. DERIVED Construct
c. REPEAT Construct
d. CHOICE Construct
Answer
Explanation
|
ANSWER: CHOICE Construct
Explanation: No explanation is available for this question!
|
|
8) What does the word “End do” in a pseudo code imply?
a. End of decision block
b. End of repetition block
c. End of program
d. All of the above
Answer
Explanation
|
ANSWER: End of repetition block
Explanation: No explanation is available for this question!
|
|
9) Which among the below stated flowchart symbols belongs to the category of control flow diagrams?
a. Process box
b. Program terminator
c. Program flow arrow
d. Off-page connector
Answer
Explanation
|
ANSWER: Off-page connector
Explanation: No explanation is available for this question!
|
|
10) Which among the below mentioned assertions is not a module design criteria for dividing problem into small modulus?
a. Number of modules should be unlimited or infinite
b. Decision-making should be restricted to higher level module
c. A single entry and exit point should exist for interfacing with various modules
d. Modules should be compiled separately
Answer
Explanation
|
ANSWER: Number of modules should be unlimited or infinite
Explanation: No explanation is available for this question!
|
|