Bsc Csit Nepal

Model

Microprocessor

Full Marks: 60
Pass Marks: 24
Time: 3 hours

Long Questions:

Attempt any two questions: (2 × 10=20)

  1. Draw logical block diagram of 8086 microprocessor and explain its segmented memory structure.
  2. What is machine cycle and instruction cycle? Draw a timing diagram for STA 2000h memory instruction. (Choose any memory locations for loading STA 2000h instruction)
  3. Write an assembly language program to sort an array in ascending order using 8 bit microprocessor. (Assume appropriate array data and address where minimum array size of 10 should be considered).

Short Questions

Attempt any eight questions: (8 × 5=40)

  1. Draw pin diagram of 8085 microprocessor with appropriate labelling.
  2. Specify the output in PORT1 after the execution of the following program. Write comments for each instruction.
    • MVI A, AAH
    • MOV B, A
    • RRC
    • XRA B
    • OUT PORT1
    • HLT
  3. What is DMA? Explain the sequence of events that occurs during DMA operation?
  4. What is addressing mode? Explain different addressing mode in 8085 microprocessor.
  5. Write a program to reverse a given a string using 16 bit microprocessor.
  6. Explain memory interfacing in 8085 microprocessor along with appropriate diagram.
  7. What are different operating modes in 80286 microprocessor? Explain in brief about each mode.
  8. “Interrupt based I/O is efficient compared to polled I/O”. Justify this statement with general working mechanism in both methods.
  9. Write Short Notes (Any Two):
    • a) Macro Assembler
    • b) BSR Mode
    • c) System Bus