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

Computer Science & Information Technology

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

Computer Science & Information Technology

Google ________ allows you to manage your events

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

Computer Science & Information Technology

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.

Computer Science & Information Technology