
ME3011FP Tut5

Quiz
•
Instructional Technology
•
12th Grade
•
Medium
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
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
Similar Resources on Wayground
10 questions
C++

Quiz
•
9th - 12th Grade
10 questions
contoh sensor berbasis kapasitansi

Quiz
•
12th Grade
8 questions
Evaluacion Reimagina 3ero BGU

Quiz
•
12th Grade - University
9 questions
Quiz Jaringan Komputer

Quiz
•
10th Grade - University
12 questions
Основи Python

Quiz
•
7th - 12th Grade
10 questions
Đề Kiểm Tra Công Nghệ Lớp 5 CK1

Quiz
•
5th Grade - University
10 questions
Exam de networks

Quiz
•
9th - 12th Grade
10 questions
แบบทดสอบหลังเรียนบทที่ 1 ม.6

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade