chapter six Flashcards
system software
the underlying computer programming that allows application software to work (with very little human intervention)
provides essential utilities and background programs
why is it important in business for anyone else besides the specialist to know what happens with system software?
the most significant task system software performs is to load the operating system
operating system
collection of computer programs that administer the hardware and software to work properly (controlling memory, administering input/output, managing the file system)
booting
loading a platform into the computer’s memory
cold boot
powering up a computer for the first time
warm boot
restarting a computer that is already running
basic input/output system (BIOS)
firmware programming embedded on a computer chip (the computer runs the same program every time it’s turned on)
what is the primary purpose of the BIOS?
to locate the computer hardware
prepare software programs that in turn load, execute and assume control
registry
(database) contains settings-> screen savers, appearance, personalization
can be user or default settings
login
critical process that requires a known user to type in a name (usually designated by a system administrator) and password
profile
user’s preferences, like theme, styles, and resources available
what abilities does administration have regarding a user’s profile?
ability to restrict users
including changing settings and browsing capabilities
network/system administrator
required to manage tasks like hardware set up and computer configurations (very critical to protecting assets and intellectual property)
how does the system software manage application software?
by loading application software into RAM after a user makes a request to open it by double-clicking on its icon
how does system software manage memory?
a combination of memory allocation and file switching
virtual memory
technique of breaking files requested from secondary memory into smaller, more manageable files that can fit into RAM
pages
smaller pieces that represent larger files
swap files
pages that exceed the capacity available in RAM so they are swapped in and out of RAM/secondary storage as needed
the more file swapping, the ___ the computer will be
slower
what is a solution to a slow computer
add more RAM
install more RAM chipsets that will be recognized the next time the computer is booted
input devices
keyboard, mouse
output devices
monitors, speakers
drivers
allow input and output device to function properly by understanding the machine code
all input/output devices REQUIRE a driver
monitor
one of the main translating/output devices; displays and renders output that an end user can understand