ME3011FP Tut5

ME3011FP Tut5

12th Grade

8 Qs

quiz-placeholder

Similar activities

INSTALLING AND CONFIGURING COMPUTER SYSTEMS

INSTALLING AND CONFIGURING COMPUTER SYSTEMS

12th Grade

10 Qs

SETTING-UP COMPUTER NETWORK

SETTING-UP COMPUTER NETWORK

12th Grade

10 Qs

03_Practice_ArduinoL05-DigitalInputs

03_Practice_ArduinoL05-DigitalInputs

9th - 12th Grade

6 Qs

KUIZ ATAS TALIAN ASAS SAINS KOMPUTER SEMEWAH 2025

KUIZ ATAS TALIAN ASAS SAINS KOMPUTER SEMEWAH 2025

9th Grade - University

10 Qs

Ôn Tập Công Nghệ 5 - HKII

Ôn Tập Công Nghệ 5 - HKII

5th Grade - University

11 Qs

Quiz sicurezza Password

Quiz sicurezza Password

9th - 12th Grade

9 Qs

Robotica

Robotica

9th - 12th Grade

10 Qs

What's the Code?

What's the Code?

4th Grade - Professional Development

10 Qs

ME3011FP Tut5

ME3011FP Tut5

Assessment

Quiz

Instructional Technology

12th Grade

Medium

Created by

ITE CAD

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the segment coding below declare pushbutton as input in the "Pushbutton" sketch.

/*

Pushbutton sketch

a switch connected to pin 2 lights the LED on pin 13

*/

const int ledPin = 13;

const int inputPin = 2;

void setup() {

pinMode(ledPin, OUTPUT);

pinMode(inputPin, INPUT);

}

void loop(){

const int ledPin = 13;

const int inputPin = 2;

pinMode(ledPin, OUTPUT);

pinMode(inputPin,INPUT;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Most boards have an LED connected to pin

0

1

12

13

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A micro-controller pin is said to be "floating" when it is

connected to 0 volt

connected to 3 volts

connected to 5 volts

not connected to anything

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a switch is pressed and moves from an open to a closed position, the contact often isn't perfect and produces a number of spurious signals called___.

fake

false

bogus

bounces

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The debounce function returns "true" if the switch is pressed or ____________.

stable

half close

not close

not yet stable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The analogRead function will sees a 5 volts if the value on the pin is.

255

511

767

1,023

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Arduino function to detect digital input is

digitalread

digitalRead

digitalwrite

digitalWrite

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The Figure here shows

switch connected using potentiometer

switch connected using pull-up resistor

switch connected using pull-down resistor

switch wired for use with internal pull-up resistor