1. Which of the following disaster testing method do you think cannot be considered good?
A. Checklist based testing
B. Parallel testing
C. Testing during a real disaster
D. All of the above
E. None of these
2. _______ are specially designed computers that perform complex calculations extremely rapidly.
A. Servers
B. Supercomputers
C. Laptops
D. Mainframes
E. None of these
3. Which of the following is not a binary number?
A. 110010
B. 201020
C. 101010
D. 100001
E. 1011101
4. The term ____ generates equipment that might be added to a computer system to enhance its functionality.
A. Digital device
B. System add-on
C. Disk pack
D. Peripheral device
E. None of these
5. White Box testing, a software testing technique is sometimes called ______.
A. Basic path
B. Graph testing
C. Data flow
D. Glass box testing
E. None of these
Answers and Explanations
1. Answer - Option C
Explanation -
Several methods of disaster testing can be performed by organizations- structured walk through testing, simulation testing, parallel testing and Full-interruption testing. Testing of disaster recovery plan periodically using above methods is necessary and beneficial as compared to testing during a
real or actual disaster.
2. Answer - Option B
Explanation -
A
supercomputer is a computer with
great speed and memory. This kind of computer can do jobs faster than any other computer of its generation. They are usually
thousands of times faster than ordinary personal computers made at that time.
3. Answer - Option B
Explanation -
Binary describes a
numbering scheme in which there are only two possible values for each digit:
0 and 1.
4. Answer - Option D
Explanation -
A peripheral device is a device that is connected to a
host computer, but not part of it. It expands the host’s capabilities but doesn’t form part of the core
computer architecture. e.g
mouse, keyboard, printers, hard drives, microphones etc.
5. Answer - Option D
Explanation -
White Box testing deals with the
internal logic and structure of the code. White Box testing is also called as structural,
glass box, open box or clear box testing.