CS401- Computer Architecture and Assembly Language
Assignments spring 2012
Solution:-
http://vubest.blogspot.com/2012/06/computer-architecture-and-assembly_20.html
............................................................................................................................
Join Our Groups:
http://groups.google.com/group/vubest
http://facebook.com/groups/vubest
Show your LOVE Please Like us on facebook
Click Thumbs Up
Assignments spring 2012
Instructions
Please read the following instructions carefully before submitting
assignment:
It should be clear that your assignment will
not get any credit if:
§
The assignment is submitted after due date.
§
The submitted assignment does not open or file is corrupt.
§
Solution is copied from any other source.
Note: You have to upload
only .doc file. Assignment in any
other format (extension) will not be accepted.
Objective
The objective of this assignment
is to enhance your knowledge about;
§
Interrupts
§
Debugger using Single Step Interrupt
§
Debugger using Breakpoint Interrupt
§
Concepts of Multitasking
§ Multitasking
Kernel as TSR
Question No 1:
a)
Interrupts
are used to invoke system activities that have to be performed on regular
basis. Programmable interval timer (PIT) is
using triggers that interrupt when it reaches the programmed count. Find out whether
the frequency of Programmable Interval Timer (PIT) is fixed or not (for IBM PC
compatibles)? Also give example how time tick generated through Programmable
Interval Timer?
(Marks
10)
b)
Write down the instructions those are used to inform
the PIC about the end of an interrupt?
(Marks 5)
c) PCB
(Process Control Block) is a space where all registers of a task are stored.
Describe how many bytes are needed to structure PCB and also explain different
purposes of these bytes?
(Marks 5)Solution:-
http://vubest.blogspot.com/2012/06/computer-architecture-and-assembly_20.html
............................................................................................................................
Join Our Groups:
http://groups.google.com/group/vubest
http://facebook.com/groups/vubest
Show your LOVE Please Like us on facebook
Click Thumbs Up
Comments
Post a Comment