UNIT-3 PC HARDWARE OVERVIEW PART A

Size: px
Start display at page:

Download "UNIT-3 PC HARDWARE OVERVIEW PART A"

Transcription

1 UNIT-3 PC HARDWARE OVERVIEW PART A 1. What is the advance in PC design in various aspects? The PC design has undergone advances in various aspects: Microprocessor used. Peripheral devices supported. Hardware component technology. Operating system capabilities..physical modules/engineering layout. 2. How is the PC used in most of the applications? In most of the applications, PC is used in three ways: For running programs written in higher level languages like BASIC, java etc. For running programs which use application packages like ERP, Tally, etc. For simple operations through packages like WORD etc. 3. Explain in short the three tier communication in a PC? The BIOS DOS, user interaction and the hardware is the three tier communication in a PC. The application program calls DOS for performing specific functions,dos in turn calls respective I/O drivers in BIOS and supplies certain parameter like number of bytes, memory address to the BIOS. The BIOS in turn issues the appropriate commands to the hardware and the status is returned back to the application program through BOIS and DOS. Thus the three tier communication is performed in the PC. 4. List the PC Family of IBM. PC PC-XT PC-AT XT-3270 PC-XT/370 Pcjr Portable Pc PC Convertible XT-286 S.KIRUTHIGA AP/CSE,CCET Page 1

2 5. Five the differences between PC,PC-XT, and PC-AT. FEATURES PC PC-XT PC-AT Year of introduction Micro-processor used Remarks No hard disk ; only floppy disk Hard disk is present Supports multiuser, Multitasking and virtual memory 6. Mention the features of PC and PC-AT. Features of PC Features of PC-AT Uniprogramming Multiprogramming 8-bit Data bus 16-bit,32-bit or 64-bit data bus Maximum 1Mb memory space Beyond 1Mb memory space No cache memory Supports cache memory No virtual memory Supports virtual memory Uniprocessing Supports multiprocessing Uniscalar system Superscalar architecture No power management power management No Multimedia Built-in Multimedia No error detection Parity check, Functional redundancy check, Machine check 7. List the features PS/2. Bidirectional Parallel port Analog Display Silent fan Watch-dog timer 3 ½ FDD Disk cache 8. List the shapes of the system box and give the difference between the two? The system box comes in two forms: Flip-open Pull open type In the flip open model, the top cover can be lifted up and opened fully. In the open condition, the top cover is supported by a hinge lever arrangement. This model is liked very much by service engineers, due to quick accessibility of the parts inside. The pull open model has to be handled more carefully. There are two types. In one version, the cover alone comes out in the front. In the second version, the cover contains floppy disk drives and hard disk drives. In this type, many screws have to be removed and some cables have to be disconnected. S.KIRUTHIGA AP/CSE,CCET Page 2

3 9. What are the signals related to the keyboard?.keyboard Data Keyboard Clock Reset Ground +5V 10. What are the signals related to mouse connector? Mouse data GND Mouse clock +5V 11. What are the main units inside the system box? Switch Mode Power Supply(SMPS) Motherboard Daughterboard s Floppy disk drives Hard disk drives Speaker Power-on Indicator Reset Switch Keyboard Lock Connectors and cables. 12. What is the use of SMPS inside the system box? The SMPS converts AC voltage into different DC outputs. The AT-style SMPS provides DC outputs on two six pin connectors and four (or two ) connectors of four pin each. The two 6 pin connectors (J8 and J9) carry DC power connections to the motherboard. These carry +5,- 5,+12,-12 voltages and a POWER GOOD signal. Some SMPS give a single 12 pin connector. The power-on switch which is a part of SMPS is used to rotate a small fan which is incorporated by SMPS, and that fan provides cooling mechanism in PC. 13. List some of the components of motherboard? Microprocessor,Intel Trimmer capacitor PPI,8255 EPROMs DRAMs Resistors Crystal Jumpers Connectors DIP switch S.KIRUTHIGA AP/CSE,CCET Page 3

4 14. List the special components of the motherboard. Crystal Oscillator Delay line Decoder PROM PAL SIP resistor LED 15. How communication takes place with the HDC? To communicate with the HDC each HDD(ST-506) has two connectors: one 20 pin connector and one 34 pin connector. The 20 pin connector is used for data signals whereas the 34 pin connector is used for control signals. Both the drives are connected to the hard disk controller. It has one 34 pin connector and two 20 pin connectors. There is a separate data cable from HDC to each drive. The control cable is a common cable between the hard disk controller and the drives. The two hard disk drives are mounted either side by side or one over the other. 16. What are the two sections in RAM parity logic and explain them in brief? The RAM parity logic has two sections: Parity generator Parity checker The parity generator an odd parity bit while writing data into RAM. This parity bit is written in RAM. The parity checker checks for the odd parity in the data and parity bit read from RAM. If there is no odd parity, a parity error signal is raised. 17. What are the conditions for generating an NMI interrupt? The NMI logic generates a non- maskable interrupt under any of the three following conditions: Motherboard RAM parity error. Daughterboard RAM parity error. Coprocessor error 18. What are the types of I/O interfaces? Keyboard Display Monitor Printer Floppy disk Hard disk S.KIRUTHIGA AP/CSE,CCET Page 4

5 19. Give the hardware and software interface for the following: a)keyboard b)display Monitor c)printer d)floppy Disk e)hard Disk I/O device Hardware interface Software interface Keyboard Serial communication ; Separate data and clock line Parallel port along with a serial to parallel convertor Display monitor Serial interface ; Composite or TTL video interface Shared memory as Displaybuffer; Programmable controller CRT Printer Serial interface Serial interface compatible to RS232C or parallel through UART; Parallel interface of CENTRONICS compatible interface directly under program control Floppy disk Hard disk Serial interface ;MFM Through intelligent encoded data line which carries both datafloppy disk controller and clock NEC 765/INTEL Commands and parameters are issued as a chain of bytes Serial interface ;MFM encoded data format; Data and clock on the same line ; ST 506/ ST 412 compatible interface Through intelligent hard disk controller. Commands and parameters are issued as a chain of bytes. 20. What is the use of serial to parallel converter in the keyboard interface? The Serial In Parallel Out(SIPO) shift register on the motherboard converts serial data into a parallel byte(8 bit scan code). Once a byte is assembled here, an interrupt (IRO1) is raised to the CPU through the interrupt controller,pic. The keyboard interrupt service routine reads this scan code through PPI-port A, at which the scan code from the SIPO is available. It then stores this scan code in RAM. This scan code is ultimately converted into ASCII code by the software. For diagram refer pageno-144(figure 3.33) S.KIRUTHIGA AP/CSE,CCET Page 5

6 21. What are the two types of CRT monitors that IBM PC supports? 1. Monochrome (black and white) CRT monitor 2. Colour CRT monitor 22. List the types of the CRT controllers and explain them in brief? 1.Monochrome Display Adapter (MDA) 2.Colour Graphics Display Adapter(CGA) The MDA supports only text mode display on monochrome monitors. The CGA supports both monochrome displays and color displays. It offers both text mode and graphics mode display. The basic principle of MDA and CGA is identical. Each of them has a video buffer (Screen memory). This is a shared memory between the CPU and CRT controller. The text or graphics pattern to be displayed on the CRT screen is stored in the video buffer memory by the CPU. The CRT controller reads the contents of the video buffer memory, gets the dot patterns from ROM using video buffer contents and sends the video signal to the CRT monitor along with synchronous signals HSYNC and VSYNC. 23. Give the difference between the two types of CRT controllers? The BIOS programs the CRT controller chip MC6845 in MDA and CGA differently, so as to offer different display resolutions. The MDA supports only the TTL (direct video) type of monitor. The CGA supports both TTL and composite video monitor. 24. When is a 'reset' control classified as hardware and software? The reset switch is pressed by the user to reset the system and start from scratch without switching off. This manual reset is known as hardware reset. The software reset is caused by pressing the three keys CRLT, ALT and DEL on the keyboard simultaneously. 25. How does the interrupt logic handle an interrupt? The interrupt logic receives interrupt requests from different interrupt sources. It raises an interrupt to the CPU. When the CPU acknowledges the interrupt, the interrupt logic sends a vector code corresponding to a high priority interrupt. The CPU uses this vector code for branching to ISR. S.KIRUTHIGA AP/CSE,CCET Page 6

7 PART - B 1. Explain in detail about Hardware-BIOS-DOS Interaction, PC Family OG and NG. Hardware-BIOS-DOS Interaction: Diagram Three-tier Communication in a PC PC Family OG: Difference between a PC-AT, PC and PC-XT PC family IBM PC and Clones PC/AT Major new features PC Family NG : Additional Features in Clones 2. Explain about PC Hardware OG and NG. PC Hardware OG: o Diagram Block Diagram of a PC System Functional Block Diagram of a PC 8088 Microprocessor o CPU o Peripherals PC Hardware NG 3. The system box is the main body of a PC. Enumerate the main unit that can be identified within a system box and give a brief note on each. Switch Mode Power Supply Motherboard Diagram - Power Connections to Motherboard-AT style SMPS Motherboard Components I/O Slot Signals(8088 PC) Mode Switch Diagram DIP Switch Setting - OG Front Panel Indicators and Controls OG Diagram Front Panel Connector New generation front panels Speakers OG Diagram Speaker Connector EPROM/ROM Types OG Floppy Disk Drives Diagram Floppy Signal Cable Hard Disk Drives OG S.KIRUTHIGA AP/CSE,CCET Page 7

8 4. Explain in detail about Motherboard Logic. Diagram Motherboard Logic Reset Logic Diagram - Reset Logic Keyboard Interface Diagram - Keyboard Interface Interrupt Logic Diagram - Interrupt Logic RAM Parity Logic Diagram - RAM Parity Logic NMI Logic Diagram - NMI Logic Memory Refresh Logic Diagram DMA Refresh Logic Wait State Logic Diagram Wait State Logic Bus Arbitration Logic Diagram Bus Arbitration Logic RAM Logic Diagram - RAM Logic CPU Logic Diagram - CPU Logic DMA Logic Diagram - DMA Logic New generation Motherboard logic 5. Explain in detail about Memory space and peripheral Interfaces and Controllers. Memory Space: Memory Space OG Memory Map in IBM PC NG Memory Space Memory Map in AT/286 Peripheral Interfaces and Controllers: Types of IO Interfaces NG I/O Interfaces 6. Explain about Keyboard Interface and CRT monitor Interface. Keyboard Interface: Diagram Keyboard Interface NG Keyboard Interface Parallel Interface Serial Interface S.KIRUTHIGA AP/CSE,CCET Page 8

9 CRT Monitor Interface: Monochrome Display Adapter Color CRT Monitor Diagram Display Adapter Video Buffer as Shared Memory 7. Explain in detail about Floppy Disk Controller and Hard Disk Controller. Floppy Disk Controller: Diagram Floppy Disk Controller Address Decoder Control Port Data Separator Write pre-composition circuit Receivers NG Floppy Disk Controller Hard Disk Controller: Sector Buffer ECC Logic Retry Logic Diagnostics Logic Diagram Hard Disk Controller NG Hard Disk Controller S.KIRUTHIGA AP/CSE,CCET Page 9

ANNA UNIVERSITY OF TECHNOLOGY, COIMBATORE B.E.,/B.TECH. DEGREE EXAMINATIONS: NOV/DEC 2011

ANNA UNIVERSITY OF TECHNOLOGY, COIMBATORE B.E.,/B.TECH. DEGREE EXAMINATIONS: NOV/DEC 2011 ANNA UNIVERSITY OF TECHNOLOGY, COIMBATORE B.E.,/B.TECH. DEGREE EXAMINATIONS: NOV/DEC 2011 REGULATIONS: 2008 FIFTH SEMESTER -CSE 080230018 PC HARDWARE AND TROUBLESHOOTING PART A 1. What is meant by ISR?

More information

Introduction CHAPTER 1

Introduction CHAPTER 1 CHAPTER 1 Introduction The ROBO-667 all-in-one single board computer is designed to fit a high performance Pentium-III based CPU and compatible for high-end computer system with PCI/ISA Bus architecture.

More information

PART B UNIT II PART A

PART B UNIT II PART A SRM INSTITUTE OF SCIENCE AND TECHNOLOGY (Deemed University) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUB : Microprocessor/CS201 YEAR/SEM : II/III UNIT I PART - A 1. Differentiate accumulator

More information

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller.

UNIT V MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS. 3.Give any two differences between microprocessor and micro controller. UNIT V -8051 MICRO CONTROLLER PROGRAMMING & APPLICATIONS TWO MARKS 1. What is micro controller? Micro controller is a microprocessor with limited number of RAM, ROM, I/O ports and timer on a single chip

More information

Module 1. Introduction. Version 2 EE IIT, Kharagpur 1

Module 1. Introduction. Version 2 EE IIT, Kharagpur 1 Module 1 Introduction Version 2 EE IIT, Kharagpur 1 Lesson 3 Embedded Systems Components Part I Version 2 EE IIT, Kharagpur 2 Structural Layout with Example Instructional Objectives After going through

More information

Introduction CHAPTER 1

Introduction CHAPTER 1 CHAPTER 1 Introduction The ACTI-788 all-in-one single board computer is designed to fit a high performance Celeron based CPU and compatible for high-end computer system application with PCI/ISA bus architecture.

More information

1 PC Hardware Basics Microprocessors (A) PC Hardware Basics Fal 2004 Hadassah College Dr. Martin Land

1 PC Hardware Basics Microprocessors (A) PC Hardware Basics Fal 2004 Hadassah College Dr. Martin Land 1 2 Basic Computer Ingredients Processor(s) and co-processors RAM main memory ROM initialization/start-up routines Peripherals: keyboard/mouse, display, mass storage, general I/O (printer, network, sound)

More information

Assignment 5. You can configure hardware options by setting jumper on the mainboard. See Figure 2-1 for jumper locations. Set a jumper as follows:

Assignment 5. You can configure hardware options by setting jumper on the mainboard. See Figure 2-1 for jumper locations. Set a jumper as follows: CIS 170 Microcomputer Hardware Name: Assignment 5 From the lack of having enough peripherals for this course (at least at this point), we have the necessity of doing some experiments mentally rather than

More information

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 2: IA-32 Processor Architecture. Chapter Overview.

Assembly Language for Intel-Based Computers, 4 th Edition. Chapter 2: IA-32 Processor Architecture. Chapter Overview. Assembly Language for Intel-Based Computers, 4 th Edition Kip R. Irvine Chapter 2: IA-32 Processor Architecture Slides prepared by Kip R. Irvine Revision date: 09/25/2002 Chapter corrections (Web) Printing

More information

M CHARACTERISTICS. Microprocessor HARRIS /AMD MOTHERBOARD BA 278

M CHARACTERISTICS. Microprocessor HARRIS /AMD MOTHERBOARD BA 278 M290-30 CHARACTERISTICS Microprocessor HARRIS /AMD 80286 Clock 20 MHz RAM access time 100 ns Capacity min/max The system can address up 17 MB BANK A 1 MB of soldered RAM BANK 1 Two sockets, where 1 MB

More information

Introduction CHAPTER 1

Introduction CHAPTER 1 CHAPTER 1 Introduction The ACTI-777 all-in-one single board computer is designed to fit a high performance Pentium-III FC-PGA based CPU and compatible for high-end computer system application with PCI/ISA

More information

STD BUS 80386SX Computer SB8386

STD BUS 80386SX Computer SB8386 Features 32-bit 80386SX CPU, 16/20/25 MHz 80387SX math coprocessor socket 8MB RAM with EMS 4.0 support 1.8MB EPROM/flash/BRAM Full set of AT -compatible peripherals VGA graphics and hard disk options Watchdog

More information

BRANCH:IT THIRD YEAR /FIFTH SEM SUBJECT: COMPUTER HARDWARE AND TROUBLESHOOTING UNIT-1

BRANCH:IT THIRD YEAR /FIFTH SEM SUBJECT: COMPUTER HARDWARE AND TROUBLESHOOTING UNIT-1 UNIT I Pc Hardware Overview Introduction Basic Parts of PC Functional block diagram system board Microprocessor Interrupts DMA SMPS BIOS POST sequence - System configuration Memory Mass storage I/O interface

More information

The ROBO-8710VLA package should cover the following basic items

The ROBO-8710VLA package should cover the following basic items The ROBO-8710VLA all-in-one full size single board computer is designed to fit high performance and scalable Intel Pentium 4/Celeron processors and compatible for high-end industrial computer system with

More information

Troubleshooting & Repair

Troubleshooting & Repair Chapter Troubleshooting & Repair 6.1 Introduction This chapter provides the most common problem encountered with the M785 notebook computer and some troubleshooting means. Some of the common problems are:

More information

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer.

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer. Course Title Course Code Computer Peripherals Lab CE104 Theory : 00 Course Credit Practical : 01 Tutorial : 00 Course Learning Outcomes Credits : 01 On the completion of the course, students will be able

More information

StrongARM** SA-110/21285 Evaluation Board

StrongARM** SA-110/21285 Evaluation Board StrongARM** SA-110/21285 Evaluation Board Brief Datasheet Product Features Intel offers a StrongARM** SA-110/21285 Evaluation Board (EBSA-285) that provides a flexible hardware environment to help manufacturers

More information

EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU

EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU RadiSys EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU System Overview Two-slot version of EPC-8 VMEbus CPU module The RadiSys EPC-8 VMEbus CPU module is a high-performance Intel486- based

More information

Product Support Bulletin

Product Support Bulletin Product Support Bulletin Subject: Equity LT - 286e Questions and Answers Date: 9/25/89 Page: 1 of 7 PSB No: Originator: General Q1. Q2. Q3. What microprocessor does the Equity LT-286e use? The Equity LT

More information

286 HT SINGLE CHIP SYSTEM BOARD USER'S MANUAL

286 HT SINGLE CHIP SYSTEM BOARD USER'S MANUAL 286 HT SINGLE CHIP SYSTEM BOARD USER'S MANUAL Table of Contents CHAPTER 1... 1 1-1 Features... 1 CHAPTER 2... 2 2-1 Layout... 2 2-2 Jumper Setting... 3 CHAPTER 3... 4 3-1 Memory Configuration... 4 CHAPTER

More information

Digital System Design

Digital System Design Digital System Design by Dr. Lesley Shannon Email: lshannon@ensc.sfu.ca Course Website: http://www.ensc.sfu.ca/~lshannon/courses/ensc350 Simon Fraser University i Slide Set: 15 Date: March 30, 2009 Slide

More information

Chapter 16. PC-Compatible Bus Connectors Discussion. PC-Compatible Bus Connectors 97

Chapter 16. PC-Compatible Bus Connectors Discussion. PC-Compatible Bus Connectors 97 PC-Compatible Bus Connectors 97 Chapter 16 PC-Compatible Bus Connectors 16-1. Discussion The left rear corner of the SK68K board holds up to six 62-pin card-edge connectors like those of an IBM PC/XT or

More information

Assembly Language for Intel-Based Computers, 4 th Edition. Kip R. Irvine. Chapter 2: IA-32 Processor Architecture

Assembly Language for Intel-Based Computers, 4 th Edition. Kip R. Irvine. Chapter 2: IA-32 Processor Architecture Assembly Language for Intel-Based Computers, 4 th Edition Kip R. Irvine Chapter 2: IA-32 Processor Architecture Chapter Overview General Concepts IA-32 Processor Architecture IA-32 Memory Management Components

More information

System Installation. 3-1 Socket 370 Celeron Processor CHAPTER 3

System Installation. 3-1 Socket 370 Celeron Processor CHAPTER 3 CHAPTER 3 System Installation This chapter provides you with instructions to set up your system. The additional information is enclosed to help you install M-system Flash disk, set up LCD display and handle

More information

NuPRO-630. Pentium -II Bus-100MHz VGA

NuPRO-630. Pentium -II Bus-100MHz VGA NuPRO-630 Pentium -II Bus-100MHz VGA Full Size All-in-one PC/104 VGA CRT Interface Supports DMA33 WDT DOC USB IrDA PICMG Bus Industrial Single Board Computer Copyright 1999 All Rights Reserved. Manual

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

WT6510. USB Keyboard Controller (Mask ROM Type)

WT6510. USB Keyboard Controller (Mask ROM Type) WT6510 USB Keyboard Controller (Mask ROM Type) REV 110 25, May, 2000 Weltrend Semiconductor, Inc All Rights Reserved 1!"#$%$&'%() &*$&+&& %,-/01 2-/01 // %,- //012,- //01 3!4,56!&&5 3!4,786!&&5 #9$,&:,

More information

Notes - Computer Hardware Basics

Notes - Computer Hardware Basics The Computer A computer is made up of many parts: Notes - Computer Hardware Basics 1. Input/Output (I/O) devices These allow you to send information to the computer or get information from the computer.

More information

Experiment #0. PC Hardware and Operating Systems

Experiment #0. PC Hardware and Operating Systems Experiment #0 PC Hardware and Operating Systems Objective: The objective of this experiment is to introduce the operating systems and different hardware components of a microcomputer. Equipment: Microcomputer

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do?

Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Computer Hardware Trouble Shooting or The computer won t work!!! Now what am I going to do? Basic steps for diagnosing computer problems: 1. Look and listen the computer will give you some hints about

More information

built-in socket located on the bottom of the computer. T1850C uses a Super Twisted Nematic (STN) color display which displays up to 512 colors.

built-in socket located on the bottom of the computer. T1850C uses a Super Twisted Nematic (STN) color display which displays up to 512 colors. T18501 Features The Toshiba T18S0 and are among the lightest and most advanced portable computers available. Utilizing advanced technology and high speed components, the T1800 Family offers excellent display

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

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

CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1 CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY COMPUTER ARCHITECURE- III YEAR EEE-6 TH SEMESTER 16 MARKS QUESTION BANK UNIT-1 Data representation: (CHAPTER-3) 1. Discuss in brief about Data types, (8marks)

More information

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved.

Computer Maintenance. PC Disassembly and Reassembly. Copyright Texas Education Agency, All rights reserved. Computer Maintenance PC Disassembly and Reassembly 1 Enabling Objectives Computer Chassis (Cases) Power Supplies Configuring the Motherboard Configuring the Connectors CPU Interfaces RAM Installing a Hard

More information

3. The MC6802 MICROPROCESSOR

3. The MC6802 MICROPROCESSOR 3. The MC6802 MICROPROCESSOR This chapter provides hardware detail on the Motorola MC6802 microprocessor to enable the reader to use of this microprocessor. It is important to learn the operation and interfacing

More information

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685 Celeron EPIC Computer with GUI and Dual SBC4685 Features Ready to run Celeron/Pentium III computer Color flat-panel support Four serial ports CAN Bus interface PC/104 & PC/104-Plus expansion The SBC4685

More information

ROBO-603. User's Manual

ROBO-603. User's Manual ROBO-603 Embedded System Board User's Manual P/N: 861106030041 Version 1.0 Copyright Portwell, Inc., 2001. All rights reserved. All other brand names are registered trademarks of their respective owners.

More information

EC6504 MICROPROCESSOR AND MICROCONTROLLER

EC6504 MICROPROCESSOR AND MICROCONTROLLER UNIT I THE 8086 MICROPROCESSOR 1. What do you mean by Addressing modes? (May/June 2014) The different ways that a microprocessor can access data are referred to as addressing modes. 2. What is meant by

More information

Week 1. Introduction to Microcomputers and Microprocessors, Computer Codes, Programming, and Operating Systems

Week 1. Introduction to Microcomputers and Microprocessors, Computer Codes, Programming, and Operating Systems Week 1 Introduction to Microcomputers and Microprocessors, Computer Codes, Programming, and Operating Systems 2 Introduction to Microcomputers/ Stored Program C 3 Stored Program Concept There are three

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

What step should a technician perform first when servicing computer equipment?

What step should a technician perform first when servicing computer equipment? - 1 IT EssClass Test 2 1 What is the unit used to measure CPU speed? Bits. Bytes. Hertz. Voltage. 2 What is the purpose of a heat sink on a processor? To cool the processor. To ground the processor. To

More information

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor

MicroProcessor. MicroProcessor. MicroProcessor. MicroProcessor 1 2 A microprocessor is a single, very-large-scale-integration (VLSI) chip that contains many digital circuits that perform arithmetic, logic, communication, and control functions. When a microprocessor

More information

CIO-DO48H, CIO-DO96H and CIO-DO192H. User s Guide

CIO-DO48H, CIO-DO96H and CIO-DO192H. User s Guide CIO-DO48H, CIO-DO96H and CIO-DO192H User s Guide Revision 4A April, 2001 Trademark and Copyright Information Measurement Computing Corporation, InstaCal, Universal Library, and the Measurement Computing

More information

CS 16: Assembly Language Programming for the IBM PC and Compatibles

CS 16: Assembly Language Programming for the IBM PC and Compatibles CS 16: Assembly Language Programming for the IBM PC and Compatibles Discuss the general concepts Look at IA-32 processor architecture and memory management Dive into 64-bit processors Explore the components

More information

Microprocessor Architecture

Microprocessor Architecture Microprocessor - 8085 Architecture 8085 is pronounced as "eighty-eighty-five" microprocessor. It is an 8-bit microprocessor designed by Intel in 1977 using NMOS technology. It has the following configuration

More information

Intel /100Mbps Ethernet Controller 32bit PCI Slot x2. ATI Rage XL Video Chip with 4MB Video RAM onboard 64bit PCI Slot x4

Intel /100Mbps Ethernet Controller 32bit PCI Slot x2. ATI Rage XL Video Chip with 4MB Video RAM onboard 64bit PCI Slot x4 PS/2 Mouse SPP/ECP/EPP Print Port USB RJ45 LAN JP0 CPU Terminator Jumper PS/2 Keyboard Port VGA BP (Backplane) 2 Port WOL (Wake On LAN) Intel 82559 0/00Mbps Ethernet Controller 32bit PCI Slot x2 ATI Rage

More information

Introduction. Computer System Organization. Languages, Levels, Virtual Machines. A multilevel machine. Sarjana Magister Program

Introduction. Computer System Organization. Languages, Levels, Virtual Machines. A multilevel machine. Sarjana Magister Program Computer System Organization Sarjana Magister Program Introduction Tb. Maulana Kusuma Week 1 Session 1 Languages, Levels, Virtual Machines A multilevel machine 1 Contemporary Multilevel Machines A six-level

More information

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS

QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS FATIMA MICHAEL COLLEGE OF ENGINEERING & TECHNOLOGY Senkottai Village, Madurai Sivagangai Main Road, Madurai -625 020 QUESTION BANK CS2252 MICROPROCESSOR AND MICROCONTROLLERS UNIT 1 - THE 8085 AND 8086

More information

Assembly Language for x86 Processors 7 th Edition. Chapter 2: x86 Processor Architecture

Assembly Language for x86 Processors 7 th Edition. Chapter 2: x86 Processor Architecture Assembly Language for x86 Processors 7 th Edition Kip Irvine Chapter 2: x86 Processor Architecture Slides prepared by the author Revision date: 1/15/2014 (c) Pearson Education, 2015. All rights reserved.

More information

Phoenix Technologies, Ltd.

Phoenix Technologies, Ltd. Phoenix Technologies, Ltd. AwardBIOS Version 4.51PG Post Codes & Error Messages Table of Contents POST Codes - 2 Error Messages - 7 ----------------------------------------------- Proprietary Notice and

More information

Pin diagram Common SignalS Architecture: Sub: 8086 HARDWARE

Pin diagram Common SignalS Architecture: Sub: 8086 HARDWARE 1 CHAPTER 6 HARDWARE ARCHITECTURE OF 8086 8086 Architecture: 6.1 8086 Pin diagram 8086 is a 40 pin DIP using CHMOS technology. It has 2 GND s as circuit complexity demands a large amount of current flowing

More information

MMX Enhanced. 586 GXM-AV Main Board. Trademarks and / or Registered trademarks are the properties of their respective owners.

MMX Enhanced. 586 GXM-AV Main Board. Trademarks and / or Registered trademarks are the properties of their respective owners. 586 GXM-AV Main Board Trademarks and / or Registered trademarks are the properties of their respective owners. User s Manual Version 1.1 The Information presented in this publication has been carefully

More information

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT-I

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) UNIT-I SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : CO (16MC802) Year & Sem: I-MCA & I-Sem Course & Branch: MCA Regulation:

More information

4 Multiplexer. Y Fig Keyboard Scan Matrix

4 Multiplexer. Y Fig Keyboard Scan Matrix - 4 Multiplexer Microcontroller 3 Decoder X Y Fig. - Keyboard Scan Matrix 2 Prentice Hall, Inc. -2 Track Sector Head positioning Fig. -2 Hard Disk Format 2 Prentice Hall, Inc. -3 RGB electron guns R G

More information

mm Monochrome Display and Printer Adapter

mm Monochrome Display and Printer Adapter --- ---- - --_. - - - --- ---- ----- Personal Computer Hardware Reference Library mm Monochrome Display and Printer Adapter 6361511 ii Contents Introduction... 1 Monochrome Display Adapter Function...

More information

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1 Computer Maintenance Unit Subtitle: Motherboards 1 Lesson Objectives Describe the function of the motherboard. Identify the different types of motherboards and their characteristics. Identify the main

More information

UX Tubo (44256 VERSION)

UX Tubo (44256 VERSION) UX Tubo (44256 VERSION) CONTENTS 1. Introduction 2. Featuresof, UX Turbo mainboard 1-1 2-1 3. 4. 5. Wait State Software Utility System Configuration 5.1 System Configuration 0 IP Switches 5.2 Switch Settings

More information

Buses, Video, and Upgrades

Buses, Video, and Upgrades Unit 9 Buses, Video, and Upgrades Copyright 2005 Heathkit Company, Inc. All rights reserved. CPU Parallel Port Memory Keyboard Controller Video Adapter The Data Bus System Controller 2 CPU Memory Keyboard

More information

User's Guide. CIO-RELAY08 CIO-RELAY16 CIO-RELAY24 CIO-RELAY32

User's Guide.    CIO-RELAY08 CIO-RELAY16 CIO-RELAY24 CIO-RELAY32 User's Guide http://www.omega.com e-mail: info@omega.com CIO-RELAY CIO-RELAY6 CIO-RELAY CIO-RELAY3 For Your Notes Table of Contents INTRODUCTION.... ACCESSORIES... QUICK START.... Install the InstaCalTM

More information

Parallel-to-Serial and Serial-to-Parallel Converters

Parallel-to-Serial and Serial-to-Parallel Converters Session 1532 Parallel-to-Serial and Serial-to-Parallel Converters Max Rabiee, Ph.D., P.E. University of Cincinnati Abstract: Microprocessors (MPUs) on a computer motherboard communicate in a parallel format

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

Computer Organization (II) IA-32 Processor Architecture. Pu-Jen Cheng

Computer Organization (II) IA-32 Processor Architecture. Pu-Jen Cheng Computer Organization & Assembly Languages Computer Organization (II) IA-32 Processor Architecture Pu-Jen Cheng Materials Some materials used in this course are adapted from The slides prepared by Kip

More information

Basic I/O Interface

Basic I/O Interface Basic I/O Interface - 8255 11 3 THE PROGRAMMABLE PERIPHERAL 82C55 programmable peripheral interface (PPI) is a popular, low-cost interface component found in many applications. The PPI has 24 pins for

More information

EISA Series Desktop. Computer Specifications. Processor Board. Main System Board. Mass Storage Bays. EISA configuration.

EISA Series Desktop. Computer Specifications. Processor Board. Main System Board. Mass Storage Bays. EISA configuration. diskette release diskette release E latch button \ I I option slots Five 32-bit EISA expansion slots (l6-bit and 8-bit ISA compatible); bus-mastering option cards allowable in all slots Internal; operation

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

BASIC INTERFACING CONCEPTS

BASIC INTERFACING CONCEPTS Contents i SYLLABUS UNIT - I 8085 ARCHITECTURE Introduction to Microprocessors and Microcontrollers, 8085 Processor Architecture, Internal Operations, Instructions and Timings, Programming the 8085-Introduction

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure

EC 6504 Microprocessor and Microcontroller. Unit II System Bus Structure EC 6504 Microprocessor and Microcontroller Unit II 8086 System Bus Structure Syllabus: 8086 Signals Basic Configurations System bus timing System Design using 8086 IO Programming Introduction to multiprogramming

More information

M CHARACTERISTICS MOTHERBOARD 3 MB

M CHARACTERISTICS MOTHERBOARD 3 MB M300-04 CHARACTERISTICS Microprocessor Clock Architecture Memory Memory access Coprocessor Floppy Disk Hard Disk Streaming Tape Slots Video adapter HDU and FDU controller INTEL 386SX 0 MHz XT/AT with 3-bit

More information

User s Manual Single Board Computer Version A1, June 2007

User s Manual Single Board Computer Version A1, June 2007 User s Manual Single Board Computer 3307900 Version A1, June 2007 Copyrights This manual is copyrighted and all rights are reserved. It does not allow any non authorization in copied, photocopied, translated

More information

User s Manual. MMX Enhanced MediaGX System Board. MMX Enhanced MediaGX System Board

User s Manual. MMX Enhanced MediaGX System Board. MMX Enhanced MediaGX System Board MMX Enhanced MediaGX System Board MMX Enhanced MediaGX System Board Trademarks and / or Registered trademarks are the properties of their respective owners. User s Manual IBM, PC/AT and PC/XT are trademarks

More information

P750 CHARACTERISTICS. SYSTEM BOARD BA849 - P1.5-4 MB BA858 - P1.5-2 MB BA880 - P2.1 - Base Assembly BA865 - P2.1-4 MB BA875 - P2.

P750 CHARACTERISTICS. SYSTEM BOARD BA849 - P1.5-4 MB BA858 - P1.5-2 MB BA880 - P2.1 - Base Assembly BA865 - P2.1-4 MB BA875 - P2. P70 CHARACTERISTICS Microprocessor Intel Clock 2 MHz Architecture MICROCHANNEL Memory System board can support MB installed on 2 banks: Two configurations are possible: 2 MB on system board ( SIMM 2 Kb

More information

PART - B (Answer all five units, 5 X 10 = 50 Marks)

PART - B (Answer all five units, 5 X 10 = 50 Marks) Code: 13A04507 R13 B.Tech III Year I Semester (R13) Supplementary Examinations June 2017 MICROPROCESSS & INTERFACING (Common to CSE & IT) PART - A (a) Mention the function of the instruction ADD M of 8085

More information

COSC 243. Input / Output. Lecture 13 Input/Output. COSC 243 (Computer Architecture)

COSC 243. Input / Output. Lecture 13 Input/Output. COSC 243 (Computer Architecture) COSC 243 Input / Output 1 Introduction This Lecture Source: Chapter 7 (10 th edition) Next Lecture (until end of semester) Zhiyi Huang on Operating Systems 2 Memory RAM Random Access Memory Read / write

More information

Review Questions on Computer Basics

Review Questions on Computer Basics Review Questions on Computer Basics 1. Distinguish between and define (see glossary in Maxfield and Brown s Bebop Bytes Back for the definition of terms not found in Andrews A Guide to Managing and Maintaining

More information

Microprocessors/Microcontrollers

Microprocessors/Microcontrollers Microprocessors/Microcontrollers A central processing unit (CPU) fabricated on one or more chips, containing the basic arithmetic, logic, and control elements of a computer that are required for processing

More information

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

Lecture 2 Microcomputer Organization: Fig.1.1 Basic Components of Microcomputer Lecture 2 Microcomputer Organization: As discussed in previous lecture microprocessor is a central processing unit (CPU) with its related timing functions on a single chip. A microprocessor combined with

More information

EC 6504 MICROPROCESSOR AND MICROCONTROLLER

EC 6504 MICROPROCESSOR AND MICROCONTROLLER DEPARTMENTOFELECTRONICS&COMMUNICATIONENGINEERING EC 6504 MICROPROCESSOR AND MICROCONTROLLER UNIT I THE 8086 MICROPROCESSOR PARTA 1. What is microprocessor? What is the difference between a MP and CPU?

More information

Computer Organization and Microprocessors SYLLABUS CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS CHAPTER - 3 : THE MEMORY SYSTEM

Computer Organization and Microprocessors SYLLABUS CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS CHAPTER - 3 : THE MEMORY SYSTEM i SYLLABUS UNIT - 1 CHAPTER - 1 : BASIC STRUCTURE OF COMPUTERS Computer Types, Functional Units, Basic Operational Concepts, Bus Structures, Software, Performance, Multiprocessors and Multicomputers, Historical

More information

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I

EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers UNIT-I EC2304-MICROPROCESSOR AND MICROCONROLLERS 2 marks questions and answers 1. Define microprocessors? UNIT-I A semiconductor device(integrated circuit) manufactured by using the LSI technique. It includes

More information

THE MICROCOMPUTER SYSTEM CHAPTER - 2

THE MICROCOMPUTER SYSTEM CHAPTER - 2 THE MICROCOMPUTER SYSTEM CHAPTER - 2 20 2.1 GENERAL ASPECTS The first computer was developed using vacuum tubes. The computers thus developed were clumsy and dissipating more power. After the invention

More information

EVGA assumes you have purchased all necessary parts needed to allow for proper system functionality.

EVGA assumes you have purchased all necessary parts needed to allow for proper system functionality. Before You Begin Parts NOT in the Kit This kit contains all the hardware necessary to install and connect your new EVGA e-7050/610i GPU motherboard with integrated GeForce graphics processing. However,

More information

The PowerEdge 6450 systems offer the following major features:

The PowerEdge 6450 systems offer the following major features: The Dell PowerEdge 6450 system, which supports up to four Intel Pentium III Xeon microprocessors (and future generation Intel microprocessors), is a featurerich, enterprise class server that offers the

More information

Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers

Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers Lecture (4) Computer Hardware Requirements for ERTSs: Microprocessors & Microcontrollers Prof. Kasim M. Al-Aubidy Philadelphia University-Jordan DERTS-MSc, 2015 Prof. Kasim Al-Aubidy 1 Lecture Outline:

More information

Advanced 486/586 PC/104 Embedded PC SBC1491

Advanced 486/586 PC/104 Embedded PC SBC1491 Advanced 486/586 PC/104 Embedded PC SBC1491 Features Ready to run 486/586 computer Small PC/104 format DiskOnChip, 64MB RAM On-board accelerated VGA COM1, COM2, KBD, mouse 10BASE-T Ethernet port PC/104

More information

DVD :50 PM Page 1 BIOS

DVD :50 PM Page 1 BIOS 99 0789729741 DVD 3.07 06 09 2003 1:50 PM Page 1 BIOS 99 0789729741 DVD 3.07 06 09 2003 1:50 PM Page 2 2 BIOS AMI BIOS POST Checkpoint Codes Table 1 AMI BIOS POST Checkpoint Codes for All AMI BIOS Products

More information

EB-51 Low-Cost Emulator

EB-51 Low-Cost Emulator EB-51 Low-Cost Emulator Development Tool for 80C51 Microcontrollers FEATURES Emulates 80C51 Microcontrollers and Derivatives Real-Time Operation up to 40 MHz 3.3V or 5V Voltage Operation Source-Level Debugger

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT IV I/O INTERFACING PART A (2 Marks)

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI UNIT IV I/O INTERFACING PART A (2 Marks) MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. UNIT IV I/O INTERFACING PART A (2 Marks) 1. Name the three modes used by the DMA processor to transfer data? [NOV/DEC 2006] Signal transfer mode (cycling

More information

An Interrupt is either a Hardware generated CALL (externally derived from a hardware signal)

An Interrupt is either a Hardware generated CALL (externally derived from a hardware signal) An Interrupt is either a Hardware generated CALL (externally derived from a hardware signal) OR A Software-generated CALL (internally derived from the execution of an instruction or by some other internal

More information

Chapter 12: INTERRUPTS

Chapter 12: INTERRUPTS Chapter 12: INTERRUPTS 12 1 BASIC INTERRUPT PROCESSING This section discusses the function of an interrupt in a microprocessor-based system. Structure and features of interrupts available to Intel microprocessors.

More information

Microprocessors and Microcontrollers. Assignment 1:

Microprocessors and Microcontrollers. Assignment 1: Microprocessors and Microcontrollers Assignment 1: 1. List out the mass storage devices and their characteristics. 2. List the current workstations available in the market for graphics and business applications.

More information

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085.

1 MALP ( ) Unit-1. (1) Draw and explain the internal architecture of 8085. (1) Draw and explain the internal architecture of 8085. The architecture of 8085 Microprocessor is shown in figure given below. The internal architecture of 8085 includes following section ALU-Arithmetic

More information

Microprocessors and Interfacng. Question bank

Microprocessors and Interfacng. Question bank Microprocessors & Interfacing 8086 ARCHITECTURE: UNIT-I Functional Diagram, Register Organization, Addressing modes, Instructions, Functional schematic, Minimum and Maximum mode operations of 8086, 8086

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

Chapter 1 Hardware Overview

Chapter 1 Hardware Overview Chapter 1 Hardware Overview 1-1 1-2 This page intentionally left blank Contents 1.1 T2200SX Features... 1-5 1.2 System Unit Block Diagram... 1-8 1.3 3.5-inch Floppy Disk Drive... 1-11 1.4 2.5-inch Hard

More information

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EX 1.1. PREFACE KEY FEATURES PERFORMANCE LIST...

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EX 1.1. PREFACE KEY FEATURES PERFORMANCE LIST... 6EX TABLE OF CONTENTS 1. INTRODUCTION 1.1. PREFACE...1-1 1.2. KEY FEATURES...1-1 1.3. PERFORMANCE LIST...1-2 1.4. BLOCK DIAGRAM...1-3 1.5. INTRODUCE THE Pentium II Processor & AGP...1-4 1.6 What is AGP?...

More information

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices,

Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, Understanding the basic building blocks of a microcontroller device in general. Knows the terminologies like embedded and external memory devices, CISC and RISC processors etc. Knows the architecture and

More information

The Purpose of Interrupt

The Purpose of Interrupt Interrupts 3 Introduction In this chapter, the coverage of basic I/O and programmable peripheral interfaces is expanded by examining a technique called interrupt-processed I/O. An interrupt is a hardware-initiated

More information