The _________ operating system(s) treat uppercase and lowercase letters differently.
a. UNIX
b. Linux
c. Windows
d. both a and b
d. both a and b
You might also like to view...
A GUI typically includes all of the following EXCEPT ________
A) icons B) a desktop C) hardware D) a pointer
Answer the following statements true (T) or false (F)
1. When a variable is passed by value, changes to that argument made within the module also affect the value of the variable in the part of the program that made the call to that module. 2. A hierarchy chart does not reveal details of the steps taken inside the module. 3. When a variable is passed by reference to a module, changes to the value of the argument in the module will also affect the variable in the part of the program that sent that argument. 4. An attempt to pass a non-variable argument into a reference variable parameter will cause an error. 5. Modules can be written for commonly needed tasks, and those modules can be incorporated into each program that needs them.