0% found this document useful (0 votes)
19 views7 pages

Lecture 1 12th Jan 2024

The document discusses a course on microprocessor programming and interfacing. It provides an introduction and overview of the course, including evaluation schemes, exam dates, textbooks, and topics that will be covered like computer and microprocessor structure, evolution of Intel microprocessors, booting process, and the IAS computer.

Uploaded by

Anmol Murti
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views7 pages

Lecture 1 12th Jan 2024

The document discusses a course on microprocessor programming and interfacing. It provides an introduction and overview of the course, including evaluation schemes, exam dates, textbooks, and topics that will be covered like computer and microprocessor structure, evolution of Intel microprocessors, booting process, and the IAS computer.

Uploaded by

Anmol Murti
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

13-01-2024

MICROPROCESSOR PROGRAMMING
AND INTERFACING

Introduction & Overview

About the Course


Evaluation Scheme
Nature of
Sl. No. Component Duration Weightage (%) Marks Date & Time
Component
1. Mid-Term Examination 90 mins. 30% 90 TBA Closed Book
3 Announced Quizzes with (n-1) 30 mins.
2. 10% 30 TBA Closed Book
scheme (Zero make-up policy) Each
Regular Lab Evaluations with (n-1) 120 mins. / As per
3. 15% 45 Open Book
scheme (Zero make-up policy) week timetable
4. Comprehensive Lab Exam Quiz Test 30 mins 5% 15 TBA Open Book

5. Comprehensive Examination 3 hours 40% 120 TBA Closed Book

Tentative Dates of Quizzes


Nature of
Sl. No. Component Duration Marks Date & Time
Component
1. Quiz-1 30-45 mins 15 17.02.2024, 10-11 am Closed, MCQ

2. Mid-Term Examinations 90 mins 90 11.03.2024, 2-3:30 pm Closed

3. Quiz-2 30-45 mins 15 06.04.2024, 10-11 am Closed, MCQ

4. Quiz-3 30-45 mins 15 20.04.2024, 10-11 am Closed, MCQ

5. Lab Comprehensive Quiz Test 30-45 mins 15 27.04.2024, 10-11 am Open, MCQ

6. Comprehensive Test 180 mins 120 07.05.2024, 9:30-12:30 pm Closed

1/13/2024 BITS Pilani, Hyderabad Campus 2

1
13-01-2024

About the Course Continued…


Regular Lab Evaluations (45 marks)

• No. of Experiments: 11
• Each experiment carries 4.5 marks (1.5 Marks for attendance + 3 Marks for execution)
• No. of Experiments to be evaluated: (n-1) scheme
• Zero make-up policy for lab sessions will be strictly followed.
• Students need to carry and maintain a separate rough copy for MPI Lab sessions.
• Lab comprehensive exam: MCQ type questions with –ve marking.

Text Book
Barry B. Brey, The Intel Microprocessors: Architecture, Programming and Interfacing, Pearson, 8th Edition, 2009

Reference Books
D. V. Hall, Microprocessor and Interfacing, Tata McGraw Hill, 2nd Edition.
L. B. Das, The x86 Microprocessors, 2nd Edition, Pearson.

1/13/2024 BITS Pilani, Hyderabad Campus 3

Computer and Microprocessor

Desktop Computer

1/13/2024 BITS Pilani, Hyderabad Campus 4

2
13-01-2024

Computer and Microprocessor

Laptop

Microprocessor: CPU on a single chip/ Brain of the complex PCB.

1/13/2024 BITS Pilani, Hyderabad Campus 5

Computer and Microprocessor

The Computer: Top-Level Structure Multicore Computer

1/13/2024 BITS Pilani, Hyderabad Campus 6

3
13-01-2024

Introduction to Microprocessor

What is a Microprocessor?

- CPU on a single chip.


- Brain of the computer.
- Component that performs the instructions and tasks involved in
computer processing.
- Multipurpose, clock-driven, register-based, digital integrated
circuit.
- Contain transistors in micron-level dimensions (10-6 m)

1/13/2024 BITS Pilani, Hyderabad Campus 7

Block diagram of a Computer System

Microprocessor : CPU on a single chip

CPU ADDRESS/CONTROL/DATA BUS

ROM/- KBD
DISK Printer
-/RAM Display

1/13/2024 BITS Pilani, Hyderabad Campus 8

4
13-01-2024

Evolution of Intel Microprocessors

1970s

1980s

1/13/2024 BITS Pilani, Hyderabad Campus 9

Evolution of Intel Microprocessors


1990s

Current

1/13/2024 BITS Pilani, Hyderabad Campus 10

5
13-01-2024

Booting Up: What Happens?

 BIOS – Basic Input Output System Resident in ROM


 Orchestrates loading the computer’s operating system from the hard disk drive
into RAM
 OS Loads Program from Disk (Secondary Storage) to RAM(Primary Storage)
 Program - Set of Instructions – Executed by Processor

IAS Computer
 Stored program concept- proposed by John von Neumann and Alan Turing
independently.
 1946-1952 John von Neumann and his colleagues designed the new stored
program computer referred to as IAS computer.
 Prototype of all general-purpose computers.

IAS Structure
Main Features
 A main memory, which stores
both data and instructions.

 An arithmetic and logic unit


(ALU) capable of operating on
binary data.

 A control unit, which interprets


the instructions in memory and
causes them to be executed

 Input–output (I/O) equipment


operated by the control unit

1/13/2024 BITS Pilani, Hyderabad Campus 12

6
13-01-2024

End of Lecture-1

1/13/2024 BITS Pilani, Hyderabad Campus 13

You might also like