Computer Basics. Samples of Operating Systems IBSYS (IBM 7090) OS/360 (IBM 360) TSS/360 (360 mod 67) Michigan Terminal System CP/CMS & VM 370 MULTICS.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

There are 3 basic steps to move information or data through the computer. The 1st step is when you give information to the computer it is called INPUT.
Basic Computer Vocabulary
Computer Parts There are many parts that work together to make a computer work.
© Keith Vander Linden, 2005 Jeremy D. Frens, I wish that we could calculate by steam. - attributed to Charles Babbage.
Computer Bits and Parts Parts of the computer system.
Computer Components.
COMPUTER SYSTEM CAN BE DIVIDED INTO : 1- General Computer 2- Special Computer.
Using Computers CS French Chapter 1.
Computer Terminology … Remember: Knowledge is Power!
Computer Hardware.
Course Information 1 CS502 Spring 2006 Operating Systems CS502 Spring 2006 Mondays – 6PM.
Computer Parts There are many parts that work together to make a computer work.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
O PERATING S YSTEMS BIT OUTLINE Introduction, concepts, review & historical perspective Processes Synchronization Scheduling Deadlock Memory management,
Advanced Operating Systems
Information Technology
Computer Basics Diagram
Computer Basics Computer Hardware and Software
An Introduction To Computer Hardware
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
Configuration.
Computer Parts There are many parts that work together to make a computer work.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Parts of the Computer System
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
COMPUTER SYSTEM ORGANISATION
© 2006 Pearson Education Chapter 1: Computer Systems.
Computer Hardware. The Desk Top Computer A PC is a general-purpose information processing device. It can take data from a person (through the keyboard.
MIND MAPS FOR THE ICT STUDENTS V.S.R.RANASIRI R / KURUWITA M.M.V.
The Computer System CS 103: Computers and Application Software.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
Exploring Windows and Essential Computing Concepts - Getting Started 1 Getting Started Essential Computing Concepts.
Computer Parts There are many parts that work together to make a computer work.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
5 th October 2004Hardware – KS41 Hardware Objectives: Computer systems  What do they do?  Identify the hardware that makes up a computer system (PC)
Modern Computer Architecture II Unit 4B. Premise of a Computer Start with data Process the data in some way Give the results to a human.
Hardware Architecture
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Parts There are many parts that work together to make a computer work.
Information Technology
Introduction to Operating Systems
Computer Hardware and Software
Local secondary storage (local disks)
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
الوحدة الأولى مفاهيم تقنية المعلومات و الاتصالات
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer System Basics- The Pieces & Parts
بخش فناوری کتاب توربان: فصل اول
ວິຊາ: ພື້ນຖານ ຄອມພິວເຕີ້
Computer Electronic device Accepts data - input
المحور 3 : العمليات الأساسية والمفاهيم
مقدمة في علوم الحاسوب.
0. What is a Computer?.
Fundamentals of Computer Programming
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
ITEC 1011 Introduction to Information Technologies 0. What is a Computer?
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Electronic device Accepts data - input
Lesson 3 Computer Devices.
Presentation transcript:

Computer Basics

Samples of Operating Systems IBSYS (IBM 7090) OS/360 (IBM 360) TSS/360 (360 mod 67) Michigan Terminal System CP/CMS & VM 370 MULTICS (GE 645) Alto (Xerox PARC) Pilot (Xerox STAR) CP/M IRIX Solaris MVS VxWorks MACH Apollo DOMAIN Unix (System V & BSD) Apple Mac (v. 1– v. 9) MS-DOS Windows NT, 2000, XP Novell Netware Linux FreeBSD PalmOS PocketPC VxWorks

Samples of Operating Systems (continue…)

Memory CPU Registers Bank Monitor Printer Modem Main Memory ALU Secondary Memory Tertiary Memory Control Unit Keyboard Mouse Scanner Modem Input Unit Output Unit Cache Memory Computer ROMRAM HDFDCDFlash Tape

Components of a simple personal computer Hard drive controller Video controller Memory USB controller Network controller Outside world CPU Computer internals (inside the “box”)

Access latency 1 ns 2–5 ns 50 ns 5 ms 50 sec < 1 KB 1 MB 1 GB 200 GB > 1 TB Capacity Storage pyramid Registers Cache (SRAM) Main memory (DRAM) Magnetic disk Magnetic tape Goal: really large memory with very low latency Latencies are smaller at the top of the hierarchy Capacities are larger at the bottom of the hierarchy Solution: move data between levels to create illusion of large memory with low latency Better