This statement uses the value of a variable or expression to determine where the program will branch to.
a. switch
b. select
c. association
d. scope
e. None of these
a. switch
You might also like to view...
Exception handling is an example of a programming methodology known as:
a. structured programming b. object oriented programming c. goto programming d. event-driven programming
Who is often a supporter of first responders to a security incident and should follow good forensic practices?
A. Technician B. End user at the affected workstation C. Human resources manager D. Chief executive officer
A network administrator is looking to implement a solution allowing users to utilize a common password to access most network resources for an organization. Which of the following would BEST provide this functionality?
A. RADIUS B. Single sign on C. Multifactor authentication D. Two-factor authentication
Which statement is false?
a) It’s necessary to include names of pointer arguments in function prototypes. b) A function receiving an address as an argument must define a pointer parameter to receive the address. c) The compiler does not distinguish between a function that receives a pointer and a function that receives a single-subscripted array. d) The function must “know” whether it is receiving a sin-gle-subscripted array or simply a single variable for which it is to perform simulated call by reference.