Unit 3: Software Tools For Productivity And Creativity Flashcards
Apllication software
Software developed to solve particular problem
system software
run at most basic level of computer
enables application software to interact with computer
helps computer to manage internal and external sources
helps to manage hardware
three basic components of system software
operating systems
device drivers
utility programs
operating systems
principal component of system software in any computing system.
manages entire computer
device drivers
help computer control peripheral devices
utility programs
support
enhance
or expand
existing programs in computer system
what does the operating system do?
booting cpu management file management task management security management
general-purpose computer needs it to run other programs
concentrate on applications rather than complexities of a computer
each application programs written to run on top of a particular operating system
what is booting
process of loading and operating system in a computer memory
what are the four steps of booting
- turning on the computer
- diagnostic routines to test the memory, CPU and other hardware
- Basic Input/Output Systems are copied in main memory
- boot program obtains operating system and lods in computer memory
Basic Input/Output Systems (BIOS)
contains instructions for operating the hardware
needs those instructions to operate the hardware and find a copy of the OS.
cold boot
turn on computer’s “on” system
warm boot
restart a computer thats already on
boot disk
use a CD or flash drive containing all files to launch operating system
what Is the CPU
Central Processing Unit
what is supervisor (kernel)
software that manges CPU
remains in memory while computer runs
directs other programs not in memory to perform tasks that support application program