
DT 8th Computer Science

Quiz
•
Computers
•
8th Grade
•
Hard

Miss T
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a block-based program, an "if-then" block is used to control an LED. The block is as follows:
If the light is greater than 500, then turn on the LED.
What will happen if the light is less than 500?
The LED will turn on
The LED will turn off
Nothing will happen
The program will stop
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In an Arduino program, a PIR motion sensor is used to detect movement. The program code is as follows:
if (movement == HIGH) { activateAlarm(); }
What does the condition "movement == HIGH" mean?
There is no movement
Movement has been detected
The alarm is deactivated
The sensor is broken
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In an Arduino project, a light sensor (LDR) is used to detect light intensity. The program code is as follows:
if (light < 300) { turnOnLED(); }
What will happen if the light intensity is greater than 300?
The LED will turn on
The LED will turn off
The LED will blink
Nothing will happen
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a block-based program, a "repeat" block is used to execute a set of instructions multiple times.
The block is as follows: Repeat 5 times {turn on the LED}
What will happen after the instructions are executed 5 times?
The LED will turn off
The LED will turn on permanently
The program will stop
The instructions will be executed again
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In an Arduino project, a light sensor is used to control an LED. The program code is as follows:
if (light > 500) { digitalWrite(LED, HIGH); }
What will happen if the value of "light" is 300?
The LED will turn on
The LED will turn off
Nothing will happen
The program will stop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a block-based program, an "if-then" block is used to control a motor. The block is as follows:
If the temperature is greater than 30, then turn on the motor.
What will happen if the temperature is 25?
The motor will turn on
The motor will turn off
Nothing will happen
The program will stop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a block-based program, a "wait" block is used to pause the program for a certain amount of time.
The block is as follows: Wait 2 seconds.
What will happen after 2 seconds have passed?
The program will stop
The program will continue running
The instructions will be executed again
The LED will turn on permanently
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Lesson 2 Formative Assessment

Quiz
•
6th - 8th Grade
12 questions
Scratch Beginner Level

Quiz
•
3rd - 10th Grade
14 questions
LocoRobo LEDs

Quiz
•
5th - 12th Grade
10 questions
Maths in Python (EduBlocks)

Quiz
•
6th - 9th Grade
13 questions
Program Development - Python: Errors

Quiz
•
8th - 10th Grade
15 questions
8.1 Microbits Plenary

Quiz
•
8th Grade
15 questions
Micro:bit Quiz Homework Michaelmas I

Quiz
•
6th - 8th Grade
12 questions
04 Traffic Lights (PICO)

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade
21 questions
Gear Ratio Practice

Quiz
•
6th - 8th Grade