(2D^2-DD'-D'2+6D+3D')Z=xy^y
(2D^2-DD'-D'2+6D+3D')Z=xy^y
Explain the Memory stack organization of 16 locations of stack( 0 to 15). take the initial value of the
stack pointer is SP = 0E in Hex. Explain the following push and pop instructions through the Memory
stack organization diagram.
(1) PUSH R5 WHERE R5 = XX in Hex
(2) POP R4 WHERE R4 = (XX + 3 ) Hex for example roll no 64 is having the data in R5 = 64
Hex and R4 is ( 64+3 = 67 Hex) [5 marks]
Design a circuit of General register organization in which 4 registers are there from R0 to R3.
(a) Perform the following microoperation and explain the operation in the steps through the
diagram properly: - AND R3 ,R3 ,R1 .
(b) Explain the control word as per the register configuration given above. [10 marks]
Transformation2xy+2zx-2xy
Transformation 2xy+2zx-2xy
Computer Programming teacher conducts test for 20 marks for 10 students. Teacher wants
to know the average marks scored by the students.
Following are requirements to solve the problem
Teacher should have capture the marks scored by the student.
Teacher should compute the average marks scored by the students.
Teacher should display the average marks scored by the students.
Explain Beer Lambert Absorption Law. Outline the limitations of this law.
What are the three selection rules of electromagnetic transitions? Illustrate the energy diagrams of Allowed and Forbidden Transitions.
In a certain computer system, five (5) processes A, B, C, D, and E are active with their burst times (in ms) of 8, 10, 2, 4, and 3 respectively. These processes come at times (in ms.) 16, 0, 4, 20, and 29 respectively and use FCFS to schedule the execution.