Embedded System Design
Test 2
MIS NO. Max. Marks. 20
Duration: 1 Hr
Q Choose the correct options. Marks
NO
1 Which BeagleBone® is not built around Texas Instrument’s AM335x/8 [1]
System on a Chip (SoC)?
A. BeagleBone® Industrial B. BeagleBone® Wireless
C. BeagleBone® AI D. BeagleBone® Black
2 Which product line creates the technology behind the BeagleBone® [1]
graphical hardware?
A. Voodoo B. Radeon C. PowerVR D. GeForce
3 What is the main Linux distribution for BeagleBone® hardware? [1]
A. ArchLinux B. RedHat C. Ångström D. Debian
4 ______ is typically configured at boot to light during CPU activity. [1]
A. USR0 B. USR4 C. USR2 D. USR3
5 The micro-SD Card slot on a BeagleBone® is used only for storage when [1]
an eMMC is present
A. True B. False
6 BeagleBone® is set up to connect as a network adapter over USB. [1]
A. True B. False
7 When using mDNS, by which name can you connect to the [1]
BeagleBone®
A. beaglebone.local B. beagleboard.local
C. localhost.local D. 192.168.0.1.local
8 At what voltage does the logic operate on the BeagleBone® GPIO pins? [1]
A. 5v B. 12v C. 3.3v D. 1.5v
9 What is the operating clock speed of the PRU-ICSS cores on the [1]
BeagleBone® hardware
A. 20Mhz B. 100Mhz C. 500Mhz D. 200Mhz
10 Which is not a method of connecting to a BeagleBone® by default? [1]
A. Bluetooth B. WiFi C. Serial D. ZigBee
11 How many processing cores are available with the on-chip PRU-ICSS? [1]
A. 2 B. 1 C. 6 D. 8
12 What is the command to enable USB Type-C host mode on the [1]
BeagleBone® ?
A. "echo "host" | sudo tee /sys/kernel/debug/mode"
B. "echo host mode "on""
C. "echo "host" | sudo tee /sys/kernel/debug/48890000.usb/mode"
D. "echo "usb-c" | sudo tee /sys/kernel/debug/48890000.usb/hostmode"
13 The best way to control the functions of GPIO on the BeagleBone® is ? [1]
A. "echo | sudo /sys/kernel/debug/mode"
B. Using pinmux/device tree overlay
C. Setting pinmux via python
D. Using an expansion header
14 How many I2C ports are available on the BeagleBone®? [1]
A. 4 B. 6 C. 2 D. 0
15 The AM335x has an internal oscillator that can be used for a Real-Time [1]
Clock.
A. True B. False
16 There are many combinations of pin multiplexing possible, though a [1]
certain number are valid due to _____ limitations.
A. timing B. pinmux C. GPIO D. Linux
17 Which BeagleBone® is designed with motor control in mind? [1]
A. Black B. Green C. Red D. Blue
18 How many boot modes can BeagleBone® support? [1]
A. 2 B. 3 C. 4 D. 1
19 In which order does the BeagleBone® typically perform its boot process? [1]
A. ROM -> SPL -> UBOOT B. UBOOT -> SPL -> LINUX
C. ROM -> UBOOT -> LINUX D. UBOOT -> DDR -> LINUX
20 The BeagleBone® is a low-power open-source single-board computer. [1]
A. True B. False