• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
A _____ is an example of a systems program.A) command interpreterB) Web browserC) text formatterD) database system
A _____ is an example of a systems program.A) command interpreter
A microkernel is a kernel ____.A) containing many components that are optimized to reduce resident memory sizeB) that is compressed before loading in order to reduce its resident memory sizeC) that is compiled to produce the smallest size possible when stored to diskD) that is stripped of all nonessential components
A microkernel is a kernel ____.D) that is stripped of all nonessential components
_____ provide(s) an interface to the services provided by an operating system.A) Shared memoryB) System callsC) SimulatorsD) Communication
_____ provide(s) an interface to the services provided by an operating system.B) System calls
_____ allow operating system services to be loaded dynamically.A) Virtual machinesB) ModulesC) File systemsD) Graphical user interfaces
_____ allow operating system services to be loaded dynamically.B) Modules
The Windows CreateProcess() system call creates a new process. What is theequivalent system call in UNIX:A) NTCreateProcess()B) process()C) fork()D) getpid()
The Windows CreateProcess() system call creates a new process. What is theequivalent system call in UNIX:C) fork()
The Windows CreateFile() system call is used to create a file. What is the equivalentsystem call in UNIX:A) ioctl()B) open()C) fork()D) createfile()
The Windows CreateFile() system call is used to create a file. What is the equivalentsystem call in UNIX:B) open()