1 |
Software architecture elements are further divided into categories which in total are ----------- |
2
3
4
5
|
2 |
First hand accounts of the problem are always useful in Debugging process. |
True
False
None of them
|
3 |
Symptoms of logical errors are ------------------------------ |
code is misbehaving
The program doesn't crash, but the flow of program takes odd branches through the code.
Results are the opposite
Output looks strange
all of the given
|
4 |
The first “bug” was actually a moth, which flew through an open window and into one of the Mark -------
--’s relays. |
II
I
III
IV
|
5 |
It was lady named ----------------- who actually coin the term “bug" for the fiest time. |
Elisay Chistopher
Admiral Grace Hopper
Ana Nicholson
Jane Hopper
|
6 |
Two tests are considered to be equivalent if it is believed that: if one discovers a defect, the other
probably will too, and if one does not discover a defect, ---------------------------------. |
the other probably may
non of them
the other probably won’t either
the other probably will
|
7 |
Verification and validation are the processes in which we check a product against its --------- and the ----
----------- of the users who will be using it |
specifications, expectations
statements, expectations
specifications , arguments
statements, arguments
|
8 |
The order in which bytes of one word are stored is ----------- dependent |
Hardware
Software
language
system
|
9 |
One of the Guidelines to avoid common mistakes is to never use --------- except for declaration |
,
;
=
||
|
10 |
All comments should be written in----------- |
English
French
C++
JAVA
|