

G10 W3 Revision for Ongoing Task 1 Term 3
Presentation
•
Computers
•
10th Grade
•
Practice Problem
•
Easy
Hassan Abdalla Ali Hassan .
Used 2+ times
FREE Resource
17 Slides • 21 Questions
1
2
3
4
5
Multiple Choice
What is the first step in designing an algorithm?
Generate recommendations
Collect data
Define the problem
Design the user interface
6
Multiple Choice
What is the correct order of steps in a basic algorithm?
Output → Process → Input
Input → Process → Output
Process → Input → Output
Data → Compare → Output
7
8
Multiple Choice
How does an algorithm determine which route is best?
It randomly selects any route
It compares routes based on time, distance, and traffic
It always chooses the shortest distance
It always chooses the route with no tolls
9
Multiple Choice
A navigation app shows three routes. Route A: 20 minutes heavy traffic, Route B: 25 minutes light traffic, Route C: 30 minutes light traffic. Which will the algorithm likely choose?
Route A
Route B
Route C
Any route randomly
10
11
Multiple Choice
What is phishing?
A type of computer virus
A fake email designed to trick you into sharing personal information
A security software program
A type of encryption
12
Multiple Choice
Which UAE organization works to protect citizens from cyber threats?
Dubai Tourism
RTA
UAE Cybersecurity Council
DEWA
13
14
Multiple Choice
What is the main role of AI algorithms in cybersecurity?
To slow down internet speed
To detect unusual activity and block threats
To create stronger passwords
To design new apps
15
Multiple Choice
How do AI algorithms learn to recognize new cyber threats?
They forget old attacks
They learn from past attacks to identify patterns
They only use real-time data
They do not learn or improve
16
17
Multiple Choice
What does "Input" mean in an algorithm?
The final result shown to the user
The information given to the algorithm to start working
The step where data is processed
The comparison of different options
18
Multiple Choice
What type of data do AI security algorithms monitor to detect threats?
Only email subject lines
Social media posts only
Network traffic, emails, and system logs
Weather data
19
20
Multiple Choice
Q1 The final step in a navigation algorithm is to provide the user with the fastest route suggestion.
True
False
21
Multiple Choice
Q2 Algorithms only use one type of data to make decisions.
True
False
22
Multiple Choice
Q3 Phishing emails always look fake and are easy to spot.
True
False
23
24
Multiple Choice
Q4 Ransomware targets only individual users, not organizations.
True
False
25
Multiple Choice
Q5 The UAE uses AI-powered cybersecurity centers to monitor government networks.
True
False
26
27
Multiple Choice
Look at this code:
let route1 = {time: 25, traffic: "heavy", toll: "yes"};
let route2 = {time: 30, traffic: "moderate", toll: "no"};
let bestRoute = route2;
console.log("Route time: " + bestRoute.time);
What will be displayed?
Route time: 25
Route time: 30
Route time: moderate
28
29
Multiple Choice
Look at this code:
let email = "Click here to verify your account";
let risk = "low";
if (email.includes("click here")) {
risk = "high";
}
console.log("Risk: " + risk);
What will be displayed?
Risk: low
Risk: high
Risk: click here
30
31
Multiple Choice
Look at this code:
let suspiciousCount = 0;
if (email.includes("urgent")) suspiciousCount++;
if (email.includes("password")) suspiciousCount++;
if (email.includes("click here")) suspiciousCount++;
console.log("Total: " + suspiciousCount);
If email contains "urgent" and "click here", what will be displayed?
Total: 1
Total: 2
Total: 3
32
33
Multiple Choice
Look at this code:
function checkRisk(email) {
if (email.includes("bank") || email.includes("payment")) {
return "high"; }
return "low"; }
let result = checkRisk("Please update your payment info");
console.log(result);
What will be displayed?
high
low
payment
34
35
Multiple Choice
Look at this code:
let routes = [
{time: 15, toll: "yes"},
{time: 20, toll: "no"},
{time: 25, toll: "no"} ];
let best = routes[1];
console.log(best.time);
What will be displayed?
15
20
25
36
37
Fill in the Blanks
Type answer...
38
Show answer
Auto Play
Slide 1 / 38
SLIDE
Popular Resources on Wayground
16 questions
Grade 3 Simulation Assessment 2
Quiz
•
3rd Grade
19 questions
HCS Grade 5 Simulation Assessment_1 2526sy
Quiz
•
5th Grade
10 questions
Cinco de Mayo Trivia Questions
Interactive video
•
3rd - 5th Grade
17 questions
HCS Grade 4 Simulation Assessment_2 2526sy
Quiz
•
4th Grade
24 questions
HCS Grade 5 Simulation Assessment_2 2526sy
Quiz
•
5th Grade
13 questions
Cinco de mayo
Interactive video
•
6th - 8th Grade
20 questions
Math Review
Quiz
•
3rd Grade
30 questions
GVMS House Trivia 2026
Quiz
•
6th - 8th Grade