IOT systems and Protocols

IOT systems and Protocols

Professional Development

30 Qs

quiz-placeholder

Similar activities

CompTIA Security+ Quiz

CompTIA Security+ Quiz

Professional Development

25 Qs

ACT_SW22_Agile

ACT_SW22_Agile

Professional Development

25 Qs

MET Session 5 Quiz

MET Session 5 Quiz

Professional Development

30 Qs

IOT - Wiederholung LF7

IOT - Wiederholung LF7

Professional Development

25 Qs

IoT Summer School Evaluation Quiz

IoT Summer School Evaluation Quiz

Professional Development

30 Qs

trans 3 and general

trans 3 and general

Professional Development

26 Qs

Pre Test : Preparation COA Feed/H2 Dryer & CGB

Pre Test : Preparation COA Feed/H2 Dryer & CGB

Professional Development

25 Qs

Med Term Final Review

Med Term Final Review

Professional Development

35 Qs

IOT systems and Protocols

IOT systems and Protocols

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Shaik Imam

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.What type of processor core does the Raspberry Pi 4 Model B utilize?

Quad-core Cortex-A53

Dual-core Cortex-A72

Quad-core Cortex-A72

Octa-core Cortex-A72

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a connectivity feature of the Raspberry Pi 4 Model B?

Gigabit Ethernet

USB 3.0 ports

VGA port

Dual-band Wi-Fi (2.4 GHz and 5.0 GHz)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The standard GPIO header on the Raspberry Pi 4 has how many pins?

26

30

40

50

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which RPi.GPIO function is used to set a GPIO pin as an output?

GPIO.input()

GPIO.output()

GPIO.mode(pin, 'output')

GPIO.setup(pin, GPIO.OUT)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. What is the purpose of GPIO.cleanup() in an RPi.GPIO Python script?

To delete the Python script file.

To uninstall the RPi.GPIO library.

To reset all GPIO pins to their default state (inputs) and release resources.

To clear the console output.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To introduce a delay in a Python script for a Raspberry Pi, which function from the time module is commonly used?

time.delay()

time.pause()

time.wait()

time.sleep()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For an input switch connected to a Raspberry Pi GPIO, which RPi.GPIO option helps prevent "floating" states when the switch is not pressed?

pull_up_down=GPIO.PUD_OFF

pull_up_down=GPIO.PUD_IN

pull_up_down=GPIO.PUD_UP or GPIO.PUD_DOWN

pull_up_down=GPIO.ANALOG

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?