A step-by-step procedure to solve a problem is a(n)

a) program
b) algorithm
c) flowchart
d) structured walk through


b) algorithm

Computer Science & Information Technology

You might also like to view...

What is a complete graph? How many edges are contained in a complete graph on n vertices?

What will be an ideal response?

Computer Science & Information Technology

For each of the following, write C++ statements that perform the specified task. Assume that unsigned integers are stored in four bytes and that the starting address of the built-in array is at location 1002500 in memory.

a) Declare an unsigned int built-in array values with five elements initialized to the even integers from 2 to 10. Assume that the constant size has been defined as 5. b) Declare a pointer vPtr that points to an object of type unsigned int. c) Use a for statement to display the elements of built-in array values using array sub- script notation. d) Write two separate statements that assign the starting address of built-in array values to pointer variable vPtr. e) Use a for statement to display the elements of built-in array values using pointer/offset notation

Computer Science & Information Technology

Which global configuration command enables logging for console users?

A) logging monitor B) terminal monitor C) logging console D) enable logging

Computer Science & Information Technology

Wiles and Reyes identified four critical characteristics that an evidence storage facility must possess. Which of the following helps describe a good lockup?

a. Nobody except the investigator is allowed in or out once the evidence is secured. b. There can only be a single entrance to the storage room and it must be locked with both an electronic lock and a physical lock. c. Access to the storage facility is limited to authorized storage custodians. d. Video recording equipment must monitor the access door of the facility 24/7 and that recording equipment must not be available to anyone except authorized personnel.

Computer Science & Information Technology