User. Application program. Interfaces. Operating system. Hardware

Similar documents
Dec Hex Bin ORG ; ZERO. Introduction To Computing

The x86 Microprocessors. Introduction. The 80x86 Microprocessors. 1.1 Assembly Language

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

CC411: Introduction To Microprocessors

CS 105 Review Questions #3

An Overview of the Computer System. Kafui A. Prebbie 24

1. Draw general diagram of computer showing different logical components (3)

Computer Organization and Programming

Machine Architecture and Number Systems

Machine Architecture and Number Systems CMSC104. Von Neumann Machine. Major Computer Components. Schematic Diagram of a Computer. First Computer?

INTRODUCTION TO COMPUTERS

Digital Logic Design Exercises. Assignment 1

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

BSNL TTA Question Paper-Computers Specialization 2007

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Binary. Hexadecimal BINARY CODED DECIMAL

EE292: Fundamentals of ECE

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

Chapter One. Introduction to Computer System

lesson 3 Transforming Data into Information


CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso

Segment 1A. Introduction to Microcomputer and Microprocessor

Chapter 3: Number Systems and Codes. Textbook: Petruzella, Frank D., Programmable Logic Controllers. McGraw Hill Companies Inc.

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

System Unit Components Chapter2

Chapter 1. Microprocessor architecture ECE Dr. Mohamed Mahmoud.

Using sticks to count was a great idea for its time. And using symbols instead of real sticks was much better.

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

Bits and Bytes. Here is a sort of glossary of computer buzzwords you will encounter in computer use:

ST. MARY S COLLEGE FORM 4

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: Introduction to Computing Module No: CS/ES/1 Quadrant 1 e-text

BINARY SYSTEM. Binary system is used in digital systems because it is:

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

Chapter 2: Computers: The Machines Behind Computing.

Computers Are Your Future

Number System. Introduction. Decimal Numbers

Computer Organization

I1100 E Introduction to computer.

Introduction to Computers. Joslyn A. Smith

What is the typical configuration of a computer sold today? 1-1

Chapter Two. Hardware Basics: Inside the Box

Computer Organization

Computer Architecture 2/26/01 Lecture #

Computer Architecture: Part V. First Semester 2013 Department of Computer Science Faculty of Science Chiang Mai University

Computers Are Your Future

UNIT 2 Data Center Environment

5. The result of dividing the 8 bit value by the 8 bit value is:

Homeschool Enrichment. The System Unit: Processing & Memory

JNTUWORLD. 1. Discuss in detail inter processor arbitration logics and procedures with necessary diagrams? [15]

Logic and Computer Design Fundamentals. Chapter 1 Digital Computers and Information

Information Communications Technology (CE-ICT) 6 th Class

CS/EE 260. Digital Computers Organization and Logical Design

CHAPTER 6 ARITHMETIC, LOGIC INSTRUCTIONS, AND PROGRAMS

Memory Addressing, Binary, and Hexadecimal Review

Chapter 2. Prepared By: Humeyra Saracoglu

HARDWARE AND OPERATING SYSTEMS

DIGITAL ARITHMETIC: OPERATIONS AND CIRCUITS

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

Course Schedule. CS 221 Computer Architecture. Week 3: Plan. I. Hexadecimals and Character Representations. Hexadecimal Representation

Computer Architecture and Assembly Language. Spring

ZONAL EDUCATION OFFICE - JAFFNA

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

data within a computer system are stored in one of 2 physical states (hence the use of binary digits)

DIGITAL SYSTEM DESIGN

Year 10 OCR GCSE Computer Science (9-1)

IB Computer Science Topic.2-

Systems Architecture

Final Labs and Tutors

Computer Systems. Binary Representation. Binary Representation. Logical Computation: Boolean Algebra

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1

Chapter 1 INTRODUCTION

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR.

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software.

1 Digital tools. 1.1 Introduction

About the Presentations

CMSC 1513 Lecture 1.2

2. (a) Compare the characteristics of a floppy disk and a hard disk. (b) Discuss in detail memory interleaving. [8+7]

Microcomputers. Outline. Number Systems and Digital Logic Review

Q1. Describe C.P.U and its subunits with the help of diagram?

Computer Basics 1/24/13. Computer Organization. Computer systems consist of hardware and software.

2011 Francisco Delgadillo

Advanced Parallel Architecture Lesson 3. Annalisa Massini /2015

PESIT Bangalore South Campus

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-278: Digital Logic Design Fall Notes - Unit 4. hundreds.

ELECTRICAL AND COMPUTER ENGINEERING DEPARTMENT, OAKLAND UNIVERSITY ECE-2700: Digital Logic Design Winter Notes - Unit 4. hundreds.

Chap 1. Digital Computers and Information

CSC 101: Lab Manual#9 Machine Language and the CPU (largely based on the work of Prof. William Turkett) Lab due date: 5:00pm, day after lab session

5 Computer Organization

Digital Fundamentals

Agenda EE 224: INTRODUCTION TO DIGITAL CIRCUITS & COMPUTER DESIGN. Lecture 1: Introduction. Go over the syllabus 3/31/2010

18. Machine Language. Computer Systems. COMP1917: Computing 1. Machine Language Programming. History of Computer Technology

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017

Components of a Computer System

Syllabus for Computer Science General Part I

ELEG3923 Microprocessor Ch.0 & Ch.1 Introduction to Microcontroller

Information Science 1

Transcription:

Operating Systems Introduction to Operating Systems and Computer Hardware

Introduction and Overview

The operating system is a set of system software routines that interface between an application program and the hardware. User Application program Operating system Hardware Interfaces

Interfaces Points of connection or linkage User interfaces with application program Application program interfaces with operating system Operating system interfaces with hardware Application program accesses hardware Through the operating system Following the operating system s rules

Operating System Services Service Software routine that runs to support another program: Is small and simple Performs single task An operating system is a repository of common services I/O support open, open, close, read, and write Program launch

The operating system routines that interface with the application program represent a consistent platform for running the program. Application program Application program Platform Operating system Operating system Model ABC computer hardware Model XYZ computer hardware

Layers of Abstraction User layer Abstraction A simplified view of an object that ignores internal details. Each layer of abstraction is a black box. Black box Inputs/outputs known Contents hidden Functionally independent Application program layer Operating system layer Hardware layer

Communication Between Two Black Boxes Two black boxes communicate through a shared interface. To use a black box, all you must know are its interface rules. Black box A Interface Black box B

An operating system can support many application programs. Application program layer Web browser Spreadsheet E-mail Word processor Presentation graphics Operating system layer Hardware layer

Primary Components of an Operating System Apparent to user Shell File system Device management Transparent Processor management Memory management Communication services User interface (shell) Processor (or process) management Application program layer Operating system layer File management Memory management Hardware layer Device management Communication services

Resources that need to be managed in a computer system CPU Memory (RAM Storage (Secondary Memory of all types) GPU (Graphics Processing Unit) Bandwidth Print Resources

Opening a File The user selects Open. The shell interprets the command. File management finds the file. Device management reads the file from disk. Open Shell File management Device management Application program layer Operating system layer Hardware

Communication between two computers is enabled by communication services installed on both computers. Computer A Computer B Application program layer Application program layer Operating system layer Operating system layer Communication services Communication services Hardware layer Hardware layer

Advantages of Layering Viewing the system as a set of layers simplifies: Maintenance System assembly Stacking layers is similar to stacking blocks.

Important Takeaways Open source UNIX and Linux Open, published source code Proprietary Apple Macintosh Closed source code Hybrid Microsoft Source code open for some elements and closed for others

Hardware

This section User focuses on the key components Application program of the hardware layer. Operating system Hardware

Memory Holds active programs and data. Contents: Bit: One binary digit 0 or 1 Byte: Eight bits 1 character Word: A group of bytes Write is a destructive operation. Read is not a destructive operation.

In the memory of a computer, bits are grouped to form bytes, which, in turn, are grouped to form words. Word 0 Byte 0 Byte 1 Byte 2 Byte 3 11111111 11111111 11111111 11111111

Addressing Memory Bytes or words are the basic addressable units of memory. Each byte or word is assigned a unique address. Bytes or words are numbered sequentially.

Think of cache memory as a staging area for the processor. Main memory Cache memory The processor Active data and instructions The complete program

The processor manipulates the data stored in memory under the control of a program stored in the memory. Program Processor Memory Data

Each instruction has an operation code and one or more operands. Operation code ADD Operands 1000,1004 Program: A series of instructions.

Key Components of a Processor Processor Clock Instruction control unit Arithmetic and logic unit Registers

Processor Machine Cycle Clock Instruction control unit Arithmetic and logic unit A computer executes instructions by following the basic machine cycle. Instruction counter 1 Instruction register Accumulator a. In this example, memory holds both instructions and data initially. The instruction counter points to the first instruction to be executed. Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 1000 10 1001 12 1002

Processor Clock Instruction control unit Arithmetic and logic unit b. The first instruction is fetched from memory and stored in the instruction register. Keep in mind that the instruction counter points to the next instruction. Instruction counter 2 Instruction register COPY 1000 TO ACCUMULATOR Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 1000 10 Accumulator 1001 12 1002

Processor Clock Instruction control unit Arithmetic and logic unit Instruction counter 2 Instruction register COPY 1000 TO ACCUMULATOR Accumulator 10 c. The arithmetic and logic unit executes the instruction in the instruction register. Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 1000 10 1001 12 1002

Processor Clock Instruction control unit Arithmetic and logic unit d. The instruction control unit once again looks to the instruction counter for the address of the next instruction. Instruction counter 2 Instruction register COPY 1000 TO ACCUMULATOR Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 Accumulator 10 1000 10 1001 12 1002

Processor Clock Instruction control unit Arithmetic and logic unit e. The next instruction is fetched into the instruction register. Keep in mind that the instruction counter points to the next instruction. Instruction counter 3 Instruction register ADD 1001 TO ACCUMULATOR Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 1000 10 Accumulator 10 1001 12 1002

Processor Clock Instruction control unit Arithmetic and logic unit f. The arithmetic and logic unit executes the instruction in the instruction register. Instruction counter 3 Instruction register ADD 1001 TO ACCUMULATOR Memory 1 COPY 1000 TO ACCUMULATOR 2 ADD 1001 TO ACCUMULATOR 3 COPY ACCUMULATOR TO 1002 Accumulator 22 1000 10 1001 12 1002

During a machine cycle, an instruction is fetched during I-time and executed during E-time. I-time E-time I-time fetch E-time execute Clock speed Cycles per second Measured in MHz or GHz Instruction control unit Fetch Arithmetic and logic unit Execute

A layer of microcode lies between the memory and the processor. Memory (software) Microcode Microcode is also known as firmware. Processor

Input Input and Output The act of transferring data into memory from a peripheral device. Output The act of transferring data from memory to a peripheral device. Input and Output Support the interaction between the user and the computer.

Secondary Storage Extension of main memory Fast, accurate, and inexpensive High-capacity and nonvolatile Long-term storage Contents must be transferred into main memory. Machine-readable only People cannot read contents directly. Media Hard disk and floppy disk Magnetic tape CD-ROM and DVD

The data on a disk is recorded on a series of concentric circles called tracks. Tracks are subdivided into sectors. Tracks and Sectors Tracks Sectors

Reading a Sector from the Disk Direction of rotation a. During seek time, the access mechanism is positioned over the track that holds the required data. Access mechanism

b. The system waits while the sector rotates to the read/write head, causing rotational delay, and the data is transferred into memory. Access mechanism Direction of rotation

Each surface on a disk pack has its own read/write head. One position of the access mechanism defines a cylinder. Access mechanism Read/write heads Central drive shaft

The The disk directory programs and data files stored on a disk are listed in the disk directory.

Communication Hardware Modem A device used to communicate over standard telephone lines Cable modem A device used to communicate over high- speed cable

Linking the Components Interface Translates between internal and external formats Buffer Temporary memory used to adjust for the speed differential between adjacent devices

Functions of an Interface Board The keyboard or display interface converts input from the keyboard to an internal format. Processor Memory 01000001 Keyboard/ display interface

Data stored in memory is sent to the printer interface, converted to printable format, and printed. Processor Keyboard/ display interface Memory 01000001 Printer interface

Channels and Control Units Channel Performs peripheral, device-independent independent functions on large computers I/O control unit Performs device-dependent dependent functions

On a mainframe, peripheral devices are linked to the system through a channel and an I/O control unit. Mainframe computer I/O control unit Channel I/O control unit

Number Systems

Introduction In this section, you are introduced to the basic number systems that are currently used by most operating systems. We will start with an introduction to both Binary and Hexadecimal number systems. You will then be shown how we use digital gates to interpret these binary values. The objective is to provide you with a foundation in the use of these number systems and digital gates that form the basis of all computer operations.

Numbering systems Decimal Digit values 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Place values 10 4, 10 3, 10 2, 10 1, 10 0 Binary Digit values 0, 1 Place values 2 4, 2 3, 2 2, 2 1, 2 0 Value of any number is derived by multiplying each digit by its place value and adding these products.

Each octal digit is equivalent to three binary digits. Octal Binary Octal Binary 0 000 4 100 1 001 5 101 2 010 6 110 3 011 7 111

Each hexadecimal digit is equivalent to four binary digits. Hex Binary Hex Binary 0 0000 8 1000 1 0001 9 1001 2 0010 A 1010 3 0011 B 1011 4 0100 C 1100 5 0101 D 1101 6 0110 E 1110 7 0111 F 1111

What does the number 0 represent? Off, No, or False The open state of a switch, indicating no current flow through the transistor The value zero

What does the number 1 represent? On, Yes, or True The closed state of a switch, indicating current flow through the transistor

Binary Number System In terms of the hardware, think of the memory in your computer as a set of thousands of switches called bits that can be turned on or off. The value 1 represents on, and the value 0 represents off. Eight bits are grouped together to form a byte; every number in binary is made up of 8 bits. 8

An example to represent the number 5 in binary format: 8 There are 8 bits in a binary number, so picture 00000000. Now, 5 expressed in base 2 is 2 2 plus 2 0.

10 Say you want to write 10 in binary. Break it down into base 2. To get 10, you need 2 3 plus 2 1. 2 1 is 00000010 and 2 3 is 00001000. Add them together and you get 00001010. Each letter is assigned an ASCII value, which is a set of binary numbers. The computer interprets the binary numbers to obtain the letter.

Bits A bit is a number in the set of binary numbers. A bit can be either 0 or 1. The bigger the number, the more bits the number contains.

Byte A byte is 8 bits or 2 nibbles or 4 bits. Bytes are used to represent a character. Bytes are the smallest data item in the microprocessor. The format of a byte is: b 7 b 6 b 5 b 4 b 3 b 2 b 1 b 0 Where, - b 7 is the high order bit. - b 0 is the low order bit.

Words The size of a word depends on the processing capability of the central processing unit (CPU), but a word usually contains 16 bits or 32 bits. Example: A 16-bit processor can process only those words that are up to 16 bits long.

Binary Number System Name Size (bits) Bit 1 1 Example Nibble 4 0101 Byte 8 0000 0101 Word 16 0000 0000 0000 0101 Other: - A kilobyte is equal to 1024 bytes (2 10 ). - A megabyte is equal to about a million bytes.

Why Hexadecimal? The hexadecimal system is appropriate for matching 4 bits. There are 16 hexadecimal values, which means 16 4-bit possibilities. Four bits can be represented by using one hexadecimal value. Eight bits can be represented by using two hexadecimal values. Remember that color is represented using 24 bits or 3 bytes. Dec. Hex. Binary Dec. Hex. Binary 0 0 0000 8 8 1000 1 1 0001 9 9 1001 2 2 0010 10 A 1010 3 3 0011 11 B 1011 4 4 0100 12 C 1100 5 5 0101 13 D 1101 6 6 0110 14 E 1110 7 7 0111 15 F 1111

Binary Equivalents of Hexadecimal Numbers (Contd...) Dec. Hex. Binary Dec. Hex. Binary 0 0 0000 8 8 1000 1 1 0001 9 9 1001 2 2 0010 10 A 1010 3 3 0011 11 B 1011 4 4 0100 12 C 1100 5 5 0101 13 D 1101 6 6 0110 14 E 1110 7 7 0111 15 F 1111 ----------------------------------------------------- Hex Binary Hex Binary Hex Binary 12 0001 0010 3C 99 AB 1A 00 02 B4 7D 0111 0111 1000 1111 1111 1111 0000 0010 1100 1001 0101 1100

Binary Equivalents of Hexadecimal Numbers Dec. Hex. Binary Dec. Hex. Binary 0 0 0000 8 8 1000 1 1 0001 9 9 1001 2 2 0010 10 A 1010 3 3 0011 11 B 1011 4 4 0100 12 C 1100 5 5 0101 13 D 1101 6 6 0110 14 E 1110 7 7 0111 15 F 1111 ----------------------------------------------------- Hex Binary Hex Binary Hex Binary 12 0001 0010 3C 0011 1100 99 1001 1001 AB 1010 1011 1A 0001 1010 00 0000 0000 02 0000 0010 B4 1011 0100 7D 0111 1101 77 0111 0111 8F 1000 1111 FF 1111 1111 02 0000 0010 C9 1100 1001 5C 0101 1100

Hexadecimal Code for Colors Dec. Hex. Binary Dec. Hex. Binary 0 0 0000 8 8 1000 1 1 0001 9 9 1001 2 2 0010 10 A 1010 3 3 0011 11 B 1011 4 4 0100 12 C 1100 5 5 0101 13 D 1101 6 6 0110 14 E 1110 7 7 0111 15 F 1111 ----------------------------------------------------- We said the hexadecimal RGB code for Carrot Orange is #FF8E2A or in decimal (255, 142, 42) Remember that this is using 24 bits for color or 3 bytes. Carrot Orange is In binary: 1111 1111, 1000 1110, 0010 1010 In hexadecimal: F F, 8 E, 2 A In decimal: 255, 142, 42

The AND Gate The output is high only when both input A and B are high.

The OR Gate The output is high when either or both input A and input B are high.

Inverter A single-input device, which produces an output state opposite to the input state. High input produces low output, and vice versa. Commonly referred to as a NOT gate.

Adding Binary Numbers A key requirement of digital computers is the ability to use logical functions to perform arithmetic operations. The basis of this is addition; if we can add two binary numbers, we can just as easily subtract them, or get a little fancier and perform multiplication and division. How, then, do we add two binary numbers? Let's start by adding two binary bits. Each bit has only two possible values, 0 or 1; therefore, there are only four possible combinations of input values. These four possibilities and the resulting sums are: 0 + 0 = 0 0 + 1 = 1 1 + 0 = 1 1 + 1 = 10 Binary addition produces a sum and a carry. The truth table for binary addition is: INPUTS OUTPUT A B CARRY SUM 0 0 0 0 0 1 0 1 The Carry is a simple AND function. The Sum is an Exclusive-OR function. You can use two gates to add two bits. 1 0 0 1 1 1 1 0

Negative Numbers and Binary Subtraction We have seen how simple logic gates can be used to perform the process of binary addition. It is only logical to assume that a similar circuit can perform binary subtraction. If we look at the possibilities involved in subtracting one 1-bit number from another, we can quickly see that three of the four possible combinations are easy and clear. The fourth combination involves a bit more calculation: 0-0 = 0 1-0 = 1 1-1 = 0 0-1 = 1, with a borrow bit. The borrow bit is just like a borrow in decimal subtraction. It subtracts from the next higher order of magnitude in the overall number. Let's see what the truth table looks like. INPUTS OUTPUTS A B BORROW A - B 0 0 0 0 0 1 1 1 1 0 0 1 The difference, A-B, is an Exclusive-OR function. The borrow is an AND function, but is A'B instead of AB. To simplify binary subtraction, convert B to its negative equivalent and then use the basic adder. 1 1 0 0

In this unit, you discussed: Summary Basics of operating systems Interfaces for operating systems Layers of abstraction Differences between open source and proprietary operating systems Bits, bytes, and words Machine cycle Key components of a processor Common input and output devices Binary, Decimal, and Hexadecimal numbering systems Digital Gates