class 17 Flashcards
what is software?
it consists of computer programs that control the workings of computer hardware
what are the 2 kinds of software?
system software
application software
what is system software?
controls the activities and functions of the hardware and other programs and supports the applications programs problem solving capabilities
what is application software?
programs that help users solve particular problems
when did software start ti be sold separately (ms word, powerpoint)?
1969
what is the sphere of influence for software?
the scope of the problems and opportunities addressed by a particular organization
what is the personal sphere of influence of software?
serves the needs of an individual user and enables users to improve their personal effectiveness
what is a workgroup?
two or more people working together to achieve a common goal
what is the workgroup sphere of influence for software?
helps workgroup members attain their common goals
what is the enterprise sphere of influence of software?
serves the needs of the firm in its interaction with its environment including business partners
what are 4 examples of personal systems software?
smartphone
tablet
personal computer
workstation operating system
what are 4 examples of personal application software?
word-processing
spreadsheet
data base
graphics program
what is an example of workgroup systems software?
network operating systems
what are 4 examples of workgroup application software?
email
group-scheduling
shared-work
collaborations applications
what is an example of enterprise systems software?
server and mainframe operating systemss
what are 4 examples of enterprise application software?
general-ledger
order entry
payroll
Human Resources applications
what are the 3 types of systems software?
operating systems
utility programs
middle ware
what new operating systems?
a set of programs that controls computer hardware and acts as an interface with application programs
what are the 4 combinations of operating systems, computers and users?
single computer with single user
single computer with multiple simultaneous users
multiple computers with multiple users
special purpose computers
what is single computer with a single user operating systems?
used in personal computers, tablets and smart phones that support one user at a time
what is single computer with multiple simultaneous users operating systems?
used in larger server or mainframe computers that support hundreds or thousands of people all using the computer at the same time
what is multiple computers with multiple users operating systems?
used in computer networks including home networks with several computers attached (WIFI)
what are special purpose computer operating systems?
specialized functions such as those that control sophisticated military aircraft, digital cameras and home appliances
what are 3 examples of application programs?
word
zoom
powerpoint
what are hardware drivers?
what you install on your computer to user certain hardware like a printer
what is a kernel?
the heart of the operating system
what does the kernel do?
after you start ip the computer the kernel of the operating system is loaded into primary storage and remains there until the computer is turned off
what is the kernel critical for?
the processes of the operating system and ties all of the operating systems components together and regulates other programs
what are the 8 functions performed by the operating system?
control common computer hardware functions
provide a user interface and input/output management
provide a degree of hardware independence
manage system memory
manage processing tasks
provide networking capability
control access to system resources
manage files
what are 4 common hardware functions of operating systems?
get input from keyboard or another input device
retrive data from disks
store data on disks
display information on a monitor or printer
what are the 2 input/output management functions of an operating system?
a user interface
a graphical user interface
what is a user interface?
a command based user interface that requires text commands that allows individuals to access and interact with the computer system
what is a graphical user interface?
when the user interacts with icons and menus to send commands to the computer system (windows)
what provides hardware independence of an operating system?
application program interface (API)
what is an application program interface (API)?
a set of programming instructions and standards for one software program to access and use the service of another software program
what does software independence provide?
allows software development without concern for the specific underlying hardware
what is memory management of an operating system?
allows the computer to execute program instructions effectively and to speed processing
what is virtual memory?
hard disk space is allocated to supplement the immediate, functional memory capacity RAM
what is processing tasks of an operating system?
five basic task management techniques
what are the five basic task management techniques?
multiuser
multiprocessing
multitasking
multireading
realtime
what is multiuser?
allows two or more users to run programs at the same time on one computer