Explain the difference between a microprocessor and a microcomputer.
[3 marks]Define significance of ALE pin with example or a diagram.
[4 marks]Draw and Explain Pin diagram of 8085.
[7 marks]Explain Assembler, Debugger and Linker with an example.
[3 marks]Explain Read/ Write control signals for memory and I/O.
[4 marks]Draw and Explain Timing Diagram of MVI A, 45h.
[7 marks]List instruction set of 8085. Also explain timing diagram of two-byte instructions.
[7 marks]Find the ending address of an 8K-byte memory if the starting address is '0'
[3 marks]What are the contents in Register Hand Lafter executing the following 8085 program? MVI L, 01H MVI H, 00H INX H
[4 marks]Write an assembly language program to find the larger number from given two numbers stored at 2501H = 98H, 2502H = 87H result store at 2503H.
[7 marks]What is the ending address of a 2K-bytes memory whose starting address is 3000H.?
[3 marks]What are the states of the Carry (C), Zero (Z) flags and content in Accumulator (A) after executing the following 8085 program? MVI L, 01H MVI A, 00H SUB L
[4 marks]Write an assembly language program to find the smaller number from given two numbers stored at 2501H = 84H, 2502H = 99H result store at 2503H.
[7 marks]Explain General purpose Data register.
[3 marks]Explain Indirect and Immediate addressing mode with example.
[4 marks]Explain 8085 Programming model and classify instruction set on the basis of different addressing modes.
[7 marks]Explain various flags use in 8085.
[3 marks]Give comparison of Memory mapped I/Oand Peripheral mapped I/O.
[4 marks]Explain One byte, Two byte, Three byte and write short note on different types of instruction sets.
[7 marks]Differentiate between maskable and non-maskable interrupts.
[3 marks]Explain various types of conditional jump instructions with example.
[4 marks]Draw and explain the architecture of SUN SPARC microprocessor.
[7 marks]Differentiate vectored and non-vectored interrupts.
[3 marks]How many interrupts are there in 8085? Name them. Explain the characteristics in terms of maskability, vectoring and priority.
[4 marks]Give ARM architecture features and explain block diagram of ARM.
[7 marks]