Chapter 3 Computer Software

Size: px
Start display at page:

Download "Chapter 3 Computer Software"

Transcription

1 Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs and larger computers LO3.4: Describe common types of application software LO3.5: Describe application software used for business LO3.6: Describe application software used for working with multimedia LO3.7: Describe other types of application software CMPTR Chapter 3: Computer Software 2 1

2 LO3.1: Introduction to System Software and Operating Systems Topics Covered: Functions of an Operating System Processing Techniques for Increased Efficiency Differences Among Operating Systems CMPTR Chapter 3: Computer Software 3 Functions of an Operating System CMPTR Chapter 3: Computer Software 4 2

3 Functions of an Operating System The operating system configures all devices connected to a computer. During the boot process, the essential portion, or core, of the operating system (called the kernel) is loaded into memory. CMPTR Chapter 3: Computer Software 5 Functions of an Operating System Small programs called device drivers (or simply drivers) are used to communicate with peripheral devices, such as monitors, printers, and keyboards. Another important task that the operating system performs is file management, which involves keeping track of the files stored on a computer so that they can be retrieved when needed. CMPTR Chapter 3: Computer Software 6 3

4 Processing Techniques for Increased Efficiency One way computers operate more efficiently is to multitask. Operating systems that support multithreading have the ability to rotate between multiple threads. If a computer has two or more CPUs, techniques that perform operations simultaneously are possible. Multiprocessing Parallel processing CMPTR Chapter 3: Computer Software 7 Processing Techniques for Increased Efficiency CMPTR Chapter 3: Computer Software 8 4

5 Processing Techniques for Increased Efficiency Another key function of the operating system is memory management, which involves optimizing the use of main memory (RAM). A buffer is an area in RAM or on the hard drive designated to hold input and output on their way into or out of the system. The process of placing items in a buffer so they can be retrieved by the appropriate device when needed is called spooling. CMPTR Chapter 3: Computer Software 9 Processing Techniques for Increased Efficiency CMPTR Chapter 3: Computer Software 10 5

6 Differences Among Operating Systems Most operating systems today use a graphical user interface (GUI), in which users can click icons or commands on the screen to issue instructions to the computer. The older DOS operating system and some versions of the UNIX and Linux operating systems use a command line interface, which requires users to type commands to issue instructions to the computer. CMPTR Chapter 3: Computer Software 11 Differences Among Operating Systems Other types of Operating Systems: Personal operating systems (desktop operating systems) Server operating systems (network operating systems) Mobile operating systems Embedded operating systems CMPTR Chapter 3: Computer Software 12 6

7 Differences Among Operating Systems CMPTR Chapter 3: Computer Software 13 LO3.2: Operating Systems for Desktop PCs Topics Covered: DOS Windows Windows Server and Windows Home Server Mac OS and Mac OS X Server Unix Linux CMPTR Chapter 3: Computer Software 14 7

8 DOS During the 1980s and early 1990s, DOS (Disk Operating System) was the dominant operating system for microcomputers. DOS traditionally used a command line interface, although newer versions of DOS support a menu-driven interface. DOS is not widely used with personal computers today because it does not utilize a graphical user interface and does not support modern processors and processing techniques. CMPTR Chapter 3: Computer Software 15 DOS CMPTR Chapter 3: Computer Software 16 8

9 Windows Microsoft created the original version of Windows(Windows 1.0) in 1985 in an effort to meet the needs of users frustrated by having to learn and use DOS commands. Other versions of Windows included: Windows 95 & Windows 98: GUI similar to Windows 3.x but supported multitasking, customization, etc. Windows NT: first 32-bit version of Windows Windows Vista: available in 32-bit and 64-bit versions Windows 7: newest version of Windows CMPTR Chapter 3: Computer Software 17 Windows Server and Windows Home Server Windows Server is the version of Windows designed for server use. Windows Server 2008 includes: Internet Information Services 7.0, which is a powerful Web platform for Web applications and Web services Built-in virtualization technologies A variety of new security tools and enhancements Streamlined configuration and management tools CMPTR Chapter 3: Computer Software 18 9

10 Mac OS and Mac OS X Server Mac OS is the proprietary operating system for computers made by Apple Inc. Mac OS X Server is the server version of Mac OS X. CMPTR Chapter 3: Computer Software 19 UNIX UNIX was developed in the late 1960s at AT&T Bell Laboratories as an operating system for midrange servers. UNIX is a multiuser, multitasking operating system. Computer systems ranging from microcomputers to mainframes can run UNIX, and it can support a variety of devices from different manufacturers. CMPTR Chapter 3: Computer Software 20 10

11 Linux Linux is an operating system developed by LinusTorvaldsin 1991 when he was a student at the University of Helsinki in Finland. Linux was released to the public as open source software; that is, a program whose source code is available to the public and can be modified to improve it or to customize it to a particular application. CMPTR Chapter 3: Computer Software 21 Linux CMPTR Chapter 3: Computer Software 22 11

12 LO3.3 Operating Systems for Handheld PCs and Larger Computer Topics Covered: Mobile and Embedded Versions of Windows Mobile Phone Operating Systems Operating Systems for Larger Computers CMPTR Chapter 3: Computer Software 23 Mobile and Embedded Versions of Windows Windows Mobile is the version of Windows designed for mobile phones. Windows Embedded is a family of operating systems based on Windows that is designed primarily for consumer and industrial devices that are not personal computers, such as cash registers, digital photo frames, GPS devices, ATMs, medical devices, and robots. CMPTR Chapter 3: Computer Software 24 12

13 Mobile Phone Operating Systems Android: Linux-based that supports multitasking iphoneos: designed for Apple mobile phones and mobile devices BlackBerry OS: designed for BlackBerry devices Palm OS: original operating system designed for Pam devices Palm webos: Linux-based, designed for next-generation Pam mobile phones Symbian OS: supports multithreading and multitasking Embedded Linux: an operating system alternative for mobile phones, GPS devices, portable digital media players, and other mobile devices CMPTR Chapter 3: Computer Software 25 Operating Systems for Larger Computers Larger computer systems such as high-end servers, mainframes, and supercomputers sometimes use operating systems designed solely for that type of system. Larger computer systems may also use a customized operating system based on a conventional operating system. Such as AIX or UNICOS CMPTR Chapter 3: Computer Software 26 13

14 LO3.4: Introduction to Application Software Topics Covered: Software Categories Desktop vs. Mobile Software Installed vs. Web-Based Software CMPTR Chapter 3: Computer Software 27 Software Categories The four basic categories of software are: Commercial software Shareware Freeware Public Domain software Software that falls into any of these four categories can also be open source software programs whose source code is available to the public. CMPTR Chapter 3: Computer Software 28 14

15 Software Categories CMPTR Chapter 3: Computer Software 29 Software Categories CMPTR Chapter 3: Computer Software 30 15

16 Desktop vs. Mobile Software Mobile phones and other mobile devices usually require mobile software; that is, software designed for a specific type of mobile phone or other mobile device. CMPTR Chapter 3: Computer Software 31 Installed vs. Web-Based Software Installed software must be installed on a computer before it is run. CMPTR Chapter 3: Computer Software 32 16

17 Installed vs. Web-Based Software Web-based software is run directly from the Internet. CMPTR Chapter 3: Computer Software 33 LO3.5: Application Software for Business Sometimes, related software programs (such as a group of graphics programs, utility programs, or office-related software) are sold bundled together as asoftware suite. Typical office suites include the following programs: Word processing software Spreadsheet software Database software Presentation graphics software CMPTR Chapter 3: Computer Software 34 17

18 LO3.5: Application Software for Business Topics Covered: Word Processing Concepts Spreadsheet Concepts Database Concepts Presentation Graphics Concepts CMPTR Chapter 3: Computer Software 35 Word Processing Concepts Word processing refers to using a computer and word processing software to create, edit, save, and print written documents, such as letters, co tracts, manuscripts, newsletters, invoices, marketing materials, and reports. Word processing programs typically include improved collaboration, security, and rights-management tools (tools used to protect original content from misuse by others). CMPTR Chapter 3: Computer Software 36 18

19 Spreadsheet Concepts Spreadsheet software is the type of application software used to create computerized spreadsheets. A spreadsheet is a group of values and other data organized into rows and columns, similar to the ruled paper worksheets traditionally used by book-keepers and accountants. Most spreadsheet programs have built-in Web capabilities. CMPTR Chapter 3: Computer Software 37 Database Concepts A database is a collection of related data that is stored on a computer and organized in a manner that enables information to be retrieved as needed. A database management system (DBMS) also called database software is the type of program used to create, maintain, and organize data in a database, as well as to retrieve information from the database. CMPTR Chapter 3: Computer Software 38 19

20 Presentation Graphics Concepts A presentation graphic is an image designed to visually enhance a presentation typically to convey information more easily to people. Electronic slide shows are created with presentation graphics software and can be run on individual computers or presented to a large group using a computer projector. CMPTR Chapter 3: Computer Software 39 LO3.6: Application Software for Working with Multimedia Topics Covered: Graphics Software Audio Capture and Editing Software Video Editing and DVD Authoring Software Media Players Graphics, Multimedia, and the Web CMPTR Chapter 3: Computer Software 40 20

21 Graphics Software Graphics software also called digital imaging soft-ware is used to create or modify images. Painting programs traditionally create bitmap images, which are created by coloring the individual pixels in an image. Drawing programs typically create vector graphics, which use mathematical formulas to represent image content instead of pixels. CMPTR Chapter 3: Computer Software 41 Graphics Software CMPTR Chapter 3: Computer Software 42 21

22 Audio Capture and Editing Software For creating and editing audio files, audio capture and audio editing software is used. To capture sound from a microphone, sound recorder software is used; to capture sound from a CD, ripping software is used. CMPTR Chapter 3: Computer Software 43 Video Editing and DVD Authoring Software Digital video can be imported directly into a video editing program by connecting the camera to the computer or by inserting the storage media containing the video (such as a DVD) into the computer. DVD authoring refers to organizing content to be transferred to DVD, such as importing video clips and then creating the desired menu structure for the DVD to control the playback of those videos. CMPTR Chapter 3: Computer Software 44 22

23 Video Editing and DVD Authoring Software CMPTR Chapter 3: Computer Software 45 Media Players Media players are programs designed to play audio and video files available via your computer such as music CDs, downloaded music, or video streamed from the Internet. CMPTR Chapter 3: Computer Software 46 23

24 Graphics, Multimedia, and the Web Graphics and multimedia software is often used by individuals and businesses alike to create Web sites or content to be shared or distributed via the Web. Games, tutorials, videos, demonstrations, and other multimedia content available on the Web are often created with multimedia software. CMPTR Chapter 3: Computer Software 47 LO3.7: Other Types of Application Software Topics Covered: Desktop and Personal Publishing Software Educational, Entertainment, and Reference Software Note Taking Software and Web Notebooks CAD and Other Types of Design Software Accounting and Personal Finance Software Project Management, Collaboration, and Remote Access Software CMPTR Chapter 3: Computer Software 48 24

25 Desktop and Personal Publishing Software Desktop publishing refers to using a personal computer to combine and manipulate text and images to create attractive documents that look as if they were created by a professional printer. CMPTR Chapter 3: Computer Software 49 Educational, Entertainment, and Reference Software Educational software is designed to teach one or more skills, or to help prepare for standardized tests. Entertainment software includes games, simulations, and other pro- grams that provide amusement. Reference software includes encyclopedias, dictionaries, atlases, mapping/travel programs, cookbook programs, and other software designed to provide valuable information. CMPTR Chapter 3: Computer Software 50 25

26 Note Taking Software and Web Notebooks Note taking software is used by both students and business people to take notes during class lectures, meetings, and similar settings. Web Notebooksare online versions of a note taking software program. CMPTR Chapter 3: Computer Software 51 CAD and Other Types of Design Software Computer-aided design (CAD) software enables users to design objects on the computer. CAD is useful in fields such as art, advertising, law, architecture, and movie production. CMPTR Chapter 3: Computer Software 52 26

27 Accounting and Personal Finance Software Accounting software is used to automate common accounting activities. Personal finance software is commonly used at home by individuals to write checks and balance checking accounts, track personal expenses, manage stock portfolios, and prepare income taxes. CMPTR Chapter 3: Computer Software 53 Project Management, Collaboration, and Remote Access Software Project management software is used to plan, schedule, track, and analyze the tasks involved in a project. Project management capabilities are often included in collaboration software software that enables a group of individuals to work together on a project and are increasingly available as Web-based software programs. Remote access software enables individuals to access content on another computer they are authorized to access, via the Internet. To make it easier to share single large files with others, you can use Web-based file sending applications. CMPTR Chapter 3: Computer Software 54 27

28 Project Management, Collaboration, and Remote Access Software CMPTR Chapter 3: Computer Software 55 28

Accounting Software. Collaboration Software

Accounting Software. Collaboration Software Accounting Software Android Application Software Bitmap Image BlackBerry OS Boot Process Buffer Collaboration Software Command Line Interface Commercial Software An application program that is used to

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

Let s Review Lesson 2!

Let s Review Lesson 2! What is Technology Teachers and Discovering Why it so Important Computers in Integrating Technology and Education Today? Digital Media in the Classroom 5 th Edition Let s Review Lesson 2! Wheel of Terms

More information

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System Teachers Discovering Computers Integrating Technology and Digital Media in the Classroom 6 th Edition Chapter 3 Application Productivity Tools for Educators Chapter Objectives 1 of 2 Explain the role of

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

Computer Concepts Module 3. Computer Software

Computer Concepts Module 3. Computer Software Computer Concepts Module 3 Computer Software 1 Learning Objectives (Slide 1 of 2) List and describe computer software categories Explain copyright law and define the different software licenses Explain

More information

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management 1 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter Topics System

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

CS200-Chapter3-Homework

CS200-Chapter3-Homework Name: Class: Date: CS200-Chapter3-Homework Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Personal computer operating systems often use the concept of,

More information

Lesson 1 Computers and Operating Systems

Lesson 1 Computers and Operating Systems Computers and Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 About the Presentations The presentations cover the objectives found in the opening of each lesson.

More information

CSC Introduction to Computers and Their Applications

CSC Introduction to Computers and Their Applications CSC 170 - Introduction to Computers and Their Applications Lecture 9 Software Essentials When searching for new software, it helps to have a framework of categories System Software Operating Systems For

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Chapter 3. Application Software

Chapter 3. Application Software Chapter 3 Application Software Why Use Application Software? To make business activities more efficient To assist with graphics and multimedia projects To support home, personal, and educational tasks

More information

System Software The McGraw-Hill Companies, Inc. All rights reserved.

System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

Learning Objectives. Computer Classification. In this chapter you will learn about:

Learning Objectives. Computer Classification. In this chapter you will learn about: Ref. Page Slide 1/26 Learning Objectives In this chapter you will learn about: Classifications of computers Common types of computers today Characteristic features of various types of computers in use

More information

Chapter 20: Classification of Computers

Chapter 20: Classification of Computers Ref. Page Slide 1/26 Learning Objectives In this chapter you will learn about: Classifications of computers Common types of computers today Characteristic features of various types of computers in use

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018 Application software includes: Application General-purpose applications Specialized applications Categories of Computer Application Computer System General-purpose applications These are also known as

More information

Lesson 7 Software Fundamentals

Lesson 7 Software Fundamentals Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify the fundamental concepts of wordprocessing software. Identify the fundamental concepts

More information

in this module Technology should be used as an enabler to achieve your goals, improve your life, and improve the lives of others.

in this module Technology should be used as an enabler to achieve your goals, improve your life, and improve the lives of others. Module Software In Chapter 1, we looked at the basic software concepts involved with starting up and using a computer. We continue that focus in this module, discussing in more depth both system software

More information

Types and Functions of Win Operating Systems

Types and Functions of Win Operating Systems LEC. 2 College of Information Technology / Software Department.. Computer Skills I / First Class / First Semester 2017-2018 Types and Functions of Win Operating Systems What is an Operating System (O.S.)?

More information

Technology in Action

Technology in Action Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 1 System Software: The

More information

Operating System Study Material

Operating System Study Material The operating system works as a mediator between hardware, application software and user. Operating systems are programs that coordinate computer resources, provide an interface between users and the computer,

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

In this video we're going to examine the different types of computers we can find today.

In this video we're going to examine the different types of computers we can find today. In this video we're going to examine the different types of computers we can find today. In reverse order by their calculus power, the faster and more powerful ones are supercomputers. They are designed

More information

First lecture Computer Basics. By lecturer : Raya N.Ismail computer science department

First lecture Computer Basics. By lecturer : Raya N.Ismail computer science department First lecture Computer Basics By lecturer : Raya N.Ismail computer science department Types of Computers Supercomputers...are used to process very large amounts of information including processing information

More information

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013 Name Student ID All assignments will be done on an individual basis. Anyone found cheating and/or copying, in the instructor s opinion; will

More information

ITONLINEEXAM.COM. Chapter 1 Basic Introduction to Computers

ITONLINEEXAM.COM. Chapter 1 Basic Introduction to Computers ITONLINEEXAM.COM Chapter 1 Basic Introduction to Computers A World of Computers Computers are everywhere 2 What Is a Computer? A computer is an electronic device, operating under the control of instructions

More information

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java FALL 07-08 CIS105(CP105)/CE205 MIDTERM-2 EXAM /FACULTY OF ECON. &ADMIN. SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

More information

Unit A: Computer and Internet Basics

Unit A: Computer and Internet Basics Unit A: Computer and Internet Basics TRUE/FALSE 1. Cars and appliances include digital electronics. ANS: T PTS: 1 REF: Concepts 2 2. Usually when people talk about computers, they are talking about a PC.

More information

Chapter 1 Introduction to Computers

Chapter 1 Introduction to Computers Discovering Computers 2008 Chapter 1 Introduction to Computers Chapter 1 Objectives Recognize the importance of computer literacy Define the term, computer Identify the components of a computer Discuss

More information

Learning Objectives. Computing Essentials

Learning Objectives. Computing Essentials Chapter 4 Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Learning Objectives 1. Describe the differences

More information

Software is a computer that tells the computer how to perform particular.

Software is a computer that tells the computer how to perform particular. Name: A is a device that accepts, processes, stores, and produces, all according to a series of stored instructions. _ includes the physical electronic and mechanical devices that process the data. Peripheral

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Application Software: Tools for Productivity 2006 Prentice-Hall, Inc Slide 2 You Will Learn... ü How system software

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J A N D O B J 3-2)

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J A N D O B J 3-2) SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J 2 2-3 A N D O B J 3-2) DIGITAL LITERACY STANDARD 1 OBJECTIVE 3 Explore and demonstrate understanding of managing operating systems

More information

Operating System Concepts Rab Nawaz Khan Jadoon

Operating System Concepts Rab Nawaz Khan Jadoon Operating System Concepts Rab Nawaz Khan Jadoon DCS COMSATS Institute of Information Technology Lecturer COMSATS Lahore Pakistan Operating System Concepts Operating System Operating System It is a system

More information

Define the term, computer, and describe the relationship between data and information

Define the term, computer, and describe the relationship between data and information Discovering Computers 2010 Living in a Digital World Objectives Overview Explain why computer literacy is vital to success in today s world Define the term, computer, and describe the relationship between

More information

There are many types of computers, including:

There are many types of computers, including: Computer Basics There are many types of computers, including: Supercomputers... are used to process very large amounts of information including processing information to predict hurricanes, satellite images

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM 1.1 Hardware and Software Q.1) Define hardware and software: a) Hardware Hardware is a general term used for the physical components (parts) that make up

More information

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system?

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system? Chapter 6: : The Genie in the Computer What do you have left on your computer after you strip away all of the games and application programs you bought and installed? : The Genie in the Computer In this

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 5: Application Software: Tools for Productivity Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Application Software: Tools for Productivity

More information

System Software The McGraw-Hill Companies, Inc. All rights reserved.

System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

OPERATING SYSTEMS AND APPLICATIONS

OPERATING SYSTEMS AND APPLICATIONS OPERATING SYSTEMS AND APPLICATIONS COMPUTER TECHNOLOGY (S1 OBJ 2 2-3 AND OBJ 3-2) Created by Sherry Pate SOFTWARE CATEGORIES There are two main type of software categories Operating Systems Software Application

More information

Unit 6 Software. Computer Concepts Unit Contents. 6 Section A: Software Basics

Unit 6 Software. Computer Concepts Unit Contents. 6 Section A: Software Basics Unit 6 Software Computer Concepts 2016 ENHANCED EDITION 6 Unit Contents Section A: Software Basics Section B: Operating Systems Section C: Apps and Applications Section D: Productivity Software Section

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

Chapter 1 Introduction to Computers

Chapter 1 Introduction to Computers Chapter 1 Introduction to Computers Chapter 1 Objectives Recognize the importance of computer literacy Discuss the uses of the Internet and World Wide Web Define the term, computer Describe the categories

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

I. Ch 5 System Software

I. Ch 5 System Software I. Ch 5 System Software A. Competencies 1. Describe the differences between system software and application software 2. Discuss the four types of system software 3. Discuss the basic functions, features

More information

Operating Systems Fundamentals. What is an Operating System? Focus. Computer System Components. Chapter 1: Introduction

Operating Systems Fundamentals. What is an Operating System? Focus. Computer System Components. Chapter 1: Introduction Operating Systems Fundamentals Overview of Operating Systems Ahmed Tawfik Modern Operating Systems are increasingly complex Operating System Millions of Lines of Code DOS 0.015 Windows 95 11 Windows 98

More information

Introduction to Computer World Fall 2016

Introduction to Computer World Fall 2016 Introduction to Computer World Fall 2016 Introduction to Information and Communication Technologies CSD 102 Email: mehwish.fatima@ciitlahore.edu.pk Website: https://sites.google.com/a/ciitlahore.edu.pk/ict/

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 5 Using System Software: The

More information

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it EIT, Author Gay Robertson, 2016 What is software? Software is any type of program Programs have step-by-step logical instructions which tell the computer What to do How to do it What is the purpose of

More information

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility

More information

17 responses. Summary See complete responses

17 responses. Summary See complete responses 17 responses Summary See complete responses What Media and Mobile Technology resources listed below do you know how to use. Select all that apply. Personal Computers 17 100% Television 17 100% Video Camera

More information

Chapter 19: Multimedia

Chapter 19: Multimedia Ref. Page Slide 1/16 Learning Objectives In this chapter you will learn about: Multimedia Multimedia computer system Main components of multimedia and their associated technologies Common multimedia applications

More information

Chapter 1 Introduction to Computers

Chapter 1 Introduction to Computers Discovering Computers 2009 Chapter 1 Introduction to Computers Chapter 1 Objectives Recognize the importance of computer literacy Define the term, computer Identify the components of a computer Discuss

More information

CHAPTER 1 Introduction to Computers and Java

CHAPTER 1 Introduction to Computers and Java CHAPTER 1 Introduction to Computers and Java Copyright 2016 Pearson Education, Inc., Hoboken NJ Chapter Topics Chapter 1 discusses the following main topics: Why Program? Computer Systems: Hardware and

More information

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle Looking Inside the Computer System NOS 116, 118, 218, 222 Handout 10 Hardware & Software Computer systems have four parts Hardware Software Data User 1 1B-2 Hardware Mechanical devices in the computer

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Technology in Action Chapter 4 Application Software: Programs That Let You Work and Play Chapter Topics Nuts and bolts of software

More information

Chapter 1: Introduction to Computers and Java

Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Identify the four categories of application software Differentiate among the seven forms through which software is available Explain

More information

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility programs

More information

Computer. Operating Systems Introduction to Operating System (OS)

Computer. Operating Systems Introduction to Operating System (OS) Computer Operating Systems Introduction to Operating System (OS) A computer is a system composed of two major components: hardware and software. Hardware is the physical equipment. Software is the collection

More information

System Software. System software

System Software. System software System Software 1 System Software 2 System Software System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into two main categories:

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

Chapter 2 Software Components

Chapter 2 Software Components Chapter 2 Software Components Objectives Describe historical milestones for three popular operating systems Describe the architecture of common PC operating systems Describe the functions of an operating

More information

COMPUTERS. IT, short for Information Technology, is the subject related to computers. What does a computer do?

COMPUTERS. IT, short for Information Technology, is the subject related to computers. What does a computer do? COMPUTERS IT, short for Information Technology, is the subject related to computers. What does a computer do? Write letters Browse the Internet Send e-mail messages to people around the world Play games

More information

4.03 IT PowerPoint. Objective 4.03 Understand Information Technology activities and careers.

4.03 IT PowerPoint. Objective 4.03 Understand Information Technology activities and careers. 4.03 IT PowerPoint Objective 4.03 Understand Information Technology activities and careers. What Is A Computer? An electronic device that receives data, processes data, stores data, and produces a result

More information

SISTEM INFORMASI. Oleh Iwan Sidharta, MM STMIK Mardira Indonesia, Bandung NFORMASI

SISTEM INFORMASI. Oleh Iwan Sidharta, MM STMIK Mardira Indonesia, Bandung NFORMASI SISTEM INFORMASI Oleh Iwan Sidharta, MM STMIK Mardira Indonesia, Bandung NFORMASI Materi Recognize the importance of computer literacy Identify the components of a computer Discuss the uses of the Internet

More information

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved.

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved. Describe graphics software, including desktop publishing, image editors, illustration programs, image galleries, and graphics suites. Discuss audio and video editing software. Describe multimedia, including

More information

VISUAL SUMMARY. Application Software

VISUAL SUMMARY. Application Software Rev.Confirming Pages VISUAL SUMMARY Application Software APPLICATION SOFTWARE GENERAL-PURPOSE APPLICATIONS The three categories of application software are general purpose, specialized, and mobile. User

More information

Full file at

Full file at Chapter 2: Current Hardware and PC Operating Systems Chapter 2 Answers to Review Questions 1. An EPIC CPU design: a. evolved from the CISC processor b. was created in a joint project between Apple and

More information

New Media Production week 3

New Media Production week 3 New Media Production week 3 Multimedia ponpong@gmail.com What is Multimedia? Multimedia = Multi + Media Multi = Many, Multiple Media = Distribution tool & information presentation text, graphic, voice,

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Cambridge Nationals R001. Revision help (LO1)

Cambridge Nationals R001. Revision help (LO1) Cambridge Nationals R001 Revision help (LO1) Portable devices These are electronic devices that can be carried easily. Examples include: Laptops Netbooks Mobile phones Tablets (Ipad, Android Tablet) handheld

More information

Module 4 Chapter 5 Using Software

Module 4 Chapter 5 Using Software Module 4 Chapter 5 Using Software Application Software: Software you use everyday at home and at work System Software: Set of programs that help run the computer and coordinates instructions between application

More information

Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy

Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy risks EXCEPT: A. hackers. B. spam. C. viruses. D. identity

More information

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Competencies (Page 1 of 2) Describe the differences between system software and application

More information

2- Computer Essentials

2- Computer Essentials 2-2.1 Computer overview As we have seen in the previous chapter, a computer is an electronic data processing device, which receives, stores input data, processes it, and delivers the output in a required

More information

Download from Powered By JbigDeaL

Download from  Powered By JbigDeaL 1. If a word is typed that is not in Word s dictionary, a wavy underline appears below the word. (A) red (B) green (C) blue (D) black 2. The button on the quick access Toolbar allows you to cancel your

More information

Microsoft Office and How to Purchase a Personal Computer

Microsoft Office and How to Purchase a Personal Computer Microsoft Office 2007 Essential Introduction to Computers and How to Purchase a Personal Computer Objectives Define the term computer and discuss the four basic computer operations: input, processing,

More information

Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA

Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA By Prof. Shweta HoD- BCA Department of BCA Koshys Institute of Management Studies, Bangalore What is a Computer? An electronic

More information

VISUAL SUMMARY PEOPLE INFORMATION SYSTEMS. Information Technology, the Internet, and You. Rev.Confirming Pages

VISUAL SUMMARY PEOPLE INFORMATION SYSTEMS. Information Technology, the Internet, and You. Rev.Confirming Pages Rev.Confirming Pages VISUAL SUMMARY Information Technology, the Internet, and You INFORMATION SYSTEMS The way to think about a microcomputer is to realize that it is one part of an information system.

More information

CSC 170 Introduction to Computers and Their Applications. Computers

CSC 170 Introduction to Computers and Their Applications. Computers CSC 170 Introduction to Computers and Their Applications Lecture #4 Digital Devices Computers At its core, a computer is a multipurpose device that accepts input, processes data, stores data, and produces

More information

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Chapter 3 Application Software

Chapter 3 Application Software Chapter 3 Application Software Application Software What is application software? Programs that perform specific tasks for users Also called a software application or an application Several reasons to

More information

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11 Computer Basics Lesson 1 Introduction to Computers Edited by C. Rhodes 08/11 ESSENTIAL STANDARD Computer Basics ESSENTIAL QUESTIONS What are the parts and features of a computer? What are the functions

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating

More information