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...

Define an iterator into a list of char of initial that allows traversal of the list for fetching from the list, but does not allow the list to be change through the iterator. Assume all includes and using directive/declarations have been executed. Assume further that the list has had sufficient elements inserted to support any actions needed.

What will be an ideal response?

Computer Science & Information Technology

Which statement is True in regard to the following code?

``` intCount = 0 Do While intCount < 10 lstOutput.Items.Add(“Good Job”) Loop ``` a. This is an infinite loop. b. intCount should start at -1. c. The Items.Insert method should be used instead of Items.Add. d. The text Good Job should not have quotation marks around it.

Computer Science & Information Technology

Waiting processes do consume various system resources. Could someone sabotage a system by repeatedly creating processes and making them wait for events that will never happen?

What will be an ideal response?

Computer Science & Information Technology

Layout View provides maximum flexibility for designing a form, but requires more time on your part.

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

Computer Science & Information Technology