____ lists can present the steps in a process.

A. Bulleted
B. Numbered
C. Presentation
D. Slide


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int a = 3, b = 2; int c = 0; while (c < 3) { a = a + b; cout << a << “ “; c = c + 1; } cout << b;

Computer Science & Information Technology

Database documentation lists tables, field properties, relationships between tables, and permissions

Indicate whether the statement is true or false

Computer Science & Information Technology

In a pure object-oriented language, it is ____ not to use object-oriented features throughout a program.

A. easy B. difficult C. impossible D. possible

Computer Science & Information Technology

____ is a threat-rating system developed by Microsoft and is used to assess risk with great granularity.

A. Qualitative assessment B. DREAD C. Quantitative assessment D. Risk-scaling

Computer Science & Information Technology