11 CSC ATAR - Week 2-3 review

Quiz
•
Computers
•
11th Grade
•
Medium

Alex K
Used 7+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x = 5
y = 6
print("x*y")
The code above displays the following:
11
x*y
Syntax Error
30
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a programmer writes an incorrect line of code, and their program won't run, this is known as a...
Syntax error
Logic error
Runtime error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a programmer writes an incorrect line of code, and their program runs, but runs in a way that the programmer didn't intend, that's a...
Syntax error
Logic error
Runtime error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a programmer writes an incorrect line of code, and their program runs, but crashes halfway through execution, that's a...
Syntax error
Logic error
Runtime error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = 5
print(a)
a = a*2
print(a)
What will be output?
5
10
5
5
5
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Input validation: checking whether input is an integer or a string is known as a...
Type check
Range check
Format check
Uniqueness check
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Input validation: checking whether a user's age is between 0 and 100 is known as a...
Type check
Range check
Format check
Uniqueness check
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
1.1.2.CPU performance

Quiz
•
10th - 11th Grade
19 questions
CPU

Quiz
•
11th Grade
20 questions
1.1 Systems Architecture (GCSE Computer Science)

Quiz
•
11th Grade
26 questions
Java - Flow of Control Quiz

Quiz
•
9th - 12th Grade
20 questions
Google Sheets Review

Quiz
•
KG - University
25 questions
Types of Network and Defensive Design

Quiz
•
9th - 12th Grade
25 questions
C++ Programming Unit 3 Quiz

Quiz
•
10th - 12th Grade
22 questions
Python Review Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade