A(n) ________ is a set of specific, sequential steps that describe in natural language exactly what the computer must do to complete its task
A) flowchart
B) algorithm
C) problem statement
D) software program
B
Computer Science & Information Technology
You might also like to view...
In a Windows device driver, the ____ is used by the I/O Manager to communicate with the driver when it generates an IRP after an I/O request.
A. initialization routine B. dispatch routine C. start I/O routine D. unload routine
Computer Science & Information Technology
The basic building block of a doubly linked structure is a node with two pointers: head, which points left; and tail, which points right.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology