What computer system was the first to run the UNIX operating system??

A. ?Apple II
B. ?DEC PDP-7
C. Sun ?SPARC
D. ?IBM 5150


Answer: B

Computer Science & Information Technology

You might also like to view...

Select all that apply. Which of the following is(are) mathematical functions?

a. round b. sin c. power d. abs

Computer Science & Information Technology

If new data needs to be added to a linked list, the program simply __________ and inserts it into the series.

a. allocates another node b. removes a node c. borrows a node from the compiler d. Either B or C e. None of these

Computer Science & Information Technology

For security purposes, database servers should be isolated from public networks such as the Internet.

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

Computer Science & Information Technology

A variable with a ____ scope is simply one that has had storage locations set aside for it by a declaration statement made within a function body.

A. function B. module C. local D. global

Computer Science & Information Technology