QUESTION 1
When using the OR logical operator to connect 2 conditions to create a complex Boolean expression, neither the first condition nor the second condition has to be true for the complex Boolean expression to be true.
True
False
QUESTION 2
String comparisons are generally not case sensitive.
True
False
QUESTION 3
A decision structure allows a program to perform actions only under certain conditions.
True
False
QUESTION 4
The case structure can be used as an alternative to a nested decisions structure .
True
False
QUESTION 5
A Boolean variable can only hold one of two values: true or false.
True
False
QUESTION 6
Divide and conquer: It’s easier to tackle bigger tasks individually.
True
False
QUESTION 7
A module is a group of statements that exists within a program for the purpose of performing a specific task.
True
False
QUESTION 8
When passing an argument by value, you’re using a 2-way communication between the calling module and the called module.
True
False
QUESTION 9
The scope of a variable describes the part of the program in which the variable can be accessed.
True
False
QUESTION 10
There should be no spaces in a module name.
True
False
1 answer
2.False
3.False
4.True
5.False
6.True
7.True
8.False
9.True
10.True