IOT systems and Protocols

IOT systems and Protocols

Professional Development

30 Qs

quiz-placeholder

Similar activities

PiDEA-Quiz

PiDEA-Quiz

Professional Development

25 Qs

Fruit & Vegetables

Fruit & Vegetables

Professional Development

30 Qs

Uso de Grafemas

Uso de Grafemas

Professional Development

25 Qs

Life of Pi (Chapter 16, 17, 18, 19 & 20)

Life of Pi (Chapter 16, 17, 18, 19 & 20)

12th Grade - Professional Development

32 Qs

NTIC

NTIC

Professional Development

25 Qs

Pre Test : Preparation COA Feed/H2 Dryer & CGB

Pre Test : Preparation COA Feed/H2 Dryer & CGB

Professional Development

25 Qs

EXAMEN NIVEL 1 한국어

EXAMEN NIVEL 1 한국어

Professional Development

30 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?