Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

Similar documents
MEMORY BHARAT SCHOOL OF BANKING- VELLORE

Mother Board And Its Components By :- IMRAN QURESHI

Chapter 7: Processor and Memory

System Unit. By: Khadeeja Farkash

Basic Computer Hardware Notes in PDF

Components of a personal computer

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

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

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

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Memory Study Material

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

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

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.

Parts of Computer hardware Software

System Unit Components Chapter2

P-2 Digital Design & Applications

Computer Architecture

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

Memory classification:- Topics covered:- types,organization and working

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

Computer Organization and Assembly Language (CS-506)

Chapter One. Introduction to Computer System

5 Computer Organization

THE MICROCOMPUTER SYSTEM CHAPTER - 2

Computers in Business: Concepts in Hardware and Software

UNIT:4 MEMORY ORGANIZATION

Chapter 4 The Components of the System Unit

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

- Input hardware - Processing hardware - Storage hardware

Chapter 2. Prepared By: Humeyra Saracoglu

COMPUTER BASICS Processing/Storage

Concept of Memory. The memory of computer is broadly categories into two categories:

Computer Fundamentals

MICROPROCESSOR MEMORY ORGANIZATION

CC411: Introduction To Microprocessors

Topic 4: Storage Devices

Learning Objectives. In this chapter you will learn about:

RISC (Reduced Instruction Set Computer)

System Unit Components. Chapter2

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

UNIT 1 INTRODUCTION TO PC

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Padasalai s - VIRUDHUNAGAR DISTRICT COMMON FIRST MID TERM TEST, JULY 2018 STANDARD 11 COMPUTER APPLICATION

Another fundamental component of the computer is the main memory.

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

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

9/7/2012. Introduction. Peeking into Computer Science. Jalal Kawash Mandatory: Chapter 1 Optional: None. Reading Assignment

Computer System Overview

Lecture 2 Microcomputer Organization: Fig.1.1 Basic Components of Microcomputer

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

Large and Fast: Exploiting Memory Hierarchy

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

Lecture (01) Introducing Embedded Systems and the Microcontrollers By: Dr. Ahmed ElShafee

1 Anatomy of a Digital Computer

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor

Module 5a: Introduction To Memory System (MAIN MEMORY)

Introduction. Arizona State University 1

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory

UNIT-V MEMORY ORGANIZATION

Unit 2: Technology Systems. Computer and technology systems

Computers Are Your Future

CHAPTER 1 TYPES & COMPONENTS OF COMPUTER SYSTEM

Unit 5: Memory Organizations

Basic Computer Architecture

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

plc operation Topics: The computer structure of a PLC The sanity check, input, output and logic scans Status and memory types 686 CPU

Microcontroller Systems. ELET 3232 Topic 11: General Memory Interfacing

3 Computer Architecture and Assembly Language

What is Data Storage?

The personal computer system uses the following hardware device types -

Dec Hex Bin ORG ; ZERO. Introduction To Computing

Basic Computer Information Technology-I

MSc-IT 1st Semester Fall 2016, Course Instructor M. Imran khalil 1

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

lesson 3 Transforming Data into Information

Computer Architecture and Assembly Language. Spring

Unit 1. Aries Technology Course

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

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

5 Computer Organization

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor

COMPUTER ARCHITECTURE AND ORGANIZATION

TNBEDCSVIP.IN. S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System:

Chapter 1: Introduction to Computers and Programming

Computer Organization

Discovering Computers 2012

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

CS 261 Fall Mike Lam, Professor. Memory

William Stallings Computer Organization and Architecture 8th Edition. Chapter 5 Internal Memory

1. This memory is for short term storage and is lost when the computer is turned off. A. Icon B. CPU C. Hard drive D. RAM 2. This input device will

Sistemas Digitais I LESI - 2º ano

Input output and memory devices

Notes - Computer Hardware Basics

Chapter 4 The Components of the System Unit

BTEC Level 3 Unit 2. Computer Components

The Central Processing Unit

Overview. Memory Classification Read-Only Memory (ROM) Random Access Memory (RAM) Functional Behavior of RAM. Implementing Static RAM

Computer Organization

Transcription:

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

The System Unit The system unit is made up of the computer case or chassis and all the internal electronic components of the computer system. The electronic components are considered to be internal hardware.

The System Unit (Continued) These internal components that make up e the system unit are what process the data and really makes the computer work. The main Internal components are as follow: the power supply the motherboard main memory secondary memory disk drives CPU

Central Processing Unit (CPU) It functions as the "brain" of the computer, and performs basic mathematical and logical functions as instructed by a computer program. The CPU is located on the motherboard and is made up of: the Control Unit (CU) the Arithmetic Logic Unit (ALU)

Control Unit (CU) This unit controls the operations of all parts of computer but does not carry out any actual data processing operations. Functions of this unit are: It is responsible for controlling the transfer of data and instructions in the computer. It manages and coordinates all the operations of the computer. It obtains the instructions from the memory, interprets them, and directs the operation of the computer. It communicates with Input/Output devices.

ALU(Arithmetic Logic Unit) This unit consists of two subsections namely 1. Arithmetic section 2. Logic Section Arithmetic Section Function of arithmetic section is to perform arithmetic operations like addition, subtraction, multiplication and division. Logic Section Function of logic section is to perform logic operations such as comparing of data.

Computer - Motherboard The motherboard serves as a single platform to connect all of the parts of a computer together. A motherboard connects CPU, memory, hard drives, optical drives, video card, sound card, and other ports and expansion cards directly or via cables. It can be considered as the backbone of a computer.

Primary Memory (Main Memory) Primary memory holds only those data and instructions on which computer is currently working. Characteristics of Main Memory Usually volatile memory. Data is lost in case power is switched off. Faster than secondary memories. A computer cannot run without primary memory.

Random Access Memory RAM is the internal memory of the CPU for storing data, program and program result. It is read/write memory which stores data until the machine is working. As soon as the machine is switched off, data is erased. RAM is volatile, i.e. data stored in it is lost when we switch off the computer or if there is a power failure.

Read Only Memory ROM stands for Read Only Memory. The memory from which we can only read but cannot write on it. This type of memory is non-volatile. The information is stored permanently in such memories during manufacture. A ROM, stores such instructions that are required to start a computer.

PROM Programmable Read only Memory) PROM is read-only memory that can be modified only once by a user. The user buys a blank PROM and enters the desired contents using a PROM program. Inside the PROM chip there are small fuses which are burnt open during programming. It can be programmed only once and is not erasable.

EPROM(Erasable and Programmable Read Only Memory) This form of ROM is also initially blank. The user or manufacturer can write program or data on it by using special devices. Unlike PROM, the data written in EPROM chip can be erased by using special devices and ultraviolet rays. So program or data written in EPROM chip can be changed and new data can also be added. When EPROM is in use, its contents can only be read.

EEPROM(Electrically Erasable and Programmable Read Only Memory) The EEPROM is programmed and erased electrically. It can be erased and reprogrammed about ten thousand times.

Secondary Memory This type of memory is also known as external memory or non-volatile. It is slower than main memory. These are used for storing data/information permanently. CPU directly does not access these memories instead. Contents of secondary memories are first transferred to main memory, and then CPU can access it.

Characteristic of Secondary Memory These are magnetic and optical memories It is known as backup memory. It is non-volatile memory. Data is permanently stored even if power is switched off. It is used for storage of data in a computer. Computer may run without secondary memory. Slower than primary memories.

The benefits of secondary storage Capacity Reliability Convenience Cost

THE END