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

Quizizz: IT202-MIDTERM EXAM

Quiz started on: Tue 11, Aug 06:35 PM Total Attendance: 68 Average Score: 56374

Class Level
Questions
# Correct

Identify this component


68

What is an LED?
67

Why is a resistor important?


67

A potentiometer is also known as a ___________________


67

The resistor that changes resistance based on how much light it


receives is called a _________ . resistor. 64

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


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

Which symbol ends a statement?


68

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


code? 65

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


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

A function is a series of programming statements that can be


called by name. Which command is called repetitively over and 68
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 67
starts:
Before your program “code” can be sent to the board, it needs to
be converted into instructions that the board understands. This 66
process is called...
This part is called a
68

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


68

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


68

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


________ 68

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


between 66

The programming language used by the Arduino microprocessor


is _________? 67

int LED1= 4; What statement is this?


67

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


68

Which term is NOT used in declaration?


67

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

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


above? 64

LED is setup-up to blink. LEDs is an


63

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


68

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


67

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


What does the program do? 66

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


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

What does A&&B mean


68

what is the name of this chip


68

Arduino needs an expert programmer


68

we can program an input without out put for arduino


65

choose the right order


67

what is the main role of this chip


65

arduino has a USB port


68

A micro-controller is...
66

Identify this component


66

What does IDE stand for?


68

A program written with the IDE for Arduino is calle


66

What does this sketch do?


62

A!=3 means
66

What is an electrical circuit?


64

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


many ohms? 63
The (-) column on your breadboard represents the ground.
65

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


example of an output is: 67

A push button on a circuit is an ___________


65

What is a Variable?
67

A function is a series of programming statements that can be


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

Total 3313

Player level data in next Sheet!!

Time is represented in GMT+0800


Average Score: 56374

Class Level
Allen Miguel De
# Incorrect # Unattempted Guzman ( Allen Miguel
De Guzman )

Breadboard / Protoboard
0 0

a light emitting diode


1 0

It controls the flow of


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

photo
4 0

1 second
0 0

Semicolon ;
0 0

Checks your code for


3 0 mistakes.

13
1 0

loop()
0 0

setup()
1 0
Compile
2 0

Push button
0 0

On
0 0

digitalWrite
0 0

Input or Output
0 0

{ } Curly Braces
2 0

C++
1 0

Declaration
1 0

Numbers
0 0

Output
1 0

NO
5 0

Digital Pin
4 0

Output
5 0

Switch ON
0 0

1s
1 0

LED Switch ON at the


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

A is equal to 7
1 0

It is a logical AND operator


0 0

Arduino
0 0

no
0 0

yes
3 0

input - process - output


1 0

being the brain of the Arduino


3 0

yes
0 0

small computer on a single


2 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


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

An electrical loop with a


4 0 starting point and an ending
point.
330
5 0
True
3 0

All of the answers are correct


1 0

input
3 0

It is a place where you can


1 0 store some data

setup()
1 0

87 0 61660
Raymund Cambronero
adhriel danseco Jeremy Royce Ramos (
( Raymund
( adhriel danseco ) Jeremy Royce Ramos )
Cambronero )

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()

60840 61090 55710


Patrick Concepcion Arianne Nieva ( Arianne Rhema Miranda
( Patrick Concepcion ) Nieva ) ( Rhema Miranda )

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()

58050 57410 59720


jerome PANAGSAGAN
britney sinday ( britney James Rey Racho
( jerome
sinday ) ( James Rey Racho )
PANAGSAGAN )

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()

61930 60860 62950


Clarence David Ross
rachelanne ilarina Irene Aubrey Floresca (
Villa ( Clarence David
( rachelanne ilarina ) Irene Aubrey Floresca )
Ross Villanueva )

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()

58430 60730 59090


Maynard Mortel Franco Arambulo Crister Palumpon
( Maynard Jay M ) ( Franco Arambulo ) ( Crister Palumpon )

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()

60120 63990 62640


Alonzo Ramos ( Alonzo Luke Toledo ( Luke
Alvin Lim ( Alvin Lim )
Ramos ) Toledo )

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()

59110 58720 55820


Renz Godfrey Prepose
John Richard Dado Jan Paolo Cortez ( Jan
( Renz Godfrey
( John Richard Dado ) Paolo Cortez )
Prepose )

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()

57580 59940 62010


Mhiguel Rovy De Nava
Christopher Napoles Mark Bryan Contado
( Mhiguel Rovy De
( Christopher Napoles ) ( Mark Bryan Contado )
Nava )

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()

61460 60860 63850


Jericho Silla ( Jericho Frannz Suaverdez Christian Ascaño
Silla ) ( Frannz Suaverdez ) ( Christian Ascaño )

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()

56910 60140 57810


Mark Lawrence
Ken Nakata ( Ken Jefferson Salvador
Lagrimas ( Mark
Nakata ) ( Jefferson Salvador )
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()

62220 59970 62190


Player Level
Jan Gabriel Castigador
Julius Anthony A. Villa ( Carl Jayson Angeles
( Jan Gabriel
Julius Anthony A. Villa ) ( Carl Jayson Angeles )
Castigador )

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()

64260 57790 52450


Player Level
Alexandra Loreinne
Buenna Angulo Joseph Arias ( Joseph
Guzman ( Alexandra
( Buenna Angulo ) Arias )
Loreinne 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()

59480 61820 62920


Angelo Baclaan JUSTINE VERGARA Jerome Olano ( Jerome
( Angelo Baclaan ) ( JUSTINE VERGARA ) Olano )

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()

61700 58280 58970


NORMAN CABILING Juan Migue Dela Cruz ( Julie Ann Cosico ( Julie
( NORMAN CABILING ) Juan Migue Dela Cruz ) Ann Cosico )

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()

63790 58180 62420


Chad Andrei Gerard Kamran
Arvie Alcaraz ( Arvie
Pagtalunan ( Chad Kalambacal ( Gerard
Alcaraz )
Andrei Pagtalunan ) 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 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()

61290 59680 59820


Endrew Joseph Carmela Marie Trinidad
Vince Allen Salvador
Tolentino ( Endrew ( Carmela Marie
( Vince Allen Salvador )
Joseph Tolentino ) Trinidad )

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 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()


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, DigitalWrite, HIGH LED 1, HIGH
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 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()

55440 57820 56260


Neziah Estanislao bon villegas ( bon Erika Nicole Tandoc
( Neziah Estanislao ) villegas ) ( Erika Nicole Tandoc )

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

5V 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 10s 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 A circuit that has leds,
starting point and an ending starting point and an ending potentiometers, positive and
point. point. negative volts.
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()

57490 49750 53530


Ryan Jay Cimafranca Ericka Mae Rebadajo
Allan Balatan ( Allan
( Ryan Jay ( Ericka Mae
Balatan )
Cimafranca ) 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.

13 13 13

loop() loop() loop()

setup() setup() loop()


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 DigitalWrite, HIGH LED 1, HIGH
PinMode (Tsensor, Input); pinMode (Tsensor, INPUT); pinMode (Tsensor, OUTPUT);

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 process - output - input 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()

56190 52600 47040


ANCESS CONDEZA Martin Rama ( Martin Julie-Ann Fabiosa
( ANCESS CONDEZA ) Rama ) ( Julie-Ann Fabiosa )

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 () Brackets

C++ C++ Java

Declaration Declaration Void Loop

Numbers Numbers Numbers

Output Output Output

NO NO NO

Digital Pin 5V Digital 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 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 Duo 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
INPUT 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()

55440 51150 50400


Dione Rose Ann Lopez
Crisjahn Perez Aivan Opida ( Aivan
( Dione Rose Ann
( Crisjahn Perez ) Opida )
Lopez )

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.
DigitalWrite DigitalWrite, Void Setup LED 1, HIGH
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 no

yes yes no

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 portable circuits capable of


integrated circuit containing a integrated circuit containing a making other circuits
processor core, memory, and processor core, memory, and
programmable input/output
Arduino Uno board programmable input/output Arduino Uno board
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
INPUT pin OUTPUT pin. INPUT 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 750 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() setup()

47910 48540 40920


Gabriel Andre Tagawa ( Jervie San Diego Daven Wartt Hernani
Gabriel Andre Tagawa ) ( Jervie San Diego ) ( Daven Wartt Hernani )

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 Create Sketch 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 YES YES

Digital Pin Digital Pin Analog Pin

Output Output digitalWrite

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);

7 is assigned as an int A 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 portable circuits capable of small computer on a single


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

Integrated Development Integrated Development Integrated Development


Environment Environment Environment

Sketch Sketch Sketch

Turns the LED off by writing This sets up the pin that our This sets up the pin that our
LOW out on the pin. LED is connected to as an 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

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 500 750
True True True

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

input output 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

loop() setup() setup()

51710 45140 42380


Will Baulete ( Will rustin bernardo ( rustin
Axel Suyo ( Axel Suyo )
Baulete ) bernardo )

Breadboard / Protoboard Breadboard / Protoboard Breadboard / Protoboard

a light 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

photo LED potentiometer

1 second 1 second 1 second

Semicolon ; Semicolon ; Semicolon ;

Checks your code for Downloads your code onto Checks to see if the arduino is
mistakes. the arduino board. connected to the computer.

13 13 13

loop() loop() loop()

setup() setup() setup()


Compile Compile Serial Monitor

Push button Push button Push button

On On On

digitalWrite digitalWrite digitalWrite

Input or Output Input or Output Input or Output

{ } Curly Braces () Brackets { } Curly Braces

C++ C++ C++

Declaration Declaration Declaration

Numbers Numbers Numbers

Output Output Output

YES YES YES

Digital Pin Digital Pin Analog Pin

pinMode Output pinMode

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 ON.
LED 1, HIGH LED 1, Void Setup 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

no 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 Sketch IDE error

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

A circuit that has leds, A circuit that has leds, An electrical loop with a
potentiometers, positive and potentiometers, positive and starting point and an ending
negative volts. negative volts. point.
330 330 750
False True 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 in your code that It is a place where you can
store some data changes store some data

setup() setup() setup()

40880 43200 32590


Krishane Dulay
( Krishane Dulay )

Breadboard / Protoboard

a light emitting diode

It increases the power of a


circuit

variable resistor

LED

1 second

Semicolon ;

Downloads your code onto


the arduino board.

100

loop()

setup()
Compile

Push button

On

digitalWrite

Input or Output

{ } Curly Braces

C++

Declaration

Numbers

Float

NO

Digital Pin

digitalWrite

Switch ON

10s

LED Switch ON at the


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

A is equal to 7

It is a logical AND operator

Arduino

no

no

input - process - output

save the programmed input


only

yes

small computer on a single


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

Integrated Development
Environment

Editor

This sets up the pin that our


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

A circuit that has leds,


potentiometers, positive and
negative volts.
500
False

All of the answers are correct

command

It is a place where you can


store some data

setup()

30420
Quizizz: IT202-MIDTERM EXAM
Quiz started on: Tue 11, Aug 06:35 PM Total Attendance: 68 Average Score: 56374

Players Score Accuracy Started At


Allen Miguel De
Guzman ( Allen 61660 100% Tue 11, Aug 01:03 PM
Miguel De Guzman )
Raymund
Cambronero
( Raymund 60840 100% Tue 11, Aug 01:15 PM
Cambronero )
adhriel danseco
( adhriel danseco )
61090 100% Tue 11, Aug 06:15 PM
Jeremy Royce Ramos
( Jeremy Royce 55710 100% Tue 11, Aug 10:36 AM
Ramos )
Patrick Concepcion
( Patrick Concepcion )
58050 100% Tue 11, Aug 01:21 PM

Arianne Nieva
( Arianne Nieva )
57410 100% Tue 11, Aug 12:14 PM

Rhema Miranda
( Rhema Miranda ) 59720 100% Tue 11, Aug 01:18 PM

britney sinday
( britney sinday )
61930 100% Tue 11, Aug 03:26 PM
jerome
PANAGSAGAN
( jerome 60860 100% Wed 12, Aug 06:42 AM
PANAGSAGAN )
James Rey Racho
( James Rey Racho )
62950 100% Tue 11, Aug 04:19 PM

rachelanne ilarina
( rachelanne ilarina )
58430 100% Tue 11, Aug 01:15 PM
Irene Aubrey Floresca
( Irene Aubrey 60730 100% Tue 11, Aug 05:41 PM
Floresca )
Clarence David Ross
Villa ( Clarence David 59090 100% Tue 11, Aug 11:09 AM
Ross Villanueva )
Maynard Mortel
( Maynard Jay M ) 60120 100% Tue 11, Aug 01:35 PM

Franco Arambulo
( Franco Arambulo )
63990 100% Tue 11, Aug 02:17 PM
Crister Palumpon
( Crister Palumpon )
62640 100% Tue 11, Aug 06:11 PM

Alonzo Ramos
( Alonzo Ramos )
59110 100% Tue 11, Aug 01:06 PM

Luke Toledo ( Luke


Toledo ) 58720 100% Tue 11, Aug 03:01 PM

Alvin Lim ( Alvin Lim ) 55820 100% Tue 11, Aug 12:14 PM

John Richard Dado


( John Richard Dado ) 57580 100% Tue 11, Aug 11:31 AM
Renz Godfrey
Prepose ( Renz 59940 100% Tue 11, Aug 10:57 AM
Godfrey Prepose )
Jan Paolo Cortez ( Jan
Paolo Cortez )
62010 100% Tue 11, Aug 12:13 PM

Christopher Napoles (
Christopher Napoles ) 61460 100% Tue 11, Aug 12:15 PM
Mhiguel Rovy De
Nava ( Mhiguel Rovy 60860 100% Tue 11, Aug 11:19 AM
De Nava )
Mark Bryan Contado
( Mark Bryan 63850 100% Wed 12, Aug 08:29 AM
Contado )
Jericho Silla ( Jericho
Silla )
56910 100% Tue 11, Aug 01:45 PM

Frannz Suaverdez
( Frannz Suaverdez )
60140 100% Tue 11, Aug 01:00 PM

Christian Ascaño
( Christian Ascaño )
57810 100% Wed 12, Aug 04:11 AM

Ken Nakata ( Ken


Nakata )
62220 100% Tue 11, Aug 12:57 PM
Mark Lawrence
Lagrimas ( Mark 59970 100% Tue 11, Aug 12:59 PM
Lawrence Lagrimas )
Jefferson Salvador
( Jefferson Salvador )
62190 100% Tue 11, Aug 12:11 PM
Jan Gabriel
Castigador ( Jan 64260 100% Tue 11, Aug 01:47 PM
Gabriel Castigador )
Julius Anthony A.
Villa ( Julius Anthony 57790 100% Tue 11, Aug 12:26 PM
A. Villa )
Carl Jayson Angeles
( Carl Jayson 52450 100% Tue 11, Aug 11:08 AM
Angeles )
Alexandra Loreinne
Guzman ( Alexandra 59480 100% Tue 11, Aug 11:47 AM
Loreinne Guzman )
Buenna Angulo
( Buenna Angulo )
61820 100% Tue 11, Aug 01:33 PM

Joseph Arias ( Joseph


Arias ) 62920 100% Tue 11, Aug 11:00 AM

Angelo Baclaan
( Angelo Baclaan )
61700 100% Tue 11, Aug 12:15 PM

JUSTINE VERGARA
( JUSTINE VERGARA ) 58280 100% Tue 11, Aug 11:23 AM

Jerome Olano
( Jerome Olano )
58970 100% Wed 12, Aug 05:41 AM
NORMAN CABILING
( NORMAN 63790 100% Tue 11, Aug 11:36 AM
CABILING )
Juan Migue Dela Cruz
( Juan Migue Dela 58180 100% Tue 11, Aug 11:51 AM
Cruz )
Julie Ann Cosico
( Julie Ann Cosico )
62420 100% Tue 11, Aug 01:08 PM

Arvie Alcaraz ( Arvie


Alcaraz ) 61290 100% Tue 11, Aug 06:46 PM
Chad Andrei
Pagtalunan ( Chad 59680 100% Tue 11, Aug 01:28 PM
Andrei Pagtalunan )
Gerard Kamran
Kalambacal ( Gerard 59820 100% Wed 12, Aug 08:29 AM
Kamran Kalambacal )
Endrew Joseph
Tolentino ( Endrew 55440 98% Tue 11, Aug 02:48 PM
Joseph Tolentino )
Vince Allen Salvador (
Vince Allen Salvador )
57820 98% Tue 11, Aug 12:41 PM
Carmela Marie
Trinidad ( Carmela 56260 98% Tue 11, Aug 11:51 AM
Marie Trinidad )
Neziah Estanislao
( Neziah Estanislao )
57490 98% Tue 11, Aug 01:37 PM

bon villegas ( bon


villegas )
49750 98% Tue 11, Aug 02:26 PM
Erika Nicole Tandoc
( Erika Nicole 53530 98% Wed 12, Aug 05:06 AM
Tandoc )
Allan Balatan ( Allan
Balatan )
56190 98% Tue 11, Aug 12:59 PM
Ryan Jay Cimafranca (
Ryan Jay Cimafranca )
52600 96% Tue 11, Aug 12:03 PM
Ericka Mae Rebadajo
( Ericka Mae 47040 96% Tue 11, Aug 01:04 PM
Rebadajo )
ANCESS CONDEZA
( ANCESS CONDEZA ) 55440 96% Tue 11, Aug 12:13 PM

Martin Rama ( Martin


Rama )
51150 96% Tue 11, Aug 12:14 PM

Julie-Ann Fabiosa
( Julie-Ann Fabiosa ) 50400 94% Tue 11, Aug 12:58 PM
Dione Rose Ann
Lopez ( Dione Rose 47910 94% Wed 12, Aug 09:10 AM
Ann Lopez )
Crisjahn Perez
( Crisjahn Perez )
48540 94% Wed 12, Aug 09:05 AM

Aivan Opida ( Aivan


Opida ) 40920 94% Tue 11, Aug 12:47 PM
Gabriel Andre
Tagawa ( Gabriel 51710 94% Wed 12, Aug 06:34 AM
Andre Tagawa )
Jervie San Diego
( Jervie San Diego ) 45140 90% Tue 11, Aug 01:07 PM
Daven Wartt Hernani
( Daven Wartt 42380 86% Tue 11, Aug 03:29 PM
Hernani )
Will Baulete ( Will
Baulete )
40880 84% Tue 11, Aug 12:17 PM

Axel Suyo ( Axel


Suyo )
43200 82% Wed 12, Aug 05:48 AM

rustin bernardo
( rustin bernardo )
32590 74% Wed 12, Aug 06:02 AM

Krishane Dulay
( Krishane Dulay ) 30420 70% Tue 11, Aug 11:26 AM

Time is represented in GMT+0800


rage Score: 56374

Info

Chrome on Other

Chrome on Other

Samsung Internet on Samsung SM-


A715F

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Quizizz App v4.27 on SM-C710F

Chrome on Other

Chrome on Other

Quizizz App v4.27 on CPH1853

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other
Chrome on Other

Quizizz App v4.27 on SM-G610Y

Chrome on Other

Quizizz App v4.27 on vivo 1811

Chrome Mobile on Generic


Smartphone
Chrome Mobile on Generic
Smartphone

Quizizz App v4.27 on vivo 1915

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Quizizz App v4.27 on SM-A705MN

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Quizizz App v4.32 on ASUS_X00TDB

Chrome Mobile on Generic


Smartphone
Chrome on Other

Quizizz App v4.31 on iPhone 8 Plus

Chrome on Other

Chrome on Other

Chrome on Other

Facebook on Samsung SM-G611F

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Chrome on Other

Firefox on Other

Chrome on Other

Opera on Other

Quizizz App v4.27 on Redmi Note 7

Facebook on vivo $2

Chrome on Other

Chrome on Other

Facebook on VTR-L29
Chrome on Other

Facebook on ANE-LX2J

Chrome on Other

Chrome on Other

Facebook on Samsung SM-A205GN

Chrome Mobile on Samsung SM-N910C

Quizizz App v4.27 on CPH1937

Chrome on Other

Chrome on Other

Chrome Mobile on Generic


Smartphone

Chrome on Other

Facebook on XiaoMi Redmi 7

Facebook on Generic Smartphone

Facebook on Samsung SM-A720F

Quizizz App v4.27 on A1601

You might also like