One type of design tool used by programmers when creating a model of a program is

a. the ALU
b. byte code
c. syntax
d. pseudocode


d. pseudocode

Computer Science & Information Technology

You might also like to view...

A classification or the kind of data that you can store in a field, such as numbers, text, or dates

a. Field class b. Field name c. Data type

Computer Science & Information Technology

Deleting a file from the desktop places it in the:

A) Clipboard. B) Trash Can. C) Recycle Bin. D) Taskbar.

Computer Science & Information Technology

Which of the following is NOT one of the widely used browsers?

A. Firefox B. Safari C. Windows Explorer D. Google Chrome

Computer Science & Information Technology

Which of the following statements flips bit 1?

A. number & 0x02 B. number | 0x02 C. number ^ 0x02 D. number | 0x01 E. number ^ 0x01

Computer Science & Information Technology