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

Similar documents
Machine Architecture and Number Systems

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

User. Application program. Interfaces. Operating system. Hardware

Three-box Model: These three boxes need interconnecting (usually done by wiring known as a bus. 1. Processor CPU e.g. Pentium 4 2.

CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 01, SPRING 2013

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

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

Information Science 1

CS 105 Review Questions #3

Dec Hex Bin ORG ; ZERO. Introduction To Computing

TOPICS. Other Number Systems. Other Number Systems 9/9/2017. Octal Hexadecimal Number conversion

1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine

Outline. elements and behavior executing programs. developing programs use as a calculator converting strings to numbers

Hardware. ( Not so hard really )

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

Octal & Hexadecimal Number Systems. Digital Electronics

Chapter 1 History & Hardware

CC411: Introduction To Microprocessors

Monday, January 27, 2014

History. 3rd Generation- Integrated Circuits, Transistors (Integrated Circuit form) for Memory ( memory is now volatile), Terminal/Keyboard for I/O

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

Chapter One. Introduction to Computer System

IB Computer Science Topic.2-

Computer Principles and Components 1

Engineering Problem Solving with C++, Etter/Ingber

Computer Architecture 2/26/01 Lecture #

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

Components of a personal computer

CS150 Introduction to Computer Science 1. What is CS150? Who Are We? CS150 is a programming course You will learn

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

A Brief History of Computer Science

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

CHAPTER 1 Introduction to Computers and Java

CS1100 Introduction to Programming

CSC 121 Computers and Scientific Thinking

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

Elementary Computing CSC M. Cheng, Computer Science 1

Name: Date: Hour: The abacus (still in use today) is about 5,000 years old. Not a computer.

MECE336 Microprocessors I

Wednesday, January 28, 2018

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

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

Test Bank for Prelude to Programming Chapter 0

COMS 1003 Fall Introduction to Computer Programming in C. History & Computer Organization. September 15 th

Chapter 1: An Overview of Computers and Programming Languages. Objectives. Objectives (cont d.) Introduction

COP 1170 Introduction to Computer Programming using Visual Basic

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

CS 1 Notes 1 - Early Computing and 2 - Electronic Computing

Chapter Two. Hardware Basics: Inside the Box

Level ISA3: Information Representation

CMSC 1513 Lecture 1.2

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

Chapter 2 Exercises and Answers

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

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition

Information Communications Technology (CE-ICT) 6 th Class

Chapter 5: Computer Systems Organization

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

C H A P T E R 1. Introduction to Computers and Programming

AN INTRODUCTION TO THE COMPUTER

Switching Circuits and Logic Design Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Introduction To Computer Hardware. Hafijur Rahman

CHAPTER 2 (b) : AND CODES

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 Review of Number Systems

FE Review Computer Terms

For the A+ Certification exams, you should be able to identify the names, functions, and characteristics of the major components and ports of a Pc.

Number Bases LESSON TWO. Computer Science. By John Owen

A Brief History of Computer Science. David Greenstein Monta Vista High School, Cupertino, CA

ECE2049 E17 Lecture 4 MSP430 Architecture & Intro to Digital I/O

MACHINE LEVEL REPRESENTATION OF DATA

Introduction to Computers, Programs, and Java. CSE 114, Computer Science 1 Stony Brook University

2011 Francisco Delgadillo

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Notes - Computer Hardware Basics

CS & IT Conversions. Magnitude 10,000 1,

Chapter 2: Computers: The Machines Behind Computing.

EEM 232 Digital System I

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Bits, bytes, binary numbers, and the representation of information

Computer Architecture and System Software Lecture 02: Overview of Computer Systems & Start of Chapter 2

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

Digital Systems COE 202. Digital Logic Design. Dr. Muhamed Mudawar King Fahd University of Petroleum and Minerals

Segment 1A. Introduction to Microcomputer and Microprocessor

Problem Set 1 Solutions

COMPUTER BASICS Processing/Storage

3/13/2012. ESc101: Introduction to Computers and Programming Languages

Lecture (01) Digital Systems and Binary Numbers By: Dr. Ahmed ElShafee

Von Neumann Architecture

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

Number Systems MA1S1. Tristan McLoughlin. November 27, 2013

System Unit. By: Khadeeja Farkash

CHAPTER 2 Number Systems

Memory & Logic Array. Lecture # 23 & 24 By : Ali Mustafa

8/16/12. Computer Organization. Architecture. Computer Organization. Computer Basics

Chapter 1 INTRODUCTION

2 Number Systems 2.1. Foundations of Computer Science Cengage Learning

CMPS 10 Introduction to Computer Science Lecture Notes

Transcription:

CMSC104 Lecture 2 Remember to report to the lab on Wednesday Topics Machine Architecture and Number Systems Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting from Binary to Decimal Converting from Decimal to Binary The Hexadecimal Number System 2 Major Computer Components Central Processing Unit (CPU) Bus Main Memory (RAM) Secondary Storage Media Secondary I / O Devices Storage Memory Input Output Processor 3 Von Neumann Machine Most modern computers are considered to be stored-program computers or von Neumann machines, named after the famed computer scientist, John von Neumann. Both data and programs are stored in the computer Memory Input Processor Output First Computer? Schematic Diagram of a Computer Charles Babbage The Father of Computers Difference Engine (1822) Analytical Engine external program computer Ada Augusta Byron The First Programmer Countess of Lovelace; daughter of Lord Byron Wrote programs for the Analytical Engine The computer language Ada, designed for the U.S. Department of Defense, was named so, in her honor. Diagram taken from Java Concepts, Fourth Edition 6 1

The CPU Central Processing Unit The brain of the computer Controls all other computer functions In PCs (personal computers) also called the microprocessor or simply processor. The Bus Computer components are connected by a bus. A bus is a group of parallel wires that carry control signals and data between components. 7 8 Main Memory Main memory holds information such as computer programs, numeric data, or documents created by a word processor. Main memory is made up of capacitors. If a capacitor is charged, then its state is said to be 1, or ON. We could also say the bit is set. If a capacitor does not have a charge, then its state is said to be 0, or OFF. We could also say that the bit is reset or cleared. Main Memory (cont.) Memory is divided into cells, where each cell contains 8 bits (a 1 or a 0). Eight bits is called a byte. Each of these cells is uniquely numbered. The number associated with a cell is known as its address. Main memory is volatile storage. That is, if power is lost, the information in main memory is lost. 9 10 Main Memory (cont.) Other computer components can get the information held at a particular address in memory, known as a READ, or store information at a particular address in memory, known as a WRITE. Writing to a memory location alters its contents. Reading from a memory location does not alter its contents. Main Memory (cont.) All addresses in memory can be accessed in the same amount of time. We do not have to start at address 0 and read everything until we get to the address we really want (sequential access). We can go directly to the address we want and access the data (direct or random access). That is why we call main memory RAM (Random Access Memory). 11 12 2

Secondary Storage Media Disks -- floppy, hard, removable (random access) Tapes (sequential access) CDs (random access) DVDs (random access) Secondary storage media store files that contain computer programs data other types of information This type of storage is called persistent (permanent) storage because it is non-volatile. 13 I/O (Input/Output) Devices Information input and output is handled by I/O (input/output) devices. More generally, these devices are known as peripheral devices. Examples: monitor keyboard mouse disk drive (floppy, hard, removable) CD or DVD drive printer scanner 14 Bits, Bytes, and Words A bit is a single binary digit (a 1 or 0). A byte is 8 bits A word is 32 bits or 4 bytes Long word = 8 bytes = 64 bits Quad word = 16 bytes = 128 bits Programming languages use these standard number of bits when organizing data storage and access. What do you call 4 bits? Number Systems The on and off states of the capacitors in RAM can be thought of as the values 1 and 0, respectively. Therefore, thinking about how information is stored in RAM requires knowledge of the binary (base 2) number system. Let s review the decimal (base 10) number system first. (hint: it is a small byte) 15 16 The Decimal Number System The decimal number system is a positional number system. Example: 5 6 2 1 1 X 10 0 = 1 10 3 10 2 10 1 10 0 2 X 10 1 = 20 6 X 10 2 = 600 5 X 10 3 = 5000 The Decimal Number System The decimal number system is also known as base 10. The values of the positions are calculated by taking 10 to some power. Why is the base 10 for decimal numbers? Because we use 10 digits, the digits 0 through 9. 17 18 3

The Binary Number System The binary number system is also known as base 2. The values of the positions are calculated by taking 2 to some power. Why is the base 2 for binary numbers? Because we use 2 digits, the digits 0 and 1. 19 The Binary Number System The binary number system is also a positional numbering system. Instead of using ten digits, 0-9, the binary system uses only two digits, 0 and 1. Example of a binary number and the values of the positions: 1 0 0 1 1 0 1 2 6 2 5 2 4 2 3 2 2 2 1 2 0 64 32 16 8 4 2 1 20 Converting from Binary to Decimal Converting from Binary to Decimal 1 0 0 1 1 0 1 1 X 2 0 = 1 2 6 2 5 2 4 2 3 2 2 2 1 2 0 0 X 2 1 = 0 1 X 2 2 = 4 2 0 = 1 2 4 = 16 1 X 2 3 = 8 2 1 = 2 2 5 = 32 0 X 2 4 = 0 2 2 = 4 2 6 = 64 0 X 2 5 = 0 2 3 = 8 1 X 2 6 = 64 77 10 21 Practice conversions: Binary 11101 1010101 100111 Decimal 22 Converting from Decimal to Binary Converting from Binary to Decimal Make a list of the binary place values up to the number being converted. Perform successive divisions by 2, placing the remainder of 0 or 1 in each of the positions from right to left. Continue until the quotient is zero. Example: 42 10 2 5 2 4 2 3 2 2 2 1 2 0 32 16 8 4 2 1 1 0 1 0 1 0 Practice conversions: Decimal 59 82 175 Binary 23 24 4

Working with Large Numbers 0 1 0 1 0 0 0 0 1 0 1 0 0 1 1 1 =? Humans can t work well with binary numbers; there are too many digits to deal with. Memory addresses and other data can be quite large. Therefore, we sometimes use the hexadecimal number system. The Hexadecimal Number System The hexadecimal number system is also known as base 16. The values of the positions are calculated by taking 16 to some power. Why is the base 16 for hexadecimal numbers? Because we use 16 symbols, the digits 0 through 9 and the letters A through F Computer bus and computer graphics are just two of many that use hexadecimal. 25 26 The Hexadecimal Number System The Hexadecimal Number System Binary Decimal Hexadecimal Binary Decimal Hexadecimal 0 0 0 1010 10 A 1 1 1 1011 11 B 10 2 2 1100 12 C 11 3 3 1101 13 D 100 4 4 1110 14 E 101 5 5 1111 15 F 110 6 6 111 7 7 1000 8 8 1001 9 9 Example of a hexadecimal number and the values of the positions: C 8 B 0 5 1 16 5 16 4 16 3 16 2 16 1 16 0 Often used with red-green-blue coloring in a two pair format F 4 B 0 5 1 16 1 16 0 16 1 16 0 16 1 16 0 27 28 Hexadecimal: Colors Decimal Hexadecimal 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 A 11 B 12 C 13 D 14 E 15 F Examples: F4B051=F4 30 5C red green blue F4 (red) = 15x16 + 4 = 240 + 4 = 244 30 (green) = 3x16 + 0 = 48 + 0 = 48 5C (blue) = 5x16 + 12 = 80 + 12 = 92 FFFF00 = FF FF 00 red green blue FF (red) = 15x16 + 15 = 240 + 15 = 255 FF (green) = 15x16 + 15 = 240 + 15 = 255 00 (blue) = 0x16 + 0 = 0 + 0 = 0 which produces the color yellow! Example of Equivalent Numbers Binary: 1 0 1 0 0 0 0 1 0 1 0 0 1 1 1 2 Decimal: 20647 10 Hexadecimal: 50A7 16 Notice how the number of digits gets smaller as the base increases. 30 5

Converting from Binary to Hex Converting from Binary to Octal Because 16 is the equivalent of 2 4, it is easy to convert from binary to hex and vice-versa. Binary: 1101 0010 1111 0000 Hex: 0x D 2 F 0 Octal is another number system that is base 8. Because 8 is the equivalent of 2 3, it is easy to convert from binary to octal and vice-versa. Convert the following binary number to octal: 01 101 001 011 110 000 31 32 6