The ________ of the operating system provides the operating system's basic functionality.

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


kernel

Computer Science & Information Technology

You might also like to view...

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

1. All values stored in memory are represented as binary strings, patterns of zeros and ones. 2. The statement c = d; checks to see if variables c and d have the same value. 3. If x is a type double variable and n is of type int, the following assignment statements are equivalent. x = n; x = (double)n;

Computer Science & Information Technology

When using the password data type, any information that a user enters will be displayed as a series of ____ or asterisks, protecting the information from prying eyes.

A. dashes B. dots C. ampersands D. plus signs

Computer Science & Information Technology

The term ____ describes a "has a" relationship.

A. containment B. owns C. aggregation D. superclass

Computer Science & Information Technology

Invalid possibilities for array indices include         .

a) positive integers b) negative integers c) non-consecutive integers d) zero

Computer Science & Information Technology