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

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


Test Description

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

Test: I2C: Embedded Systems I/O for Computer Science Engineering (CSE) 2024 is part of Embedded Systems (Web) preparation. The Test: I2C: Embedded Systems I/O questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: I2C: 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: I2C: Embedded Systems I/O below.
Solutions of Test: I2C: Embedded Systems I/O questions in English are available as part of our Embedded Systems (Web) for Computer Science Engineering (CSE) & Test: I2C: 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: I2C: 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: I2C: Embedded Systems I/O - Question 1

What does I2C stand for?

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

Explanation: The I2C is known as inter-IC, which is developed by Philips for interfacing with the peripheral devices.

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

Which company developed I2C?

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

Explanation: The I2C is developed by Philips for use within the television sets.

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

Which of the following is the most known simple interface?

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

Explanation: The I2C is the most known simple interface which is used currently. It can combine both the hardware and the software protocols to provide a bus interface which helps in the communication with many peripherals.

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

Which are the two lines used in the I2C?

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

Explanation: The I2C bus consists of two lines which are called SDA and SCL. The master and slave devices are attached to these lines.

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

 Which of the following developed P82B715?

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

Explanation: The special buffer chip, P82B715 for increasing the current drive is developed by Philips.

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

Which pin provides the reference clock for the transfer of data?

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

Explanation: The SCL pin can provide the reference clock for the transmission of data but it is not a free running clock.

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

Which of the following are the three hardware signals?

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

Explanation: The three hardware signals are START, STOP and ACKNOWLEDGE. These signals helps in the transmission of data between the slave and the masters.

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

 Which of the following performs the START signal?

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

Explanation: The START signal is performed by the master by making the SCL and SDA pin high.

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

 Which of the following are handshake signal?

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

Explanation: The START signal and ACKNOWLEDGE signals are almost similar but there exhibits a small change. The START signal is initiated by the master only but the ACKNOWLEDGE signal is a handshake between both the master and slave.

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

. A packet is also referred to as

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

Explanation: The data is transmitted in packets with a having one or more bytes. These packets of data is also known as telegram.

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

Which of the following indicates the type of operation that the master requests?

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

Explanation: The address value helps the master to select the device and indicates what operation should be taken. If the 8th bit is logic one, read operation takes out and if it is logic zero, write operation takes out.

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

 How can both single byte and the double byte address slave use the same bus?

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

Explanation: For providing more addressing, an extended address is developed which possesses two bytes in which the first byte uses a special code to distinguish it from a single byte address so that the single byte and double byte address slaves can use a shared bus.

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

Which counter selects the next register in the I2C?

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

Explanation: The peripheral having small number of locations can use auto-incrementing counter for accessing the next register. But this will not be applicable in bigger memory devices.

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

Which is an efficient method for the EEPROM?

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

Explanation: Combined format is an efficient method for the EEPROM because it is having a large number of registers.

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

Which of the following uses two data transfers?

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

Explanation: The EEPROM is having large number of registers, so auto incrementing counter will not be applicable. So there is an alternative method which uses index value that is written to the chip, prior to accessing the data. This is called combined format and this combined format uses two data transfer. One is to write the data and the other is to read.

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

Which of the following is efficient for small number of registers?

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

Explanation: The peripherals which have small number of locations can use auto-increment counter within the peripheral in which each access selects the next register.

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

. Which can determine the timeout value?

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

Explanation: The polling can be used along with the counter to determine the timeout value.

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

 How is bus lockup avoided?

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

Explanation: The timeout value can be changed by the peripheral devices, so for a sophisticated system a combination of polling and timer is used to check for the signal n times within a predefined interval. This can avoid the bus lock.

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

 Which of the following can determine if two masters start to use the bus at the same time?

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

Explanation: The collision detect technique helps to determine whether two or more masters are using the same bus in a multi master device.

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

Which ports are used in the multimaster system to avoid errors?

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

Explanation: By using the bidirectional ports, each master can monitor the line and confirm its expected state and if it is not matched, a mismatch or collision had occurred which will discontinue the transmission by the master.

47 videos|69 docs|65 tests
Information about Test: I2C: Embedded Systems I/O Page
In this test you can find the Exam questions for Test: I2C: Embedded Systems I/O solved & explained in the simplest way possible. Besides giving Questions and answers for Test: I2C: 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)