CH4 Flashcards
consists of computer programs that control the workings of computer hardware
software
the two types of software:
system software, application software
(system software/application software) includes operating system, utilities and middleware that coordinate the activites and functions of the hardware and other programs.
system software
(system software/application software) are programs that help users solve particular problems
application software
the scope of problems and opportunities addressed by a particular organization
sphere of influence
which sphere of influence serves the needs of an individual user?
personal sphere of influence
a software that enables users to improve their personal effectiveness
personal productivity software
two or more people working together to achieve a common goal
workgroup
which sphere of influence helps workgroup members attain their common goals?
workgroup sphere of influence
which sphere of influence serves the needs of the firm in its interaction with its envoirment?
enterprise sphere of influence
types of system software
operating systems, utility programs, middleware
T/F: the application software controls the operations of computer hardware.
F, systems software
T/F: A systems software can support the application programs’ problem-solving capabilities.
true
a set of programs that controls computer hardware and acts as an interface with application programs.
operating systems
the heart of the operating system
kernel
controls the most critical processes of the OS
kernel
ties all of the OS components together and regulates other programs
kernel
a storage device that contains some or all of the OS and can be used to start the computer if having trouble with the primary hard disk.
rescue disk
T/F: memory management allows the computer to execute program instructions effectively and to speed processing.
true
allocates the hard disk space to supplement the immediate, functional memory capacity of RAM
virtual memory
What are the five basic task management techniques (processing tasks)?
multiuser, multi-processing, multithreading, real time, and multitasking
allows two or more users to run programs at the same time on one computer.
multiuser.
supports running a program on more than one CPU
multi-processing
allows more than one program to run concurrently
multitasking