Materials prepared by Dhimas Ruswanto, BMm

Slides:



Advertisements
Similar presentations
4 1 4 C H A P T E R Software: Systems and Application Software.
Advertisements

Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
Operating Systems: Software in the Background
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
Introduction to Computer Systems
The Operating System and the User Interface
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics Flashcards #2
Fundamentals of Information Systems, Sixth Edition
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Software GCSE COMPUTING.
University of Management & Technology 1 Operating Systems & Utility Programs.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
MODULE 1 Computing Essentials © Paradigm Publishing, Inc.1.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Computer Architecture
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Parts of the Computer System
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
COMPUTER FUNDAMENTALS David Samuel Bhatti
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Looking Inside the Computer System
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Types of Software Chapter 2.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
Fly Swatter Game Let’s Swat It Now!!. A contract that defines acceptable rules and policies for computer use:
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Class Activity Quiz – Practice Exam Questions. a) True b) False.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Identify internal hardware devices (e. g
System SOFTWARE.
Computer Organisation
Chapter 3: SYSTEM SOFTWARE
Fundamentals of Information Systems, Sixth Edition
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Nature & Types of Software
Discovering Computers 2012: Chapter 8
Operating System Review
An Overview of the Computer System
2. OPERATING SYSTEM 2.1 Operating System Function
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
The CPU is the brain of the computer
Chapter 5: Using System Software
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the features.
Operating System Review
Looking Inside the machine (Types of hardware, CPU, Memory)
Systems Software Keywords Operating Systems
An Overview of the Computer System
OPERATING SYSTEMS.
Operating System Review
Information Technology Ms. Abeer Helwa
National Diploma in Computer Studies
Introduction to Computer Software
SOFTWARE TECHNOLOGIES
The Main Features of Operating Systems
Software - Operating Systems
Windows.
Overview of Computer system
Presentation transcript:

Materials prepared by Dhimas Ruswanto, BMm Skill Area 310 – Part B Materials prepared by Dhimas Ruswanto, BMm

Lecture Overview CPU Main Memory User Interface Systems Software Concepts Utility Programs

Computer System Processing (CPU/Memory) Input Devices Output Devices Storage Devices

CPU Also called CPU, processor or microprocessor “Brains” of the computer Performs all computer operations

Main Memory Where all the input data and results stored Random Access Memory (RAM) Read Only Memory (ROM)

RAM RAM is volatile = data are lost when computer is turned off Read current info and also write new info Very important in determining capabilities of the computer system Stores work when they are in use. Word Document Spreadsheet Power Point

ROM ROM is non-volatile = permanent and are not affected where computer is turned lost Can read info Stored in ROM Can not write new info into ROM Used for “internal workings” of computer Boot Software

User Interface A function of the operating system that allows individuals to access and command the computer Command-based User Interface A particular user interface that requires text commands be given to the computer to perform basic activities E.g., unix, DOS Graphical User Interface (GUI) A user interface that uses pictures (icons) and menus displayed on the screen to send commands to the computer system Input Devices -> keyboard, mouse, monitor, touch-screen Features of GUI -> Windows, Icons, Menus, Pointer

Systems Software Concepts Hardware Independences Memory Management Processing Tasks Networking Capability Access to System Resources and Security File Management

Systems Software Concepts Hardware independence Operating system (OS) provides hardware independence for application software Application software interfaces (API) with the operating system which interfaces with the hardware Memory management Control how memory is accessed and maximize available memory and storage

API Application Programming Interface (API) A language and message format used by an application program to communicate with the operating system or some other control program such as a database management system (DBMS) or communications protocol Application Program Interface Links Application Software to the Operating System

Systems Software Concepts Processing Tasks Multitasking / Multiprogramming: More than one program in RAM at the same time Allows more than one active user program to be stored in main memory simultaneously Fairly sophisticated All the jobs that enter the system are kept in the job pool. This pool consists of all processes residing on mass storage awaiting allocation of main memory. If there is not enough room, then the system must choose among the jobs. A time-sharing system is a multiprogramming system.

Processing Tasks (cont’d) Time-Sharing Sharing of a computing resources among many users by means of multiprogramming Allowing a large number of users to interact concurrently with a single computer Dramatically lowered the cost of providing computing capability Made possible for individuals and organizations to use a computer without owning one Promoted the interactive use of computers and the development of new interactive applications

Systems Software Concepts Networking Capability Features and capabilities of the OS that aid users in connecting to a computer network Allow connected computers to: Communicate Share resources Divide work

Systems Software Concepts Access to system resources and security Protection against unauthorized access Logins and passwords File management Ensures that files in secondary storage are available when needed and that they are protected from access by unauthorized users

Utility Programs Help to perform maintenance or correct problems with a computer system. Designed to limited range of tasks E.g. : Hardware utilities, Virus-detection Recovery utilities File-compression utilities, Spam and pop-up blocker utilities

Summary CPU is a ‘brain’ of a computer Main Memory: User Interface RAM (volatile) & ROM (non-volatile) User Interface Command-based User Interface Graphical User Interface Systems Software Concept: Hardware Independences Memory Management Processing Tasks Networking Capability Access to System Resources and Security File Management