**150 advanced-level questions
Derived from credible automotive engineering sources including ISO standards, SAE
specifications, and industry technical references on CAN, LIN, MOST, FlexRay,
Automotive Ethernet, and related protocols .
## SECTION 1: CAN BUS FUNDAMENTALS & PHYSICAL LAYER (Questions 1–25)
**1.** The Controller Area Network (CAN) protocol was originally developed by which
company in 1986?
- A. Intel
- B. Robert Bosch GmbH
- C. Motorola
- D. Philips Semiconductors
**Answer: B**
**2.** CAN bus is classified as which type of communication protocol?
- A. Full-duplex, synchronous
- B. Half-duplex, asynchronous, message-based
- C. Simplex, synchronous
- D. Full-duplex, master-slave
**Answer: B**
**3.** In High-Speed CAN (ISO 11898-2), what is the standard termination resistor value?
,- A. 60 Ω
- B. 120 Ω at both ends of the bus
- C. 100 Ω single termination
- D. 220 Ω
**Answer: B**
**4.** What is the maximum data rate specified for Classical High-Speed CAN?
- A. 125 kbps
- B. 500 kbps
- C. 1 Mbps
- D. 8 Mbps
**Answer: C**
**5.** CAN bus uses differential signaling with two lines designated as:
- A. TX and RX
- B. CANH and CANL
- C. D+ and D-
- D. SDA and SCL
**Answer: B**
**6.** In CAN bus, a dominant bit is represented by:
- A. CANH at 0V and CANL at 5V
- B. A voltage difference of approximately 2V (CANH > CANL)
- C. Both lines at equal potential
,- D. CANH at 3.3V and CANL at ground
**Answer: B**
**7.** What is the primary advantage of using differential signaling in CAN?
- A. Higher data rates
- B. Immunity to common-mode noise and electromagnetic interference
- C. Lower power consumption
- D. Simpler wiring harness
**Answer: B**
**8.** In the CAN frame structure, what does the Start of Frame (SOF) consist of?
- A. A dominant bit that synchronizes all nodes
- B. An 11-bit identifier
- C. A recessive bit followed by a dominant bit
- D. A 6-bit preamble
**Answer: A**
**9.** The Arbitration Field in a standard CAN 2.0A frame contains:
- A. A 29-bit identifier and RTR bit
- B. An 11-bit identifier and RTR bit
- C. A 15-bit CRC sequence
- D. An 8-bit data length code
**Answer: B**
, **10.** In CAN bus arbitration, which message wins if two nodes transmit simultaneously?
- A. The message with the higher numerical identifier value
- B. The message with the lower numerical identifier value (more dominant bits)
- C. The message from the node with the highest physical address
- D. Both messages are corrupted and retransmitted
**Answer: B**
**11.** What is the purpose of bit stuffing in CAN protocol?
- A. To increase data throughput
- B. To ensure enough edges for synchronization by inserting a complementary bit after five
consecutive identical bits
- C. To compress data
- D. To encrypt the message
**Answer: B**
**12.** The Acknowledgement (ACK) slot in a CAN frame is:
- A. Always transmitted as dominant by the sender
- B. Transmitted as recessive by the sender and overwritten as dominant by any receiving node
that receives correctly
- C. Left empty for future use
- D. Used for error detection only
**Answer: B**
**13.** What is the maximum data payload in a Classical CAN frame?