1 |
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
|
2 |
The goal of testing is to expose ---------- defects in a software system before it is put to use. |
Latent
already present
current
runtime
|
3 |
------------- is a powerful technique that separates error-handling code from normal code. |
Exception handling
Code handling
variable handling
pointer handling
|
4 |
One of the causes of the portability issues is the order of ----------- varies from one implementation to
other. |
Evaluation
numbers
variables
symbols
|
5 |
The use of do while loops should be ------------- |
Avoided
encouraged
practiced
non of them
|
6 |
Types that are -----------to one file only can be declared inside that file. |
Local
Global
Private
General
|
7 |
Type conversions must always be done ------------- |
Explicitly
implicitly
simultaneously
non of them
|
8 |
A -------------------- is a code that explains itself without the need of comments and extraneous
documentation |
Self documenting code
Self telling Code
Self Documenting Design
Non of the them
|
9 |
Patterns are devices that allow programs to share knowledge about their -------------. |
Design
Code
Analysis
Non of the all
|
10 |
Software architecture defines the high level structure of the software by putting together a number of
architectural ---------- in an organized fashion. |
Elements
parts
components
non of the all
|