ME3011FP Tut5

ME3011FP Tut5

12th Grade

8 Qs

quiz-placeholder

Similar activities

LO1:Computer Hardware

LO1:Computer Hardware

11th - 12th Grade

8 Qs

Pengenalan Dasar Smart Relay Zelio

Pengenalan Dasar Smart Relay Zelio

12th Grade

10 Qs

Redes de Ordenadores 2

Redes de Ordenadores 2

3rd Grade - Professional Development

9 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st Grade - University

10 Qs

Programación: Medios de visualización e ingreso de datos

Programación: Medios de visualización e ingreso de datos

12th Grade

11 Qs

Lesson 1- Concepts of Information technology

Lesson 1- Concepts of Information technology

7th - 12th Grade

10 Qs

Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

11 Qs

Computing

Computing

KG - University

12 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

Discover more resources for Instructional Technology