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
Lesson 9 Advanced Compositing

Quiz
•
9th - 12th Grade
10 questions
Evaluasi Javascript 3

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

Quiz
•
10th Grade
10 questions
Quiz_Baba

Quiz
•
9th - 12th Grade
10 questions
Quiz 2: Introduction to PHP

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

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

Quiz
•
7th - 12th Grade
5 questions
Codify: Code Pioneers

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade