HEMISPHERES 3.0 LEVEL VII DISCHARGE
& PREVENTION EXAM QUESTIONS WITH
CORRECT ANSWERS
1. What is debugging?
The process of finding, testing, and reducing bugs (errors) in
computer code
A structure used to host a website that prevents bugs from
occurring
Ensuring submitted HTML form values match expected patterns of
input
Locating and killing bugs within a location
2. What is pseudocode?
A logical plan in plain English to represent algorithms
A cryptographic encoding technique
A high-performance language for real-time simulations
A self-replicating malware variant
3. Which flowchart symbol is used to denote a process or action step?
Diamond
Rectangle
Oval
, Parallelogram
4. An approach to solving a programming problem:
re-phrasing the problem
dividing the problem
starting with the easiest part
, All of the answers
5. What is the best practice for representing multiline structures in
pseudocode?
Use indentation to indicate nested structures
Write each line without any specific format
End each line with a semicolon
Avoid using multiline structures altogether
6. Connector symbols may be used in place of
comment symbols.
long flowlines.
data flow symbols.
communications links.
7. How is a flowchart used in programming?
To represent algorithms visually
To create beautiful artwork
To confuse programmers
To replace pseudocode
8. An algorithm is:
A solution to a problem that can be solved by a computer.
A step by step sequence of instructions that if followed exactly
will solve the problem under consideration.
A series of instructions implemented in a programming language.
A special kind of notation used by programmers.
& PREVENTION EXAM QUESTIONS WITH
CORRECT ANSWERS
1. What is debugging?
The process of finding, testing, and reducing bugs (errors) in
computer code
A structure used to host a website that prevents bugs from
occurring
Ensuring submitted HTML form values match expected patterns of
input
Locating and killing bugs within a location
2. What is pseudocode?
A logical plan in plain English to represent algorithms
A cryptographic encoding technique
A high-performance language for real-time simulations
A self-replicating malware variant
3. Which flowchart symbol is used to denote a process or action step?
Diamond
Rectangle
Oval
, Parallelogram
4. An approach to solving a programming problem:
re-phrasing the problem
dividing the problem
starting with the easiest part
, All of the answers
5. What is the best practice for representing multiline structures in
pseudocode?
Use indentation to indicate nested structures
Write each line without any specific format
End each line with a semicolon
Avoid using multiline structures altogether
6. Connector symbols may be used in place of
comment symbols.
long flowlines.
data flow symbols.
communications links.
7. How is a flowchart used in programming?
To represent algorithms visually
To create beautiful artwork
To confuse programmers
To replace pseudocode
8. An algorithm is:
A solution to a problem that can be solved by a computer.
A step by step sequence of instructions that if followed exactly
will solve the problem under consideration.
A series of instructions implemented in a programming language.
A special kind of notation used by programmers.