OUTPUT DEVICES.

Slides:



Advertisements
Similar presentations
Maninder Kaur OPERATING SYSTEM Maninder Kaur 11 Oct 2010.
Advertisements

The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Data Communications and Computer Networks
* SOFTWARE * Computer software, or just software, is a collection of computer programs and related data that provides the instructions. It can not be touched.
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Systems Software Operating Systems.
Types of software. Sonam Dema..
BY: SACHIN SHRIVASTAVA Operating System By : Sachin Shrivastava 1.
Output devices. There is no point in having a computer that can do wonderful things unless it can tell you the results of what it has been doing. This.
COMP Computer Basics Yi Hong May 13, 2015.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Operating systems.
Computer Software Zaffar Ahmed Shaikh.
CSCI 1200 / ASSC 1000 Software program : instructions for hardware. makes computers useful. early computers : re-wiring. today : programming.
Systems Software & Operating systems
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Operating Systems.
SOFTWARE It Consists of a series of instructions that tells the computer what to do. It is collection of programs. Software is set of instruction which.
Tranlators. Machine Language The lowest-level programming languageprogramming language Machine languages are the only languages understood by computers.languagescomputers.
Standard Grade Computing System Software & Operating Systems.
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
Introduction to Interactive Media Interactive Media Tools: Software.
INTRODUCTION SOFTWARE HARDWARE DIFFERENCE BETWEEN THE S/W AND H/W.
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
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 Components.
Types of Software Module 5.12.
Tolo-e-aftab higher education 1 th semester Bcs 1/2/1392 MINISTRY OF HIGHER EDUCATION.
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
Computer Software Types Three layers of software Operation.
Application Software System Software.
CIS250 OPERATING SYSTEMS Chapter One Introduction.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
The Big Picture. My Story  Wrote great programs  Didn’t understand how they worked.
Introduction to Computer Programming using Fortran 77.
Sebastián Álvarez Henao.. It refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical and mechanical.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
An operating system (OS) is a collection of system programs that together control the operation of a computer system.
Introduction to Computer Programming By: Mr. Baha Hanene Chapter 1.
THE SOFTWARE Computers need clear-cut instructions to tell them what to do, how to do, and when to do. A set of instructions to carry out these functions.
Operating System Concepts with Java – 7 th Edition, Nov 15, 2006 Silberschatz, Galvin and Gagne ©2007 Chapter 0: Historical Overview.
Identify internal hardware devices (e. g
Chapter 5 Operating Systems.
Computer Applications in Business
Topic 2: Hardware and Software
The Computer System.
Ashima Wadhwa Assistant Professor(giBS)
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,
Topics Introduction Hardware and Software How Computers Store Data
SOFTWARE and OPERATING SYSTEM.
TexPREP Summer Camp Computer Science
Computer Software CS 107 Lecture 2 September 1, :53 PM.
08/28/06 parts of the computer.
Systems Software Keywords Operating Systems
Translators & Facilities of Languages
OPERATING SYSTEMS.
Computer Science I CSC 135.
Mobile Development Workshop
Software Introduction
Introduction to Computer Software
Types and components of a computer system
Computer Software.
Operating Systems Tasks 04/04/2019.
Data Communications and Computer Networks
Software - Operating Systems
System Programming By Prof.Naveed Zishan.
Function of Operating Systems
Operating Systems Tasks 05/08/2019.
08/28/06 parts of the computer.
Presentation transcript:

OUTPUT DEVICES

LIQUID CRYSTAL DISPLAY PROJECTOR Output from a computer on a large screen. Commonly used – meeting and conference.

Braille Printer Produces Braille Printouts from the computer. It works with software that translates text to Braille.

Plotter Printing device used for creating high-quality graphics, charts, graphs, tables and diagrams. Commonly used in Computer Aided Design(CAD) and Computer Aided Manufacturing(CAM)- Houses, car parts, machinery. Plotter are of four type- Drum Plotter Micrographic Plotter Inkjet Plotter Flatbed Plotter.

software Computer Program used to run the System. Program is a sequence of step-by-step instruction to preform a particular task. Software system application

System Software: Refers to the program designed to have control over the system. Software are been classified as System Software Operating System compiler Assembler interpreter Driver

Operating System: Master Control system, that run the system. It controls all the signals that runs from the CPU. First program that loaded into the memory when the computer is switched on. Eg: Windows, Android, linux and Mac OS

Reads the entire program at once and then translate it. Compiler Interpreter Translate the High level Computer language program into machine language. Reads the entire program at once and then translate it. Display an error message with the line number. Eg: Object Program Translate one statement of a high level computer language program into machine and execute it. Next statement is proceeded. Till the entire program is translated. They are small program than a Complier.

Driver: Computer Program used to enable a computer to interact with the hardware devices. Eg: printer, pen drives. Assembler: Translates assembly language program into machine language.

Application Software: Used to help user to do some work. Package MSOffice 2013 Utility Create a backup Anti Virus software

Computer Language Computer Language Machine Language Code(1 & 0) Low-Level (No Translation) Machine Language Code(1 & 0) Assembly Language(Start, End, Move) High-Level(Source program)-Interpreted and Compiled COBAL, BASIC, FORTRAN, C, C++