Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
27 views2 pages

Sybcs Embedded QB

The document contains a series of multiple-choice questions, true/false statements, and open-ended questions related to System on Chip (SoC), Raspberry Pi, Python programming, and general computing concepts. It tests knowledge on topics such as instruction set architecture, GPIO pins, data types in Python, and interfacing hardware with Raspberry Pi. Additionally, it includes coding tasks and definitions to assess understanding of programming and embedded systems.

Uploaded by

ashwini biradar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Sybcs Embedded QB

The document contains a series of multiple-choice questions, true/false statements, and open-ended questions related to System on Chip (SoC), Raspberry Pi, Python programming, and general computing concepts. It tests knowledge on topics such as instruction set architecture, GPIO pins, data types in Python, and interfacing hardware with Raspberry Pi. Additionally, it includes coding tasks and definitions to assess understanding of programming and embedded systems.

Uploaded by

ashwini biradar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Q.

1) Choose Correct option from the following

1) Soc processor cores typically use ___________ instruction set architecture.


a) CISC b) RISC c) Assembly d) None
2) SBC’s can be wired with built in Wi-Fi module as part of Network Interface.
a)Co-axial cable b) Fiber optic cable c) Ethernet Cable d) None
3) ________ are often included on SoC for signal processing operation.
a) DSP b) SSP c) CPU d) RSP
4) The__________ port is used to connect camera module.
a) HDMI b) GPIO c) USB d) CSI
5) In Python ________ data type used key value pair.
a) List b) Tuple c) Dictionary d) SET
6) _____________ is used for carrying out image calculation, running videos along with a
Broadcom video core cable.
a) GPU b) CPU c) DSP d) None
7) ARM 11 has __________ Architecture.
a) 32 bit RISC b) 64 bit RISCc) 16 bit RISC d) None
8) Rpi 3 model B has ________ GPIO pins.
a) 40 b) 26 c) 32 d) 16
9) _______ in python is mutable and ordered collection of data.
a) List b) Tuple c) Set d) None
10) ________ function will clean all the resources that are used in the program.
a) Clear b) GPIO.cleanup() c) GPIO.clear() d) None

Q.2) State True or False

• Raspberry Pi 3 Model B has 40 pin GPIO header.


• CPU is used for carrying out image calculation and running video games.
• Indentation is a white space at the beginning of a line and is very important in python.
• Providing a user interface using GUI is the goal of OS.
• Blue tooth interface uses serial communication for data transfer.

• PIR sensor senses infrared radiation emitted from hot body.


• The sleep function is used to produce delay in in the python code.
• The Audio jack allows you to connect standard headphone and speakers.
• The Camera module, the NOIR version has Infrared Filter.
• Python is compiler based language and is very popular.

Q.3) Answer the following.


• Define SBC? State different types of SBC.
• State elif conditional statement in python.
• State any four GPIO function.
• Write a python code to find square root of positive number.
• Write a program to interface PIR with Rpi to detect motion.
• State any four features of CPU parameter of SoC.

• Draw the block diagram of Embedded system.
• State any four Technical features of RPi.
• State the function of GPIO.output ().Give example.
• Explain if-else statement of Python.
• Write a python code to find area of rectangle.
• Write a program to interface LED with Rpi to blink LED for 5 Sec.

You might also like