One type of tool to aid the programmer during the planning stage is called a ____.
A. placeholder
B. flowchart
C. desk-checker
D. graphical user interface
Answer: B
You might also like to view...
The code template for an event handler identifies it as a type of __________ procedure.
a. Module b. Function c. Method d. Sub
Google ________ allows you to manage your events
Fill in the blank(s) with correct word
COGNITIVE ASSESSMENT Which of the following has a port to which a cable connects in order to coordinate the transmission and receipt of data, instructions, and information to and from the computer or device containing it?
A. router B. transmitter C. network interface card D. connector
The statement y = &yPtr;
a) assigns the address of the variable y to pointer variable yPtr. b) assigns the address of the variable yPtr to pointer variable y. c) is a compilation error. d) is a logic error.