Digital Systems. John SUM Institute of Technology Management National Chung Hsing University Taichung, ROC. December 6, 2012

Similar documents

BUILDING BLOCKS OF A BASIC MICROPROCESSOR. Part 1 PowerPoint Format of Lecture 3 of Book

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

Introduction to Computer Science. Homework 1

Chapter 3: part 3 Binary Subtraction

Basic Arithmetic (adding and subtracting)

Binary Adders: Half Adders and Full Adders

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

Representation of Non Negative Integers

Dec Hex Bin ORG ; ZERO. Introduction To Computing

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

Chapter 4 Arithmetic Functions

EE292: Fundamentals of ECE

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

CC411: Introduction To Microprocessors

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

LECTURE 4. Logic Design

Binary Addition. Add the binary numbers and and show the equivalent decimal addition.

Two-Level CLA for 4-bit Adder. Two-Level CLA for 4-bit Adder. Two-Level CLA for 16-bit Adder. A Closer Look at CLA Delay

Department of Electrical and Computer Engineering University of Wisconsin - Madison. ECE/CS 352 Digital System Fundamentals.

CS 105 Review Questions #3

DIGITAL ARITHMETIC: OPERATIONS AND CIRCUITS

ECE468 Computer Organization & Architecture. The Design Process & ALU Design

60-265: Winter ANSWERS Exercise 4 Combinational Circuit Design

4. Write a sum-of-products representation of the following circuit. Y = (A + B + C) (A + B + C)

ECE3663 Design Project: Design Review #1

Computer Organization

Advanced Computer Architecture-CS501

1. Mark the correct statement(s)

Von Neumann Architecture

ENEL 353: Digital Circuits Midterm Examination

Chapter Three. Digital Components

IT 201 Digital System Design Module II Notes

Computer Organization and Programming

COMPUTER ARCHITECTURE AND ORGANIZATION Register Transfer and Micro-operations 1. Introduction A digital system is an interconnection of digital

ECE 2030B 1:00pm Computer Engineering Spring problems, 5 pages Exam Two 10 March 2010

VLSI for Multi-Technology Systems (Spring 2003)

An Introduction to Computers and Java CSC 121 Spring 2015 Howard Rosenthal

THE LOGIC OF COMPOUND STATEMENTS

DLD VIDYA SAGAR P. potharajuvidyasagar.wordpress.com. Vignana Bharathi Institute of Technology UNIT 3 DLD P VIDYA SAGAR

Slide Set 1. for ENEL 339 Fall 2014 Lecture Section 02. Steve Norman, PhD, PEng

Number representations

Decimal & Binary Representation Systems. Decimal & Binary Representation Systems

Lecture 21: Combinational Circuits. Integrated Circuits. Integrated Circuits, cont. Integrated Circuits Combinational Circuits

Arithmetic Operations

Combinational Circuits

CS/COE 0447 Example Problems for Exam 2 Spring 2011

Digital Logic Design Exercises. Assignment 1

1. NUMBER SYSTEMS USED IN COMPUTING: THE BINARY NUMBER SYSTEM

Number System. Introduction. Decimal Numbers

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

Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates. Invitation to Computer Science, C++ Version, Third Edition

2.2 THE MARIE Instruction Set Architecture

Lecture 01: Basic Structure of Computers

Bawar Abid Abdalla. Assistant Lecturer Software Engineering Department Koya University

Code No: R Set No. 1

CARLETON UNIVERSITY. Laboratory 2.0

ECE 2020B Fundamentals of Digital Design Spring problems, 6 pages Exam Two Solutions 26 February 2014

Chapter 2: Number Systems

CS101 Lecture 25: The Machinery of Computation: Computer Architecture. John Magee 29 July 2013 Some material copyright Jones and Bartlett

Chapter 3: Operators, Expressions and Type Conversion

To design a 4-bit ALU To experimentally check the operation of the ALU

CS 261 Fall Mike Lam, Professor. Combinational Circuits

Logic Gates and Boolean Algebra ENT263

that system. weighted value associated with it. numbers. a number. the absence of a signal. MECH 1500 Quiz 2 Review Name: Class: Date:

Logic, Words, and Integers

Integers. N = sum (b i * 2 i ) where b i = 0 or 1. This is called unsigned binary representation. i = 31. i = 0

Groups of two-state devices are used to represent data in a computer. In general, we say the states are either: high/low, on/off, 1/0,...

Systems Programming. Lecture 2 Review of Computer Architecture I

Computer Organisation IB Computer Science. Content developed by Dartford Grammar School Computer Science Department

ECE 372 Microcontroller Design Assembly Programming Arrays. ECE 372 Microcontroller Design Assembly Programming Arrays

Chapter 3 Data Representation

Review. Steps to writing (stateless) circuits: Create a logic function (one per output)

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

CS140 Lecture 03: The Machinery of Computation: Combinational Logic

Introduction to Computer Science-103. Midterm

History of Computing. Ahmed Sallam 11/28/2014 1

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics. Numbers & Number Systems

DIGITAL SYSTEM DESIGN

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District UNIT-II COMBINATIONAL CIRCUITS

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.

Lecture #21 March 31, 2004 Introduction to Gates and Circuits

Chapter 4 Arithmetic

INF2270 Spring Philipp Häfliger. Lecture 4: Signed Binaries and Arithmetic

DIGITAL CIRCUIT LOGIC UNIT 7: MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES

World Inside a Computer is Binary

Binary. Hexadecimal BINARY CODED DECIMAL

IB Computer Science Topic.2-

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING, THE UNIVERSITY OF NEW MEXICO ECE-238L: Computer Logic Design Fall 2013.

1 Digital tools. 1.1 Introduction

Slide Set 1. for ENEL 353 Fall Steve Norman, PhD, PEng. Electrical & Computer Engineering Schulich School of Engineering University of Calgary

1. Boolean algebra. [6] 2. Constructing a circuit. [4] 3. Number representation [4] 4. Adders [4] 5. ALU [2] 6. Software [4]

Physics 306 Computing Lab 5: A Little Bit of This, A Little Bit of That

ECE 2030D Computer Engineering Spring problems, 5 pages Exam Two 8 March 2012

NH 67, Karur Trichy Highways, Puliyur C.F, Karur District DEPARTMENT OF INFORMATION TECHNOLOGY CS 2202 DIGITAL PRINCIPLES AND SYSTEM DESIGN

Lecture 6: Signed Numbers & Arithmetic Circuits. BCD (Binary Coded Decimal) Points Addressed in this Lecture

Outline. What Digit? => Number System. Decimal (base 10) Significant Digits. Lect 03 Number System, Gates, Boolean Algebra. CS221: Digital Design

END-TERM EXAMINATION

Principles of Computer Architecture. Chapter 3: Arithmetic

Number Systems and Computer Arithmetic

Transcription:

Digital Systems John SUM Institute of Technology Management National Chung Hsing University Taichung, ROC December 6, 2012 Contents 1 Logic Gates 3 1.1 Logic Gate............................. 3 1.2 Truth Table............................ 3 1.3 Digital Logic Design....................... 4 1.4 Exercises.............................. 5 2 Number Systems 6 2.1 Decimal number.......................... 6 2.2 Binary number.......................... 8 2.3 Number Conversion........................ 9 2.3.1 Binary to Decimal.................... 9 2.3.2 Decimal to Binary.................... 10 2.4 Binary Addition.......................... 10 2.5 Binary Subtraction........................ 12 2.6 Circuit Design for Add/Sub................... 15 2.7 Exercises.............................. 16 3 CPU 17 3.1 Simple ADD/SUB system.................... 18 3.2 Program.............................. 18 1

4 Computer 19 4.1 CPU & Registers......................... 19 4.2 Memory.............................. 20 4.3 I/O devices............................ 20 4.4 Network communication..................... 20 4.5 Operating system......................... 21 2

1 Logic Gates Digital system is a system that is able to perform logic and arithmetic operations. It is composed of various different types of logic gates. 1.1 Logic Gate Logic gate is the basic building block of a digital system. Common logic gates include AND gate, OR gate, NAND gate, NOR gate, XOR gate and NOT gate. AND, OR, NAND, NOR and XOR gates have two inputs and one output. For electronic logic gates, the inputs are electrical signals (voltage). Each signal can only be high or low. As there are only two types of signal, this kind of signal is called binary (or digital). Output signal of a logic gate is also binary. There are many specifications for high and low signals. One specification is that 5V for high signal and 0V for low signal. Another specification is that 5V for high and -5V for low. As both inputs and output signals are binary (i.e. digital), a logic gate performs simple logic function which implies the name logic gate. Therefore, the systems which are composed of logic gates are digital systems. 1.2 Truth Table Truth table depicts the logic operation of a logic gate. Conventionally, high voltage is represented by 1 and low voltage is represented by 0. In other words, the basic operation of a logic gate is defined by its truth table. AND GATE X Y Z 0 0 0 0 1 0 1 0 0 1 1 1 OR GATE X Y Z 0 0 0 0 1 1 3

1 0 1 1 1 1 NAND GATE X Y Z 0 0 1 0 1 1 1 0 1 1 1 0 NOR GATE X Y Z 0 0 1 0 1 0 1 0 0 1 1 0 XOR GATE X Y Z 0 0 0 0 1 1 1 0 1 1 1 0 1.3 Digital Logic Design These logic gates are the basic building blocks for any digital logic circuit that performs logic function. Example 1: Z = A BC. A B C Z 0 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 0 4

1 1 0 1 1 1 1 1 Example 2: Z = ABC + A B C. A B C Z 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1 0 Example 3: Z = A B C + ABC + A B C + AB C. A B C Z 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 1 1 0 1.4 Exercises 1. Design a digital circuit which consists of 8 inputs A, B, C, D, E, F, GandH and 1 output Z with the following function. Z = { 1 if ABCD = EF GH 0 otherwise. 5

2. Design a digital circuit which consists of 8 inputs A, B, C, D, E, F, GandH and 1 output Z with the following function. { 1 if A = E, B = F, C = G and D = H Z = 0 otherwise. 3. Design a digital circuit which can perform the logic function Z = AB + CD. 4. Design an AND gate using XOR gates only. 5. Design an AND gate using NAND gates only. 6. Design an OR gate using NAND gates only. 7. Design an NOR gate using NAND gates only. 8. Design an XOR gate using NAND gates only. 9. Using NAND gates only, design a digital circuit which can perform the logic function Z = AB + CD. 2 Number Systems To start with, we need to know how numbers are represented in decimal and binary forms. 2.1 Decimal number In decimal numeral system (base-ten numeral system), we have 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, and so forth to represent positive integers. Look at the numbers, what can you see? Actually, we use symbols 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9 to form the number. For value which is in between zero and nine, we use one digit. For value which is in between ten and ninety-nine, we use two digits. For value which is in between one hundred to nine hundred and ninety-nine, we use three digits. Let us start with the first ten numbers, 0 1 2 3 4 5 6 7 8 9. 6

The last digit has reached its largest value 9. So, return to the next line starting with two digits. 10 11 12 13 14 15 16 17 18 19. The last significant digit of the last number has reached its largest value 9. So, return to the next line starting and the first digit increments by one, we get that 20 21 22 23 24 25 26 27 28 29. gain, the least significant digit has reached its largest value 9. So, return to the next line starting and the first digit increments by one. After repeat until the last number is 79, the next line reads 80 81 82 83 84 85 86 87 88 89. Again, the least significant digit has reached its largest value 9. So, return to the next line starting and the first digit increments by one. Now, the first digit in the next line is 9, i.e. 90 91 92 93 94 95 96 97 98 99. Again, the least significant digit has reached its largest value 9. So, return to the next line starting and the first digit increments by one. However, the first digit has already reached its largest value. Now, we need three digits. That is, 100 101 102 103 104 105 106 107 108 109. See! That is the way we make up the positive integers. One should note three important numbers, 0, 10 and 100. They are the first number on the line. If we unify the number of digits to be 3, the numbers are listed as follows. 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029... 090 091 092 093 094 095 096 097 098 099 100 101 102 103 104 105 106 107 108 109 7

2.2 Binary number Now, let us talk about the binary number. In binary numeral system, we use two symbols only, 0 and 1. In each line, we only allow 0 and 1. 1 is the largest value. So, by the same principle as what we list the numbers in decimal numeral system, we can list all the numbers in binary form. The first line reads 0 1. The rightmost digit has reached its largest value. So, we need to start a new line with two digits, i.e. 10 11. The rightmost digit has reached its largest value. So, we need to start a new line with two digits. However, the first digit has reached its largest value. So, we need to start with a new line with three digits, i.e. 100 101. The rightmost digit has reached its largest value. So, we need to start a new line with the second digit increments by one, i.e. 110 111. Again, if we unify the number of digits to three, the above numbers will be listed as follows. 000 001 010 011 100 101 110 111 So, you see! The numbers 0, 1, 2, 3, 4, 5, 6, 7 in decimal form show quite different appearance in binary form. Question: How do we know 101 in binary form is 5 in decimal form? Answer: By counting. Question: Would there be an easy way for us to identify its value in decimal form? Answer: By using formulae. 8

Here are two examples. 101 2 = 1 4 + 0 2 + 1 1 = 5 10. 100 2 = 1 4 + 0 2 + 0 1 = 4 10. 4, 2, and 1 are the basis for three digit binary number. For a binary number with five digits, the basis will be 16, 8, 4, 2 and 1. The decimal value of 10110 is given by 10110 2 = 1 16 + 0 8 + 1 4 + 1 2 + 0 1 = 22 10. Now, it is your turn. 2.3 Number Conversion First of all, we need to indicate a number if is belongs to a binary number or a decimal number. For a binary number, we use subscript 2. EG. 101 2. For a decimal number, we use subscript 10. EG. 21 10. In this regard, we can see that 101 2 equals to 5 10, and 21 10 equals to 10101 2. 2.3.1 Binary to Decimal To convert a binary number to a decimal number, one needs the following table. Suppose that we want to convert a number 11011101 2 to decimal. Weight 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 Digit 1 1 0 1 1 1 0 1 Equivalently, the above table can be depicted as the following table. Weight 128 64 32 16 8 4 2 1 Digit 1 1 0 1 1 1 0 1 Then, the decimal number of 11011101 2 is done by the following formulae. 11011101 2 = 1 128 10 + 1 10 64 10 + 0 32 10 + 1 16 10 + 1 8 10 + 1 4 10 + 0 2 10 + 1 = 221 10. 9

2.3.2 Decimal to Binary To convert a decimal number to binary, the steps are different. We apply long division. Let us have two simple examples. Convert 5 10 to binary number. So, 5 10 = 101 2. Convert 50 10 to binary number. So, 50 10 = 110010 2. 2.4 Binary Addition 2 5 1 2 2 0 1 2 50 0 2 25 1 2 12 0 2 6 0 2 3 1 1 Addition of two binary numbers is similar to the addition of two decimal numbers. Let have three examples. 0101 + 0100 1001 0011 + 0110 1001 0111 + 0011 1010 The procedure starts from the least significant bit (LSB) and then moves to left until the most significant bit (MSB) has reached. Carry 0000 0101 + 0100 0001 Carry 0000 0101 + 0100 0001 Carry 1000 0101 + 0100 0001 Carry 0000 0101 + 0100 1001 10

C Z A B D (a) Schematic diagram. A B D C Z 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 1 1 0 1 0 0 0 1 1 0 1 1 0 1 1 0 1 0 1 1 1 1 1 (b) Truth table. Figure 1: Truth table of a full adder. 11

C Z C Z C Z C Z A B D A B D A B D A B D 0 Direction of Computation Figure 2: Schematic diagram of a 4-bit adder. The bitwise operation is performed by a logic circuit called full adder. Its schematic diagram and truth table are shown in Figure 1. To add two 4-bit (positive) numbers, we would need to have to connect four full-adders in the way as shown in Figure 2. For the sake of explanation, you can imagine that the steps of operation is first done at the rightmost full-adder. Then, the steps move from right to left. It should be noted that the circuit shown in Figure 2 consists of 8 inputs (4 inputs for each binary number) and 5 outputs. That means, this adder can allow the addition of 1111 and 1111. Moreover, one should note that the D-input of the rightmost adder is set to 0. One design of a full-adder is by combining two simpler adders called half-adders. Its schematic diagram and truth table are shown in Figure 3. From the truth table, it is clear that the outputs C and D are essentially implemented by an XOR gate and an AND gate respectively. How two half-adders and an OR gate can implement a full-adder is left as an exercise for you. 2.5 Binary Subtraction Before introducing the method of binary subtraction, we need to know how negative number is represented in binary. One simple approach is by using the leftmost bit as the sign bit. For a 4-bit format, the following table lists 12

C A D B (a) Schematic diagram. A B C D 0 0 0 0 0 1 0 1 1 0 0 1 1 1 1 0 (b) Truth table. Figure 3: Truth table of an half-adder. the numbers from 7 to 7. Decimal Binary Decimal Sign 0 0000 1 0001-1 1001 2 0010-2 1010 3 0011-3 1011 4 0100-4 1100 5 0101-5 1101 6 0110-6 1110 7 0111-7 1111 Sign magnitude format. While this formate is easy to understand, it is not simplest enough for subtraction operation. Another approach is based on the idea of 2 s complement. Here are the representations of -1 to -7 in 2 s complement. As a reference, the representations of 0 to 7 are given. 13

Decimal Binary Decimal 2 s 0 0000 1 0001-1 1111 2 0010-2 1110 3 0011-3 1101 4 0100-4 1100 5 0101-5 1011 6 0110-6 1010 7 0111-7 1001 2 s complement format. A simple three steps procedure can help you how to convert a negative number from its decimal form to 2 s complement. Let say the number is M 10 Step 1 Convert M 10 to binary. Step 2 Inversion all the bits. Step 3 Add the inversion by 1. Example 1: Convert 6 10 to its 2 s complement, the following three steps give the result. Step 1 6 10 0110 2. Step 2 0110 2 1001 2. Step 3 1001 2 + 0001 2 = 1010 2. Note that there are 15 numbers (from 7 10 to 7 10 ) can be represented by 4 bits. For N bits, the range of numbers that can be represented is from (2 N 1 1) to (2 N 1 1). Example 2: Step 1 91 10 01011011 2. Convert 91 10 to its 2 s complement, we need 8 bits. Step 2 01011011 2 10100100 2. Step 3 10100100 2 + 00000001 2 = 10100101 2. With the knowledge of 2 s complement, it is time to learn the method of subtraction. Let start with an example. 14

C Z C Z C Z C Z A B D A B D A B D A B D 0 2 S Complement Normal/2S Comp 0 (A+B) 1 (A B) A = 0XXX B = 0XXX Figure 4: Schematic diagram of a circuit for doing addition and subtraction of two positive numbers. Example 3: The way to calculate the value of 80 10 26 10 is by adding 80 10 and 26 10, i.e. 80 10 26 10 = 80 10 + ( 26 10 ) = 01010000 2 + 11100110 2 = 00110110 2. The last step is essentially the binary addition. 2.6 Circuit Design for Add/Sub Figure 4 shows a schematic diagram of a circuit for doing both addition and subtraction of two positive numbers which are in the range of [0, 7]. The operation of the Normal/2 s Comp block is defined in the table below. The pin on the right side of the circuit is to control if the circuit is doing A + B or A B. Here, it is defined that the circuit performs A + B if the signal is 0. Otherwise, it performs A B. 15

Number A + B A B 0000 0000 0000 0001 0001 1111 0010 0010 1110 0011 0011 1101 0100 0100 1100 0101 0101 1011 0110 0110 1010 0111 0111 1001 Clearly, the circuit shown in Figure 4 is not the only design. There are many others. 2.7 Exercises Question 1 1. What are the bases for a binary number with eight digits? 2. What is the value of 10000000 in decimal form? 3. What is the value of 10101001 in decimal form? 4. What is the value of 11011011 in decimal form? 5. What is the value of 00101010 in decimal form? 6. What is the value of 11111111 in decimal form? 7. What are the bases for a binary number with sixteen digits? 8. What is the value of 1000000000000000 in decimal form? 9. What is the value of 1111111111111111 in decimal form? 10. What is the largest number (in decimal form) of a binary number with thirty-two digits? 11. What is the largest number (in decimal form) of a binary number with sixty-four digits? (Hint: The largest value of a binary number with N digits is 2 N 1. Why?) 16

Question 2 (a) Using an XOR and an AND gates to implement a half-adder. (b) Using two half-adders and an OR to implement a full-adder. Question 3 In the question, the binary number is of 8-bit format. (a) Convert 20 10 into binary number. (b) Represent 12 10 2 S complement. (c) Show the steps of obtaining the value of 20 10 12 10. Question 4 In the question, the binary number is of 16-bit format. (a) Convert 20 10 into binary number. (b) Represent 12 10 2 S complement. (c) Show the steps of obtaining the value of 20 10 12 10. Question 5 In the question, the binary number is of 16-bit format. (a) Convert 58 10 into binary number. (b) Represent 78 10 2 S complement. (c) Show the steps of obtaining the value of 58 10 78 10. (d) Convert the answer in (c) in sign-magnitude form. 3 CPU Central processing unit (CPU) is a digital system which is able to perform all logic and arithmetic operations. To understand how it works, one can refer to the circuit as shown in Figure 4. 17

ADD/SUB Memory Figure 5: A system consists of arithmetic unit and memory. The control unit is not shown in the diagram. 3.1 Simple ADD/SUB system As observed from Figure 4, the signal pin on the right side controls the operation of the circuit. In other words, it controls operation of the circuit on the inputs. Thus, one can imagine a very complex circuit which consists of logic circuits handling all the arithmetic operations and other circuits handling logic operations on the inputs. We could thus control the operation of this complex circuit by sending control signals. But this time, the number of signal pins will be many more than one. If moreover there are (electronic) components which can be built for storage (see the blank rectangular blocks in Figure 5), we can connect them to the inputs and the outputs. Let say the temporary storage for inputs are called IA and IB and the output is called OUT. Precisely, it is called register. By using the same components, it is for sure that memory can be built. Suppose we have a memory with 16 units. Each unit consists of 4 bits. Let say the memory units are M1, M2, M3,, M16. 3.2 Program Now, suppose we have a problem to find out the subtotal of M1, M2, M3 and then save the answer on M4. We use the term ADD as the name for 18

the control signals (binary signals) for controlling the circuit to perform addition. The following steps can help to do this task. ---------------- A sample program ---------------- MOV IA M1 MOV IB M2 ADD IA IB MOV IA OUT MOV IB M3 ADD IA IB MOV M4 OUT ---------------- In the above example, the signal MOV is designed for signal-flow from the memory to register, and from register to register. The above steps for adding three numbers, while simple, are called instructions. These seven instructions constitute the program. A program is a sequence of instructions. MOV and ADD are called commands. Since this program describes what the ABB/SUB circuit and the memory should do, it is the so-called lowlevel program. The corresponding binary code is called machine code. The software translating the program to machine code is called compiler. 4 Computer Generally speaking, a computer is a huge logic circuit. For clarity, this huge logic circuit is partitioned into different sub-systems namely central processing unit, memory, input device, output device and network communication device. 4.1 CPU & Registers The central processing unit (CPU) is responsible for doing arithmetic and logic operations. (CPU) would not just have an ADD/SUB system in it. A CPU consists of at least a unit called Arithmetic/Logic Unit (ALU), an Instruction Decode unit and a Control unit. To improve the performance 19

of a CPU, registers (normally tens of Bytes) and cache memory (normally a few hundred KBytes) are usually embedded inside the CPU. 4.2 Memory Memory (primary storage) is used for temporarily storing the data or instruction that are needed for the CPU. Usually, this primary memory is called RAM (random access memory). It is workable only when power is off. Once the power is off, the content in the RAM will be gone. For storing the data permanently, we need secondary storages the hard-disk, the CD or USB flash memory. In term of memory capacity, RAM usually ranges from a few hundred MBytes to a few GBytes. The memory capacity of a USB flash memory can now be made to 128 GBytes. Hard-disk or the latest solid state drive (SSD) has the largest capacity up to TBytes. One should note that the access speed of different types of memory are quite different. By access speed, it means the time for transferring data from the memory to the CPU. Since registers and cache are embedded in the CPU, it is clear that the access speed is the fastest. RAM is mounted on the mother board. While its location is still close to the CPU, transferring data between CPU and RAM is 1000 times slower than registers. For the secondary storages like hard-disk, the access speed is even slower. Normally, it is 1000 times slower than RAM. 4.3 I/O devices Input devices are those devices that can let user to enter information to the computer. Keyboard, scanner and mouse are three common input devices. Output devices are those devices that can let user to know what is happening in the computer. Monitor and loudspeaker are two common output devices. 4.4 Network communication Strictly speaking, network communication device is not belongs to be part of a computer. Recall that the usage of the first generation electronic computer did not require network communication. But nowadays, the usage of computer is attached to Internet access. So, network communication device turns out to be an important part in a computer. Without such, the usage of a computer will be so limited. 20

4.5 Operating system Once you have understood that a computer is just a combination of various logic circuits and devices for input/output, what you need to know more is the operating system. Operating system is a complicated program. It consists of many lines of machine code (instruction) 1. Operating system starts running when the computer is power on and then stops when the power is power off. The main purposes of the operating system is to manage the file system, the memory, the input/output devices. So that, computer user can interact with the operating system via either command prompt or GUI to control the computer. 1 Recall that machine codes are sequence of electrical signals feeding to the CPU. 21