2024 question paper

MICROPROCESSORS

25 questions

  1. Q1a. The Program Counter (PC) in 8051 is how many bits? (i) 8-bit (ii) 16-bit (iii) 12-bit (iv) 32-bit20242m

    Module 2: The 8051 Architecture

    The Program Counter (PC) in 8051 is how many bits?
    (i) 8-bit
    (ii) 16-bit
    (iii) 12-bit
    (iv) 32-bit

    View this question on its own page →
  2. Q1b. In 8051, which register is used to enable or disable interrupts? (i) IE (ii) IP (iii) TCON (iv) PCON20242m

    Module 2: The 8051 Architecture

    In 8051, which register is used to enable or disable interrupts?
    (i) IE
    (ii) IP
    (iii) TCON
    (iv) PCON

    View this question on its own page →
  3. Q1c. Which of the following microcontrollers is based on the Harvard architecture? (i) Intel 8085 (ii) Intel 8086 (iii) Intel 8051 (iv) ARM Cortex20242m

    Module 1: Fundamentals of Microprocessors

    Which of the following microcontrollers is based on the Harvard architecture?
    (i) Intel 8085
    (ii) Intel 8086
    (iii) Intel 8051
    (iv) ARM Cortex

    View this question on its own page →
  4. Q1d. The default start value of Stack Pointer after reset in 8051 is: (i) 00H (ii) 10H (iii) FFH (iv) 07H20242m

    Module 2: The 8051 Architecture

    The default start value of Stack Pointer after reset in 8051 is:
    (i) 00H
    (ii) 10H
    (iii) FFH
    (iv) 07H

    View this question on its own page →
  5. Q1e. Which type of memory in 8051 is bit-addressable? (i) Entire RAM (ii) Register bank (iii) 16 bytes of internal RAM from 20H to 2FH (iv) Entire ROM20242m

    Module 2: The 8051 Architecture

    Which type of memory in 8051 is bit-addressable?
    (i) Entire RAM
    (ii) Register bank
    (iii) 16 bytes of internal RAM from 20H to 2FH
    (iv) Entire ROM

    View this question on its own page →
  6. Q1f. A timing diagram shows: (i) Logical output of program (ii) Voltage transitions with respect to time (iii) Machine code of instruction (iv) Bus architecture20242m

    Module 2: The 8051 Architecture

    A timing diagram shows:
    (i) Logical output of program
    (ii) Voltage transitions with respect to time
    (iii) Machine code of instruction
    (iv) Bus architecture

    View this question on its own page →
  7. Q1g. What is the function of ALE signal in 8051? (i) Latches lower address byte (ii) Enables timers (iii) Selects internal memory (iv) Controls interrupt20242m

    Module 2: The 8051 Architecture

    What is the function of ALE signal in 8051?
    (i) Latches lower address byte
    (ii) Enables timers
    (iii) Selects internal memory
    (iv) Controls interrupt

    View this question on its own page →
  8. Q1h. Which pin of RS232 connector is used for Transmit Data (TXD)? (i) Pin 2 (ii) Pin 1 (iii) Pin 4 (iv) Pin 320242m

    Module 5: External Communication Interface

    Which pin of RS232 connector is used for Transmit Data (TXD)?
    (i) Pin 2
    (ii) Pin 1
    (iii) Pin 4
    (iv) Pin 3

    View this question on its own page →
  9. Q1i. How many lines are used in the basic SPI communication? (i) 5 (ii) 2 (iii) 4 (iv) 320242m

    Module 5: External Communication Interface

    How many lines are used in the basic SPI communication?
    (i) 5
    (ii) 2
    (iii) 4
    (iv) 3

    View this question on its own page →
  10. Q1j. Which protocol supports multi-master configuration? (i) UART (ii) I2C (iii) RS232 (iv) SPI20242m

    Module 5: External Communication Interface

    Which protocol supports multi-master configuration?
    (i) UART
    (ii) I2C
    (iii) RS232
    (iv) SPI

    View this question on its own page →
  11. Q2a. Demonstrate the Special Function Registers in 8051.20247m

    Module 2: The 8051 Architecture

    Demonstrate the Special Function Registers in 8051.

    View this question on its own page →
  12. Q2b. Explain the functions and programming associated to Interrupt Controller block in 8051.20247m

    Module 2: The 8051 Architecture

    Explain the functions and programming associated to Interrupt Controller block in 8051.

    View this question on its own page →
  13. Q3a. Discuss the Functions associated to all I/O Port pins in 8051.20247m

    Module 2: The 8051 Architecture

    Discuss the Functions associated to all I/O Port pins in 8051.

    View this question on its own page →
  14. Q3b. Demonstrate interfacing of a 4x4 (16-key) keyboard with 8051, with neat circuit diagram and display using 8051 Microcontroller.20247m

    Module 6: Applications

    Demonstrate interfacing of a 4x4 (16-key) keyboard with 8051, with neat circuit diagram and display using 8051 Microcontroller.

    View this question on its own page →
  15. Q4a. Explain the oscillator circuit and timing of the 8051 microcontrollers.20247m

    Module 2: The 8051 Architecture

    Explain the oscillator circuit and timing of the 8051 microcontrollers.

    View this question on its own page →
  16. Q5. Illustrate the pin diagram of 8051 with the help of a suitable diagram and explain the utility of the pins available in 8051.202414m

    Module 2: The 8051 Architecture

    Illustrate the pin diagram of 8051 with the help of a suitable diagram and explain the utility of the pins available in 8051.

    View this question on its own page →
  17. Q6a. What is a Timer circuit? Explain the Timer operations associated to 8051 microcontrollers by using Timer Registers.20247m

    Module 4: Memory and I/O Interfacing

    What is a Timer circuit? Explain the Timer operations associated to 8051 microcontrollers by using Timer Registers.

    View this question on its own page →
  18. Q6b. Explain the internal memory organization of the microcontroller 8051.20247m

    Module 2: The 8051 Architecture

    Explain the internal memory organization of the microcontroller 8051.

    View this question on its own page →
  19. Q7a. Explain different types of buses used in 8-bit microprocessor.20247m

    Module 1: Fundamentals of Microprocessors

    Explain different types of buses used in 8-bit microprocessor.

    View this question on its own page →
  20. Q7b. Define subroutine. Explain the execution of subroutine function.20247m

    Module 3: Instruction Set and Programming

    Define subroutine. Explain the execution of subroutine function.

    View this question on its own page →
  21. Q8. With the help of schematic diagram, explain the interfacing of stepper motor with 8051 Microcontroller. Also, write ALP to change the speed and direction of motor.202414m

    Module 6: Applications

    With the help of schematic diagram, explain the interfacing of stepper motor with 8051 Microcontroller. Also, write ALP to change the speed and direction of motor.

    View this question on its own page →
  22. Q9a. Write short notes on: Overview of 8051 family20247m

    Module 1: Fundamentals of Microprocessors

    Write short notes on: Overview of 8051 family

    View this question on its own page →
  23. Q9b. Write short notes on: Stack & Stack Pointer20247m

    Module 2: The 8051 Architecture

    Write short notes on: Stack & Stack Pointer

    View this question on its own page →
  24. Q9c. Write short notes on: Register IE format of 805120247m

    Module 2: The 8051 Architecture

    Write short notes on: Register IE format of 8051

    View this question on its own page →
  25. Q9d. Write short notes on: Various addressing modes of 8051 microcontroller20247m

    Module 3: Instruction Set and Programming

    Write short notes on: Various addressing modes of 8051 microcontroller

    View this question on its own page →