In 1991, a student at the University at Helsinki created an open source version of UNIX called __________ designed to run on the Intel 386 chip, the precursor to today’s Pentium family of chips.
a. Linux
b. UNIX-H
c. open UNIX
d. DOS
a. Linux
Computer Science & Information Technology
You might also like to view...
________ is the management activity involved in enterprise computing that deals with directing communications, instructions, and motivation
A) Controlling B) Planning C) Leading D) Organizing
Computer Science & Information Technology
Which of the following will read values from the keyboard into the array? (Assume the size of the array is SIZE).
a. cin >> array;
b. cin >> array[];
c. cin >> array[SIZE];
d. for(i=0;i
Computer Science & Information Technology