MICROPROCESSORS

100504
Back to MICROPROCESSORS

Module 5: External Communication Interface

  1. Q1b. What is the bit transmitting or receiving capability of mode 1 in serial communication? (i) 8 bits (ii) 10 bits (iii) 11 bits (iv) 12 bits20212m

    Module 5: External Communication Interface

    What is the bit transmitting or receiving capability of mode 1 in serial communication?
    (i) 8 bits
    (ii) 10 bits
    (iii) 11 bits
    (iv) 12 bits

    View this question on its own page →
  2. Q1c. Which serial modes possess the potential to support the multi-processor type of communication? (i) Modes 0 & 1 (ii) Modes 1 & 2 (iii) Modes 2 & 3 (iv) All of the above20202m

    Module 5: External Communication Interface

    Which serial modes possess the potential to support the multi-processor type of communication?
    (i) Modes 0 & 1
    (ii) Modes 1 & 2
    (iii) Modes 2 & 3
    (iv) All of the above

    View this question on its own page →
  3. Q1c. Which byte has the capability to interrupt the slave when SM2 bit is assigned to be '1' after the initialization process in the multiprocessor mode of communication? (i) Address byte (ii) Data byte (iii) Both (i) and (ii) (iv) None of the above20212m

    Module 5: External Communication Interface

    Which byte has the capability to interrupt the slave when SM2 bit is assigned to be '1' after the initialization process in the multiprocessor mode of communication?
    (i) Address byte
    (ii) Data byte
    (iii) Both (i) and (ii)
    (iv) None of the above

    View this question on its own page →
  4. Q1g. What is the required baud rate for an efficient operation of serial port devices in 8051 microcontroller? (i) 1200 (ii) 2400 (iii) 4800 (iv) 960020202m

    Module 5: External Communication Interface

    What is the required baud rate for an efficient operation of serial port devices in 8051 microcontroller?
    (i) 1200
    (ii) 2400
    (iii) 4800
    (iv) 9600

    View this question on its own page →
  5. 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 →
  6. Q1h. I2C uses how many lines? (i) 1 (ii) (iii) 2 (iv) 820252m

    Module 5: External Communication Interface

    I2C uses how many lines?

    (i) 1
    (ii)
    (iii) 2
    (iv) 8

    View this question on its own page →
  7. Q1i. Which lines are utilized during the enable state of hardware flow control in DTE and DCE devices of RS232? (i) CD and IR (ii) DSR and DTR (iii) RTS and CTS (iv) None of the above20212m

    Module 5: External Communication Interface

    Which lines are utilized during the enable state of hardware flow control in DTE and DCE devices of RS232?
    (i) CD and IR
    (ii) DSR and DTR
    (iii) RTS and CTS
    (iv) None of the above

    View this question on its own page →
  8. 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 →
  9. 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 →
  10. Q1j. Which protocol is commonly used for sensor interfacing? (i) I2C (ii) FTP (iii) HTTP (iv) SMTP20252m

    Module 5: External Communication Interface

    Which protocol is commonly used for sensor interfacing?

    (i) I2C
    (ii) FTP
    (iii) HTTP
    (iv) SMTP

    View this question on its own page →
  11. Q1j. Which of the following statement is false regarding the RTS and CTS signals? (i) RTS is on the receiver side (ii) CTS is on the transmitter side (iii) RTS is made low at first (iv) CTS is made low at first20232m

    Module 5: External Communication Interface

    Which of the following statement is false regarding the RTS and CTS signals?
    (i) RTS is on the receiver side
    (ii) CTS is on the transmitter side
    (iii) RTS is made low at first
    (iv) CTS is made low at first

    View this question on its own page →
  12. Q1j. Which protocol standard of serial communication specifies the bi-directional and half-duplex form of data transmission by allowing various numbers of drivers and receivers in bus configuration? (i) RS232 (ii) RS2485 (iii) RS422 (iv) RS42320212m

    Module 5: External Communication Interface

    Which protocol standard of serial communication specifies the bi-directional and half-duplex form of data transmission by allowing various numbers of drivers and receivers in bus configuration?
    (i) RS232
    (ii) RS2485
    (iii) RS422
    (iv) RS423

    View this question on its own page →
  13. Q2a. Write a program for 8051 to transmit "WELCOME TO INDIA" at the display connected to port 1 at 9600 baud for external crystal frequency of 11.0592 MHz.20217m

    Module 5: External Communication Interface

    Write a program for 8051 to transmit "WELCOME TO INDIA" at the display connected to port 1 at 9600 baud for external crystal frequency of 11.0592 MHz.

    View this question on its own page →
  14. Q3a. Determine if an 8051 in mode 1 can communicate with an 8051 in mode 3.20207m

    Module 5: External Communication Interface

    Determine if an 8051 in mode 1 can communicate with an 8051 in mode 3.

    View this question on its own page →
  15. Q3b. Character transmission can be done by using a time delay greater than the character time before moving a new byte to SBUF. Explain why character reception must use an interrupt flag if all characters are to be received.20207m

    Module 5: External Communication Interface

    Character transmission can be done by using a time delay greater than the character time before moving a new byte to SBUF. Explain why character reception must use an interrupt flag if all characters are to be received.

    View this question on its own page →
  16. Q3b. Assume you are determined to use mode 0 as a communication mode from one 8051 to another. Outline a system of hardware and software that would allow this.20217m

    Module 5: External Communication Interface

    Assume you are determined to use mode 0 as a communication mode from one 8051 to another. Outline a system of hardware and software that would allow this.

    View this question on its own page →
  17. Q4a. Explain the interfacing of Bluetooth and Zigbee with the 8051 microcontroller.20207m

    Module 5: External Communication Interface

    Explain the interfacing of Bluetooth and Zigbee with the 8051 microcontroller.

    View this question on its own page →
  18. Q7b. Discuss the RS232 communication interface with neat diagrams.20257m

    Module 5: External Communication Interface

    Discuss the RS232 communication interface with neat diagrams.

    View this question on its own page →
  19. Q8a. Explain the interfacing of wireless communication protocols in embedded systems.20257m

    Module 5: External Communication Interface

    Explain the interfacing of wireless communication protocols in embedded systems.

    View this question on its own page →
  20. Q8b. Explain serial ports of 8051 microcontroller. Also discuss about registers used in serial communications.20227m

    Module 5: External Communication Interface

    Explain serial ports of 8051 microcontroller. Also discuss about registers used in serial communications.

    View this question on its own page →
  21. Q9d. Discuss Zigbee protocol and its advantages.20253.5m

    Module 5: External Communication Interface

    Discuss Zigbee protocol and its advantages.

    View this question on its own page →