Chapter 6 Review System Software: Operating Systems and Utilities.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Computing in the Modern World
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Operating System.
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
COURSE: COMPUTER PLATFORMS
Chapter 8 Operating Systems and Utility Programs
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Discovering Computers 2010
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
CSCE101 – Ch 3 September 14 & 16, Chapter 3 Computer Software = System Software + Application Software Delineation unclear – (ex. Microsoft Antitrust)
Operating Systems: Software in the Background
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
1 Chapter 2 Operating Systems: Software in the Background.
Operating Systems.
LECTURE 14 Operating Systems and Utility Programs
Computer Basics Flashcards #2
Operating Systems & File Management. What is an operating system?
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Week 6 Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
Lesson 4: What Is Software?
Operating Systems.
CSCI-235 Micro-Computer in Science System Software.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Lesson 6 Operating Systems and Software
SOFTWARE.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
Understanding Computers1 Chapter 5 System Software: Operating Systems and Utilities.
Chapter 4 System Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Software GCSE COMPUTING.
University of Management & Technology 1 Operating Systems & Utility Programs.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
System Software CSCI-N 100 Department of Computer and Information Science.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Understanding Computers, 12 th Edition, Enhanced Chapter 5 1 System Software: Operating Systems and Utilities.
Understanding Computers Ch.61 Chapter 6 System Software: Operating Systems and Utilities.
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Computers: Tools for an Information Age
Operating System Review
Computer Software.
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
Operating System Review
Chapter 4 The Power behind the Power
DOS and window operating system
The Main Features of Operating Systems
Presentation transcript:

Chapter 6 Review System Software: Operating Systems and Utilities

Pick A Number

Application Software The type of programs enable a user to perform his or job.

Operating System Main collection of programs that manage and control a computer’s activities.

GUI An environment in which users issue commands by selection icons, buttons, and other images.

Command-line-interface An environment in which users issue commands by typing them on the keyboard.

Kernel Parts of the operating system loaded into memory during boot up.

Utility Programs Program that links a peripheral device to the operating system.

USB Type of device that can be attached while the computer is running.

File Management The process of organizing and keeping track of files.

Folder Used to organize the files on a disk or hard drive hierarchically.

Path The route to a file on disk.

Multitasking Running two or more programs at the same time by one CPU.

Multiprocessing Simultaneous processing with two or more processors in one computer.

Time-sharing Processing in which each task is processed in turn in a fixed-time slot.

Swap file An area of disk used to temporarily store segments of the application on disk when there is not enough memory to hold all programs needed.

Spooling Putting output or input in a special area in memory or on a disk where a device can access them when it is ready.

DOS Disk operating system.

Windows NT An operating system designed for networks.

Windows ME An operating system designed for personal computers.

Linux An open-source operating system.

Defragment Reorganize files into contiguous segments.

doc The Microsoft word file extension.

bmp A file extension for graphics.

exe A file extension for programs.

mpg A file extension for video files.

pdf A file extension for a type of document.

zip A file extension for compressed files.

wav A file extension for audio files.

Interleaved processing Techniques that increase system efficiency.

Multiprogramming Multitasking with a multiuser operating system.

Multithreading A type of operating system with the ability to process multiple sequences of instructions within a program at one time.

Thread A sequence of instructions within a program.

Coprocessing Utilizes special-purpose processors to assist the CPU with specialized chores.

Parallel processing Involves using two or more CPUs in a computer system to work more efficiently.

Virtual Memory Allows the use of more RAM than is physically installed in the PC.

Paging Continues until a program in virtual memory finishes executing.

False TRUE OR FALSE: One of the key pieces of applications software is the operating system.

False TRUE OR FALSE: A computer cannot function without application software.

e. Windows 3.1 Which of the following is technically not an operating system? a. Windows XP b. NetWare c. Windows ME d. MS-DOS e. Windows 3.1

a. buffers Many operating systems use ____ to temporarily store data that are to be output. a. buffers b. virtual pages c. special areas of ROM d. registers e. partitions

a. remove a program from a computer An uninstall utility can be used to: a. remove a program from a computer. b. reformat a diskette. c. rearrange files to place them in contiguous clusters. d. (It can be used for all of the above.) e. (It does none of the above.)

c. graphical user interface. An operating system that allows a user to give commands by clicking on icons, buttons, or other objects is described as having a: a. command line interface. b. mouse driven controller. c. graphical user interface. d. click oriented environment. e. (None of the above.)

d. multiprocessing. The type of processing in which a computer system uses several CPUs to perform work simultaneously is called: a. multithreading. b. multitasking. c. multiuser. d. multiprocessing. e. multiprogramming.

c. diagnostic Repairing damaged files would be performed by a(n) ____ program. a. defragmentation b. directory decompression c. diagnostic d. reinstallation e. encryption

a. creating a spreadsheet Which of the following tasks would be performed by application software? a. creating a spreadsheet b. defragmenting a disk c. finding and diagnosing disk errors d. managing your program files e. translating commands into a form understood by the computer

d. multitasking. The ability of an operating system to allow one user to run two or more programs at the same time on one computer is called: a. spooling. b. program swapping. c. time-sharing. d. multitasking. e. virtual memory.