Write down five main functions of an operating system.
What will be an ideal response?
? Provide a framework for executing programs
? Share system resources (CPU, memory, disk) with other programs and users
? Allow communication with devices (monitor, keyboard, network, printer, etc.) and other
programs
? Provide an interface for programs to access these functions
? Provide utilities with which users can do useful work
You might also like to view...
Assuming an application has a Picture Box control named profile Picture Box, which one of the following assignment statements will hide the Picture Box from the user at run time?
a. profile Picture Box.Visible = False; b. profile Picture Box.Visible = false; c. profile Picture Box.Invisible = True; d. profile Picture Box.Invisible = true;
Whenever you open a file, the History panel creates a(n) ____________________ at the top of the panel representing the status of the file at the time it was opened.
Fill in the blank(s) with the appropriate word(s).
Access creates macros automatically when you add certain controls to forms or reports
Indicate whether the statement is true or false
In the figure above, the yellow color is called what?
What will be an ideal response?