A set of instructions that a computer follows to perform a task is called software or ____.
A. hardware
B. a computer program
C. a component
D. a console
Answer: B
Computer Science & Information Technology
You might also like to view...
What is the value of x after the following code segment?
int x = 5, y = 3; do { x = x * 2; y = y + 2; } while (y < 7);
Computer Science & Information Technology
A pointer is:
A. a variable that stores a location B. a variable that stores a variable name C. a variable that stores an address D. a variable that stores the value of another variable
Computer Science & Information Technology
To override or change the standard UNIX input or output device, code a __________.
a. pipe b. wild card character c. filter d. redirection parameter
Computer Science & Information Technology
If the color visibility is set to 0, it is ________
a. 100% visible b. completely transparent c. partially transparent d. 50% visible
Computer Science & Information Technology