
Mathematics Quizs

Quiz
•
Computers
•
10th Grade
•
Hard
Wayground Content
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Karel the Dog is instructed to move forward two spaces. Then, if Karel is standing on a ball, Karel will turn left and move forward two spaces. Otherwise, Karel will turn around and move forward two spaces.
A
B
C
D
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If x represents the area of the number line colored blue, which inequality accurately reflects the value of x?
A. x < 4
B. x ≤ 4
C. x > 4
D. x ≥ 4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate the mathematical expression: 3 + 4 × 6 / 2.
A. 12
B. 15
C. 21
D. 42
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following program do when run? let number = readLine("Enter a number: "); console.log("Number is: " + number);
The program will ask the user for a number and then will print Number is: with the number they entered.
The program will generate a random number and display it.
The program will throw an error because readLine is not defined.
The program will print the message without asking for any input.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The difference between a for loop and a while loop.
A for loop repeats commands a specific number of times and a while loop repeats until a condition becomes false.
A for loop is used for infinite iterations while a while loop is used for a fixed number of iterations.
A for loop can only iterate over arrays while a while loop can iterate over any data structure.
A for loop requires a condition to be checked at the end of each iteration while a while loop checks it at the beginning.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed from the following for loop? for (let i = 0; i < 10; i+=5) { console.log(i); }
A. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
B. 0, 5
C. 0, 2, 4, 6, 8
D. 0, 5, 10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Comments are important because they help you and others read and understand your code.
Comments are unnecessary and can clutter your code.
Comments help you and others read and understand your code.
Comments should only be used for complex algorithms.
Comments are only useful for beginners.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python year 9

Quiz
•
8th - 11th Grade
20 questions
Javascript Basics Test

Quiz
•
7th - 12th Grade
20 questions
Functions Parameters Return

Quiz
•
9th - 12th Grade
20 questions
Functions Test

Quiz
•
9th - 12th Grade
15 questions
C Programming Concepts

Quiz
•
10th Grade
15 questions
Computer science paper 2

Quiz
•
10th Grade
15 questions
Intermediate Python

Quiz
•
9th - 11th Grade
16 questions
Flow charts and pseudo code

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade