1. With XTAL = 11.0592 MHz, what value should be loaded into TH 1 to have a 28,800 baud rate'? Give the answer in both decimal and hex.
- 1, 0xff
- -1 , 0xff
- -2, 0xfd
- -3, 0xfd
2. Which register is used to set the data size and other framing information such as the stop bit for the second serial port?
- SBUF
- TCON
- SCON
- PCON
3. True or false. RS232 is not TTL compatible
- True
- False
4. Calculate the time it takes to transfer 10,000 characters if we use 9600 bps. [Assume Asynchronous frame structure as 8-bit data, 1 stop bit, no parity ].
- 10.4 seconds
- 1.04 seconds
- 400 Seconds
- Data insufficient to find
5. SCON stands for____ and it is a(n) __ -bit register.
- Serial On, 1
- SCON state, 8
- Serial On, 8
- Serial Control, 8
6. Beside reset, how many interrupts do we have in the 8051?
- 6
- 3
- 4
- 5
7. Both the ADC0804 and ADC0808/0809 are __ -bit converters.
- 10
- 8
- 12
- 16
8. For the LCD to recognize information at the data pins as data, RS must be set to __ (high, low).
- high
- low
9. What voltage levels are used for binary 0 in RS232?
- -3V to -25V
- +3V to +25V
- 0V
- 5
10. If XTAL = 11.0592 MHz, what frequency is used by the timer to set the baud rate?
- 28,800 Hz
- 9600 Hz
- 4800 Hz
- Data Insufficient to determine