Answer the following statements true (T) or false (F)

1. A UNIX user can communicate with the operating system only directly through a shell or
a graphical user interface.
2. UNIX/Linux routines that communicate directly with the hardware are spread throughout
the operating system.
3. UNIX is a single user system.
4. A UNIX/Linux image consists of three segments: a program text segment, a data
segment, and a stack segment.
5. Under UNIX, the execution of an image is called a process.


1. F
2. F
3. F
4. T
5. T

Computer Science & Information Technology

You might also like to view...

What is the terminating condition and stopping case of the factorial function?

a) if (n = 1) return n; b) if (n >0) return 1; c) if (n != 1) return 1; d) if (n <= 0) return 1;

Computer Science & Information Technology

____________________ is a technique where a new task will be started before the old task is finished.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When a subsystem's goals are inconsistent with the goals of another subsystem, or which the system as a whole, it is called

a. goal conflict b. goal congruence c. both definitions are wrong

Computer Science & Information Technology

How many layers can be created using the Layers panel?

A. Three B. Four C. Six D. As many as you need to organize your work

Computer Science & Information Technology