A program is a(n) __________ of __________ to be carried out by a computer.

Fill in the blank(s) with correct word


list, instructions

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT an alternative that helps avoid problems with XML parsers?

A. comment the Javascript B. use CDATA sections C. use external scripts D. all of the above

Computer Science & Information Technology

Which of the following provides a visual representation of the patterns of an algorithm?

A) Flow analysis B) Gantt chart C) Flowchart D) Pseudocode

Computer Science & Information Technology

Which of the following code/text editors work on Window, Mac OS X, Linux and UNIX?

A. FreeRIDE B. Notepad C. KATE D. vi

Computer Science & Information Technology

When a compiler encounters a function parameter for a sin-gle-subscripted array of the form int a[], it converts the parameter to

a) int a b) int &a c) int * a d) int * const a

Computer Science & Information Technology