Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  Embedded Systems (Web)  >  Test: UART: Embedded Systems I/O - Computer Science Engineering (CSE) MCQ

Test: UART: Embedded Systems I/O - Computer Science Engineering (CSE) MCQ


Test Description

20 Questions MCQ Test Embedded Systems (Web) - Test: UART: Embedded Systems I/O

Test: UART: Embedded Systems I/O for Computer Science Engineering (CSE) 2024 is part of Embedded Systems (Web) preparation. The Test: UART: Embedded Systems I/O questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: UART: Embedded Systems I/O MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: UART: Embedded Systems I/O below.
Solutions of Test: UART: Embedded Systems I/O questions in English are available as part of our Embedded Systems (Web) for Computer Science Engineering (CSE) & Test: UART: Embedded Systems I/O solutions in Hindi for Embedded Systems (Web) course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt Test: UART: Embedded Systems I/O | 20 questions in 20 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study Embedded Systems (Web) for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
Test: UART: Embedded Systems I/O - Question 1

What does UART stand for?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 1

Explanation: The UART or universal asynchronous receiver transmitter is used for the data transmission at a predefined speed or baud rate.

Test: UART: Embedded Systems I/O - Question 2

 How is data detected in a UART?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 2

Explanation: The data can be detected by the local clock reference which is generated from the baud rate generator.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: UART: Embedded Systems I/O - Question 3

Which of the signal is set to one, if no data is transmitted?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 3

Explanation: The TXD signal goes to logic one, when no data is transmitted. When data transmits, it sets to logic zero.

Test: UART: Embedded Systems I/O - Question 4

What rate can define the timing in the UART?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 4

Explanation: The timing is defined by the baud rate in which both the transmitter and receiver are used. The baud rate is supplied by the counter or an external timer called baud rate generator which generate a clock signal.

Test: UART: Embedded Systems I/O - Question 5

How is baud rate supplied?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 5

Explanation: The baud rate is supplied by the counter or an external timer called baud rate generator which generate a clock signal.

Test: UART: Embedded Systems I/O - Question 6

 Which is the most commonly used UART?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 6

Explanation: The Intel 8253, 8254 and 8259 are timers whereas Intel 8250 is a UART which is commonly used.

Test: UART: Embedded Systems I/O - Question 7

Which company developed 16450?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 7

Explanation: The Intel 8250 is replaced by the 16450 and 16550 which are developed by the National Semiconductors. 16450 is a chip which can combines all the PC’s input output devices into a single piece of silicon.

Test: UART: Embedded Systems I/O - Question 8

 What does ADS indicate in 8250 UART?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 8

Explanation: The ADS is address strobe signal and is working as active low in 8250 UART. The ADS signal is used to latch the address and chip select signals while a processor access.

Test: UART: Embedded Systems I/O - Question 9

Which of the following signals are active low in the 8250 UART?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 9

Explanation: The BAUDOUT signal is active low whereas DDIS, INTR and MR are active high in the 8250 UART. BAUDOUT is the clock signal from the transmitter part of the UART. DDIS signal goes low when the CPU is reading data from the UART. INTR is the interrupt pin. MR is the master reset pin.

Test: UART: Embedded Systems I/O - Question 10

 Which of the signal can control bus arbitration logic in 8250?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 10

Explanation: DDIS signal goes low when the CPU is reading data from the UART and it also controls the bus arbitration logic.

Test: UART: Embedded Systems I/O - Question 11

Which of the following is used to reset the device in 8250?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 11

Explanation: MR is the master reset pin which helps to reset the device and restore the internal registers.

Test: UART: Embedded Systems I/O - Question 12

Which provides an input clock for the receiver part of the UART 8250?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 12

Explanation: RCLK provides an input clock for the receiver part of the UART. RD is the read signal. MR is the master reset pin and DDIS is used to control bus arbitration logic.

Test: UART: Embedded Systems I/O - Question 13

Which of the following is a general purpose I/O pin?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 13

Explanation: There are two general purpose I/O pin OUT1 and OUT2. OUT1 is set by the programming bit 2 of the MCR to a ‘1’ whereas OUT2 is set by the programming bit 3 of the MCR to ‘1’. These are active low pins in 8250.

Test: UART: Embedded Systems I/O - Question 14

 Which of the following indicate the type of access that the CPU needs to perform?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 14

Explanation: RD and WR signals are indicating the type of access that the CPU needs to perform, that is, whether it is a read cycle or write cycle.

Test: UART: Embedded Systems I/O - Question 15

 Which pins are used for additional DMA control?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 15

Explanation: The RXRDY and TXRDY are two active low pins which are used for additional DMA control. It can be used for DMA transfers to and from the read and write buffers.

Test: UART: Embedded Systems I/O - Question 16

 Which of the following are not used within the IBM PC?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 16

Explanation: The CPU is responsible for moving data to and from the UART in the IBM PC, therefore it does not have TXRDY and RXRDY pins which are used for DMA accessing.

Test: UART: Embedded Systems I/O - Question 17

Which pins are used to connect an external crystal?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 17

Explanation: The XIN and XOUT pins are used to connect an external crystal. These pins can also connect external clock.

Test: UART: Embedded Systems I/O - Question 18

Which UART is used in MC680 by 0 design?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 18

Explanation: The MC68681 is a standard UART developed by Motorola. It has been used in many MC680 by 0 designs.

Test: UART: Embedded Systems I/O - Question 19

Which of the following have large FIFO buffer?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 19

Explanation: The largest buffer of 16 bytes is available on 16550 UART which is used for high speed data communications.

Test: UART: Embedded Systems I/O - Question 20

 Which of the following has a quadruple buffered receiver and a double buffered transmitter?

Detailed Solution for Test: UART: Embedded Systems I/O - Question 20

Explanation: The MC68681 is a standard UART developed by Motorola. It possess a quadruple buffered receiver and a double buffered transmitter.

47 videos|69 docs|65 tests
Information about Test: UART: Embedded Systems I/O Page
In this test you can find the Exam questions for Test: UART: Embedded Systems I/O solved & explained in the simplest way possible. Besides giving Questions and answers for Test: UART: Embedded Systems I/O, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

47 videos|69 docs|65 tests
Download as PDF

Top Courses for Computer Science Engineering (CSE)