Codify: Code Pioneers

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
Codify undefined
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
OPEN ENDED QUESTION
10 mins • 5 pts
Write the HTML code to display a heading, a paragraph, and a list of your favorite hobbies.
Evaluate responses using AI:
OFF
2.
OPEN ENDED QUESTION
10 mins • 5 pts
Design an algorithm to calculate the sum of numbers in a list.
Input: [1, 2, 3, 4]
Evaluate responses using AI:
OFF
3.
MULTIPLE CHOICE QUESTION
10 mins • 5 pts
In a 2D game, a sprite moves up, down, left, or right based on the arrow keys pressed. Which logic best controls the sprite’s movement?
if (key === "ArrowUp") moveUp();
if (key === "ArrowDown") moveDown();
if (key === "ArrowLeft") moveLeft();
if (key === "ArrowRight") moveRight();
if (key === "Up") moveUp();
else if (key === "Down") moveDown(); else moveRandom();
for (let i = 0; i < keys.length; i++) { if (keys[i] === "ArrowUp") moveUp(); }
None
4.
MULTIPLE CHOICE QUESTION
10 mins • 5 pts
You have a database table Students with the following columns:
ID
Name
Grade
Which SQL query is used to retrieve the names of all students who scored above 80.
SELECT Name FROM Students WHERE Grade > 80;
SELECT Name, Grade FROM Students;
SELECT * FROM Students WHERE Grade >= 80;
DELETE FROM Students WHERE Grade > 80;
5.
MULTIPLE CHOICE QUESTION
10 mins • 5 pts
What will the following Python code output?
def greet(name, age=10): print(f"Hello {name}, you are {age} years old.") greet("Ali")
Hello Ali, you are 10 years old.
Hello Ali, you are unknown years old.
Hello Ali, you are None years old.
Error
Similar Resources on Wayground
10 questions
Working In Spreadsheets

Quiz
•
9th - 12th Grade
10 questions
Scratch

Quiz
•
KG - Professional Dev...
10 questions
Microsoft Word 1st Quiz

Quiz
•
11th Grade
10 questions
Lesson 9 Advanced Compositing

Quiz
•
9th - 12th Grade
5 questions
MOTION BLOCKS (UP, DOWN, LEFT, RIGHT) IN MBLOCK

Quiz
•
10th Grade
10 questions
Year 8 Keep it safe 2

Quiz
•
6th - 10th Grade
10 questions
LUA Test

Quiz
•
9th Grade - University
10 questions
2018-09-04 Photoshop Basics Review

Quiz
•
7th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade