Computer Science - Object Oriented Programming Using C++

1.
You typically initialize a String variable to _____
an asterisk
a space enclosed in single quotes
the number 0
a zero-length string
Answer: Option
Explanation:
No answer description is available. Let's discuss.

2.
The set of instructions for how to tie a bow is an example of the _____ structure
control
repetition
selection
sequence
switching
Answer: Option
Explanation:
No answer description is available. Let's discuss.

3.
If no exception is thrown ________
a catch block will cause an error
the first catch block coded will execute
the last catch block coded with execute
any catch blocks coded with be bypassed
Answer: Option
Explanation:
No answer description is available. Let's discuss.

4.
A program that predicts the exact sequence in which events will take place is said to be ________
compiled
interpreted
procedural
object-oriented
Answer: Option
Explanation:
No answer description is available. Let's discuss.

5.
A blueprint for creating an object in C++ is called _____
a class
an instance
a map
a pattern
a sketch
Answer: Option
Explanation:
No answer description is available. Let's discuss.