Quizizz: IT202-MIDTERM EXAM

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 70

Quizizz: IT202-MIDTERM EXAM

Quiz started on: Mon 10, Aug 07:31 PM Total Attendance: 39 Average Score: 47055

Class Level
Questions
# Correct

Identify this component


39

What is an LED?
35

Why is a resistor important?


37

A potentiometer is also known as a ___________________


34

The resistor that changes resistance based on how much light it


receives is called a _________ . resistor. 28

How long is the LED on? digitalWrite(13, HIGH);    delay(1000);   


digitalWrite(13, LOW);    delay(1000);  38

Which symbol ends a statement?


39

What does pressing the check-mark do when working with your


code? 35

Which pin is the jumper wire connected to? digitalWrite(13,


HIGH);    delay(1000);    digitalWrite(13, LOW);     delay(1000);  36

A function is a series of programming statements that can be


called by name. Which command is called repetitively over and 36
over again as long as the Arduino has power.
A function is a series of programming statements that can be
called by name. Which command is called once when the program 37
starts:
Before your program “code” can be sent to the board, it needs to
be converted into instructions that the board understands. This 37
process is called...
This part is called a
38

If a pin is set to HIGH; it is considered to be ________


38

Writes a HIGH or a LOW value to a digital pin.


37

The pinMode() function configures a pin as either ______or In


________ 34

All programming in a void setup or void loop must take place


between 38

The programming language used by the Arduino microprocessor


is _________? 33

int LED1= 4; What statement is this?


36

int LED1=4; What is 'int= integer' used for?


33

Which term is NOT used in declaration?


38

int LED1=4; Is that necessary to label LED into LED1, LED2, LED3
and so on.... 31

int LED2=8; What is number eight is referring in the coding


above? 37

LED is setup-up to blink. LEDs is an


34

digitalWrite (LED1,HIGH); What does it means by HIGH?


38

delay (1000); 1000 in delay is equivalent to how many second?


36

digitalWrite (LED1, HIGH); delay(1000); digitalWrite (LED1, LOW);


What does the program do? 32

int Led1=4; void setup(){ digitalWrite (LED1, High); } Find the


errors? 28
I use temperature sensor to read the room temperature. How do I
write Temperature Sensor Set-up. void setup() 33
{ _______________________; }
A==7 means
37

What does A&&B mean


38

what is the name of this chip


38

Arduino needs an expert programmer


37

we can program an input without out put for arduino


34

choose the right order


38

what is the main role of this chip


33

arduino has a USB port


38

A micro-controller is...
35

Identify this component


37

What does IDE stand for?


39

A program written with the IDE for Arduino is calle


37

What does this sketch do?


37

A!=3 means
38

What is an electrical circuit?


34

A resistor with color bands: orange, orange, brown, gold is how


many ohms? 37
The (-) column on your breadboard represents the ground.
35

An output is something that happens when a circuit is in use.  An


example of an output is: 37

A push button on a circuit is an ___________


35

What is a Variable?
36

A function is a series of programming statements that can be


called by name. Which command is called once when the program 35
starts:

Total 1790

Player level data in next Sheet!!

Time is represented in GMT+0800


Average Score: 47055

Class Level

James Rey Racho


# Incorrect # Unattempted
( James Rey Racho )

Breadboard / Protoboard
0 0

a light emitting diode


3 1

It controls the flow of


1 1 electricity by lessening it to a
certain amount
variable resistor
4 1

photo
11 0

1 second
0 1

Semicolon ;
0 0

Checks your code for


4 0 mistakes.

13
2 1

loop()
3 0

setup()
2 0
Compile
2 0

Push button
1 0

On
0 1

digitalWrite
1 1

Input or Output
5 0

{ } Curly Braces
0 1

C++
5 1

Declaration
3 0

Numbers
5 1

Output
1 0

NO
7 1

Digital Pin
1 1

Output
5 0

Switch ON
0 1

1s
2 1

LED Switch ON at the


6 1 beginning, wait for 1s and
then switch OFF.
LED 1, HIGH
11 0
pinMode (Tsensor, INPUT);
5 1

A is equal to 7
1 1

It is a logical AND operator


0 1

Arduino
0 1

no
2 0

yes
5 0

input - process - output


0 1

being the brain of the Arduino


6 0

yes
0 1

small computer on a single


4 0 integrated circuit containing a
processor core, memory, and
programmable input/output
Arduino Uno board
2 0 peripherals

Integrated Development
0 0 Environment

Sketch
2 0

This sets up the pin that our


1 1 LED is connected to as an
OUTPUT pin.
A is NOT equal to 3
1 0

An electrical loop with a


4 1 starting point and an ending
point.
330
2 0
True
3 1

All of the answers are correct


1 1

input
4 0

It is a place where you can


2 1 store some data

setup()
3 1

133 27 59350
Mark Bryan Contado Jericho Silla ( Jericho Jefferson Salvador
( Mark Bryan Contado ) Silla ) ( Jefferson Salvador )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

53020 51870 62960


Jan Gabriel Castigador Allen Miguel De
bon villegas ( bon
( Jan Gabriel Guzman ( Allen Miguel
villegas )
Castigador ) De Guzman )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

46920 56640 54270


adhriel danseco Patrick Concepcion Julius Anthony A. Villa (
( adhriel danseco ) ( Patrick Concepcion ) Julius Anthony A. Villa )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

51140 46530 49740


Mark Lawrence
Arvie Alcaraz ( Arvie Crister Palumpon
Lagrimas ( Mark
Alcaraz ) ( Crister Palumpon )
Lawrence Lagrimas )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

52400 59650 56900


Endrew Joseph
britney sinday ( britney Franco Arambulo
Tolentino ( Endrew
sinday ) ( Franco Arambulo )
Joseph Tolentino )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Void Loop Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

digitalWrite Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); PinMode (Tsensor, Input);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

51560 52000 49800


Player Leve
Ericka Mae Rebadajo
Jan Paolo Cortez ( Jan Jonathan Lozano
( Ericka Mae
Paolo Cortez ) ( Jonathan Lozano )
Rebadajo )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

digital pin 13 13

loop() (output) loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 10s and
then switch OFF. then switch OFF. then Switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

51620 47980 47740


Player Level

Angelo Baclaan Alonzo Ramos ( Alonzo Irene Aubrey Floresca (


( Angelo Baclaan ) Ramos ) Irene Aubrey Floresca )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 digital pin 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

Python C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 10s and
then switch OFF. then switch OFF. then Switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, DigitalWrite
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
750 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input command input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

49800 49650 57040


Gerard Kamran
Jerome Olano ( Jerome rachelanne ilarina
Kalambacal ( Gerard
Olano ) ( rachelanne ilarina )
Kamran Kalambacal )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

photo photo potentiometer

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

(input) setup() setup()


Create Sketch Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output High or Low Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1
pinMode (Tsensor, INPUT); PinMode (Tsensor, Input); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino save the programmed input
only

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch IDE error Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True True False

All of the answers are correct All of the answers are correct All of the answers are correct

output input command

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

49920 48290 45340


Buenna Angulo ANCESS CONDEZA Allan Balatan ( Allan
( Buenna Angulo ) ( ANCESS CONDEZA ) Balatan )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor button variable resistor

light potentiometer photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

setup() loop() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWhat digitalWrite

Input or Output Input or Output High or Low

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Combination of Numbers and


Alphabets

Output Output Output

NO NO YES

Digital Pin Digital Pin Digital Pin

Output Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
LED 1, HIGH LED 1, HIGH LED 1, DigitalWrite
pinMode (Tsensor, INPUT); pinMode (Tsensor, OUTPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

no yes yes

input - process - output input - process - output input - process - output

save the programmed input being the brain of the Arduino being the brain of the Arduino
only

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Console

This sets up the pin that our Turns the LED off by writing This sets up the pin that our
LED is connected to as an LOW out on the pin. LED is connected to as an
OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

A circuit that has leds, An electrical loop with a An electrical loop with a
potentiometers, positive and starting point and an ending starting point and an ending
negative volts. point. point.
330 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

47870 44940 44780


Frannz Suaverdez Vince Allen Salvador
Alvin Lim ( Alvin Lim )
( Frannz Suaverdez ) ( Vince Allen Salvador )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light emitting diode

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor variable resistor variable resistor

potentiometer potentiometer photo

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Saves your work.
mistakes. mistakes.

13 13 13

loop() setup() loop()

setup() setup() setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output High or Low Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Combination of Numbers and Numbers Numbers


Alphabets

Output Output Output

NO NO YES

Digital Pin Digital Pin Analog Pin

Output digitalWrite Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch ON. then switch OFF. then switch OFF.
LED 1, HIGH HIGH, Void Setup LED 1, HIGH
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); PinMode (Tsensor, Input);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no no

yes yes yes

input - process - output input - process - output input - process - output

being the brain of the Arduino being the brain of the Arduino being the brain of the Arduino

yes yes yes

small CPU made of transistors small computer on a single portable circuits capable of
and conductors of heat and integrated circuit containing a making other circuits
sound sensor processor core, memory, and
Arduino Uno board programmable input/output Arduino Duo board
Arduino Uno board
peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
500 330 330
True True True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() setup()

43010 47450 41500


Christopher Napoles Will Baulete ( Will Hannah Lagus
( Christopher Napoles ) Baulete ) ( Hannah Lagus )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light a light

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
variable resistor button variable resistor

photo potentiometer LED

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Saves your work. Checks your code for Downloads your code onto
mistakes. the arduino board.

13 13 13

loop() loop() loop()

setup() (input) setup()


Compile Compile Compile

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

High or Low Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

Python Python C++

Declaration Declaration Void Setup

Numbers Numbers Numbers

Output Output Output

YES YES NO

Digital Pin Digital Pin Digital Pin

pinMode Output Output

Switch ON Switch ON Switch ON

1s 1s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch ON. then switch ON.
HIGH, Void Setup LED 1, HIGH LED 1, Void Setup
pinMode (Tsensor, OUTPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no no yes

yes no yes

input - process - output input - process - output input - process - output

there is no role at all being the brain of the Arduino there is no role at all

yes yes yes

small CPU made of transistors small computer on a single small computer on a single
and conductors of heat and integrated circuit containing a integrated circuit containing a
sound sensor processor core, memory, and processor core, memory, and
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a An electrical loop with a An electrical loop with a


starting point and an ending starting point and an ending starting point and an ending
point. point. point.
330 330 330
True False True

All of the answers are correct All of the answers are correct All of the answers are correct

input input input

It is a place where you can It is a place where you can It is a place where you can
store some data store some data store some data

setup() setup() (input)

37660 32900 35390


Raymund Cambronero
Julie-Ann Fabiosa Neziah Estanislao
( Raymund
( Julie-Ann Fabiosa ) ( Neziah Estanislao )
Cambronero )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode a light emitting diode a light

It controls the flow of It controls the flow of It controls the flow of


electricity by lessening it to a electricity by lessening it to a electricity by lessening it to a
certain amount certain amount certain amount
button variable resistor button

LED potentiometer LED

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Checks your code for Checks your code for
mistakes. mistakes. mistakes.

13 13 13

loop() loop() loop()

setup() setup() setup()


Create Sketch Compile Compile

Potentiometer Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces { } Curly Braces { } Curly Braces

Java C++ C++

Void Setup Declaration Declaration

Combination of Numbers and Combination of Numbers and Numbers


Alphabets Alphabets

Output Output Float

NO YES YES

Digital Pin Digital Pin Digital Pin

Output Output pinMode

Switch ON Switch ON Switch ON

10s 60s 1s

LED Switch ON at the LED Switch ON at the LED Switch ON at the


beginning, wait for 1s and beginning, wait for 1s and beginning, wait for 1s and
then switch OFF. then switch OFF. then switch OFF.
DigitalWrite, Void Setup HIGH, Void Setup LED 1
pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT); pinMode (Tsensor, INPUT);

A is equal to 7 A is equal to 7 A is equal to 7

It is a logical AND operator It is a logical AND operator It is a logical AND operator

Arduino Arduino Arduino

no yes no

no no no

input - process - output input - process - output input - process - output

being the brain of the Arduino to heat the board save the programmed input
only

yes yes yes

small computer on a single small computer on a single small computer on a single


integrated circuit containing a integrated circuit containing a integrated circuit containing a
processor core, memory, and processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board programmable input/output
Arduino Uno board
peripherals peripherals peripherals

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

This sets up the pin that our This sets up the pin that our This sets up the pin that our
LED is connected to as an LED is connected to as an LED is connected to as an
OUTPUT pin. OUTPUT pin. OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3 A is equal to 3

A circuit that has leds, A circuit that has leds, A circuit that has leds,
potentiometers, positive and potentiometers, positive and potentiometers, positive and
negative volts. negative volts. negative volts.
330 330 330
True False True

All of the answers are correct All of the answers are correct Light flashing

input input input

It is a place where you can It is a place where you can It is a name given to a special
store some data store some data sub-routine that changes how
the program works
setup() loop() loop()

36000 37810 32440


Erika Nicole Tandoc Juan Migue Dela Cruz (
( Erika Nicole Tandoc ) Juan Migue Dela Cruz )

Breadboard / Protoboard Breadboard / Protoboard

a light emitting diode No response

It increases the power of a No response


circuit

variable resistor No response

light photo

1 second No response

Semicolon ; Semicolon ;

Downloads your code onto Checks your code for


the arduino board. mistakes.

13 No response

loop() loop()

setup() setup()
Compile Compile

Push button Push button

On No response

digitalWrite No response

High or Low Input or Output

{ } Curly Braces No response

Python No response

Declaration Declaration

Combination of Numbers and No response


Alphabets

Output Output

YES No response

Digital Pin No response

digitalWrite Output

Switch ON No response

1s No response

LED Switch ON at the No response


beginning, wait for 10s and
then Switch OFF.
DigitalWrite, HIGH HIGH, Void Setup
pinMode (Tsensor, INPUT); No response

7 is assigned as an int A No response

It is a logical AND operator No response

Arduino No response

no no

yes yes

input - process - output No response

being the brain of the Arduino being the brain of the Arduino

yes No response

portable circuits capable of small computer on a single


making other circuits integrated circuit containing a
processor core, memory, and
Arduino Duo board programmable input/output
Arduino Uno board
peripherals

Integrated Development Integrated Development


Environment Environment

Sketch Sketch

This sets up the pin that our No response


LED is connected to as an
OUTPUT pin.
A is NOT equal to 3 A is NOT equal to 3

An electrical loop with a No response


starting point and an ending
point.
330 330
True No response

All of the answers are correct No response

command input

It is a name given to a special No response


sub-routine that changes how
the program works
setup() No response

31490 19800
Quizizz: IT202-MIDTERM EXAM
Quiz started on: Mon 10, Aug 07:31 PM Total Attendance: 39 Average Score: 47055

Players Score Accuracy Started At


James Rey Racho
( James Rey Racho )
59350 100% Mon 10, Aug 02:46 PM
Mark Bryan Contado
( Mark Bryan 53020 100% Mon 10, Aug 12:08 PM
Contado )
Jericho Silla ( Jericho
Silla )
51870 100% Mon 10, Aug 12:01 PM

Jefferson Salvador
( Jefferson Salvador ) 62960 100% Mon 10, Aug 12:51 PM

bon villegas ( bon


villegas )
46920 100% Mon 10, Aug 04:09 PM
Jan Gabriel
Castigador ( Jan 56640 100% Tue 11, Aug 03:07 AM
Gabriel Castigador )
Allen Miguel De
Guzman ( Allen 54270 100% Mon 10, Aug 12:59 PM
Miguel De Guzman )
adhriel danseco
( adhriel danseco )
51140 100% Mon 10, Aug 12:59 PM

Patrick Concepcion
( Patrick Concepcion ) 46530 100% Mon 10, Aug 12:18 PM
Julius Anthony A.
Villa ( Julius Anthony 49740 100% Mon 10, Aug 11:34 AM
A. Villa )
Arvie Alcaraz ( Arvie
Alcaraz )
52400 100% Tue 11, Aug 02:33 AM

Crister Palumpon
( Crister Palumpon )
59650 100% Tue 11, Aug 04:40 AM
Mark Lawrence
Lagrimas ( Mark 56900 100% Mon 10, Aug 12:06 PM
Lawrence Lagrimas )
britney sinday
( britney sinday ) 51560 98% Mon 10, Aug 01:43 PM

Franco Arambulo
( Franco Arambulo )
52000 98% Mon 10, Aug 11:35 AM
Endrew Joseph
Tolentino ( Endrew 49800 98% Mon 10, Aug 02:57 PM
Joseph Tolentino )
Jan Paolo Cortez ( Jan
Paolo Cortez )
51620 98% Mon 10, Aug 03:25 PM
Ericka Mae Rebadajo
( Ericka Mae 47980 98% Mon 10, Aug 12:28 PM
Rebadajo )
Jonathan Lozano
( Jonathan Lozano )
47740 98% Mon 10, Aug 11:35 AM

Angelo Baclaan
( Angelo Baclaan ) 49800 96% Mon 10, Aug 01:56 PM

Alonzo Ramos
( Alonzo Ramos )
49650 96% Mon 10, Aug 01:50 PM
Irene Aubrey Floresca
( Irene Aubrey 57040 96% Mon 10, Aug 12:51 PM
Floresca )
Jerome Olano
( Jerome Olano ) 49920 94% Mon 10, Aug 11:59 AM
Gerard Kamran
Kalambacal ( Gerard 48290 94% Mon 10, Aug 12:08 PM
Kamran Kalambacal )
rachelanne ilarina
( rachelanne ilarina ) 45340 90% Mon 10, Aug 02:04 PM

Buenna Angulo
( Buenna Angulo )
47870 90% Mon 10, Aug 01:10 PM

ANCESS CONDEZA
( ANCESS CONDEZA )
44940 90% Mon 10, Aug 12:51 PM

Allan Balatan ( Allan


Balatan )
44780 90% Mon 10, Aug 12:05 PM

Frannz Suaverdez
( Frannz Suaverdez )
43010 90% Mon 10, Aug 02:42 PM

Alvin Lim ( Alvin Lim ) 47450 90% Mon 10, Aug 12:44 PM

Vince Allen Salvador (


Vince Allen Salvador )
41500 88% Mon 10, Aug 11:35 AM

Christopher Napoles (
Christopher Napoles )
37660 82% Mon 10, Aug 01:49 PM

Will Baulete ( Will


Baulete )
32900 82% Mon 10, Aug 01:21 PM

Hannah Lagus
( Hannah Lagus )
35390 82% Mon 10, Aug 12:45 PM
Julie-Ann Fabiosa
( Julie-Ann Fabiosa )
36000 78% Mon 10, Aug 12:09 PM

Neziah Estanislao
( Neziah Estanislao )
37810 78% Mon 10, Aug 12:57 PM
Raymund
Cambronero
( Raymund 32440 72% Mon 10, Aug 11:36 AM
Cambronero
Erika Nicole Tandoc)
( Erika Nicole 31490 70% Mon 10, Aug 12:25 PM
Tandoc )
Juan Migue Dela Cruz
( Juan Migue Dela 19800 44% Tue 11, Aug 11:36 AM
Cruz )

Time is represented in GMT+0800


erage Score: 47055

Info

Chrome on Other

Opera Mobile on Generic Smartphone

Chrome on Other

Chrome on Other

Chrome on Other

Quizizz App v4.27 on CPH1911

Chrome on Other

Chrome on Other

Chrome on Other

Quizizz App v4.31 on ASUS_X00TDB

Quizizz App v4.27 on SM-A600G

Chrome on Other

Chrome on Other

Quizizz App v4.27 on SM-C710F

Chrome on Other
Chrome on Other

Quizizz App v4.27 on vivo 1915

Facebook on ANE-LX2J

Chrome on Other

Quizizz App v4.27 on VOG-L29

Quizizz App v4.27 on SM-G610Y

Quizizz App v4.31 on iPhone

Chrome on Other

Firefox on Other

Quizizz App v4.27 on CPH1853

Quizizz App v4.31 on iPhone 8 Plus

Chrome on Other

Facebook on VTR-L29

Chrome on Other

Quizizz App v4.27 on vivo 1811

Opera on Other

Chrome on Other

Facebook on XiaoMi Redmi 7

Facebook on vivo $2
Facebook on Samsung SM-A205GN

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy