Diagnostic Test for CS202

Diagnostic Test for CS202

11th Grade

10 Qs

quiz-placeholder

Similar activities

3.1.2 Flip-Flop Applications

3.1.2 Flip-Flop Applications

11th Grade

6 Qs

SOAL TMKT/TELIND

SOAL TMKT/TELIND

11th Grade

10 Qs

Functional Model for Blender - Reverse Engineering

Functional Model for Blender - Reverse Engineering

11th Grade - University

6 Qs

Quiz MPP

Quiz MPP

11th Grade

10 Qs

formatif kelas XI mapel program embeded

formatif kelas XI mapel program embeded

11th Grade

14 Qs

Kuiz Autentikasi

Kuiz Autentikasi

9th - 12th Grade

10 Qs

Quiz Embedded 2

Quiz Embedded 2

11th Grade

7 Qs

Diagnostic Test for CS202

Diagnostic Test for CS202

Assessment

Quiz

Engineering

11th Grade

Hard

Created by

Dennis Nobleza

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does GPIO stand for?

General Purpose Input/Output Device

General Purpose Integrated Output

General Purpose Input/Output

Generalized Peripheral Input/Output

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python library is commonly used for GPIO programming on Raspberry Pi?

Adafruit_BBIO

RPi.GPIO

WiringPi

RPi.GPIO2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set a GPIO pin as an input in Python?

GPIO.set_input(pin_number)

GPIO.setup(pin_number, GPIO.IN)

GPIO.configure(pin_number, 'input')

GPIO.pin_mode(pin_number, 'input')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you read the state of a GPIO pin in Python?

Use the Arduino IDE to read GPIO states.

Connect a multimeter to measure the voltage.

Use RPi.GPIO or gpiozero library to read the state of a GPIO pin.

Use a web browser to access GPIO settings.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to set a GPIO pin to HIGH?

digitalWrite(pin, HIGH)

gpioSet(pin, 1)

setPin(pin, 1)

writePin(pin, true)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which GPIO pin is typically used for the Raspberry Pi's ground?

GPIO pin 1 (3.3V)

GPIO pin 6 (GND)

GPIO pin 5 (GPIO 3)

GPIO pin 12 (GPIO 18)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you control an LED connected to a GPIO pin?

Connect the LED directly to the power supply.

Use a resistor to connect the LED to the ground only.

Set the GPIO pin as output and control it using HIGH/LOW signals.

Set the GPIO pin as input and leave it unconnected.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?