
Q4 PGAS SDF 22-25 C1

Quiz
•
Computers
•
12th Grade
•
Easy
Rebecca Sims
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
____________ is a programming technique that causes a method to call itself in order to compute a result.
Procedure
Recursion
Base
.NET
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The _________________ framework supports standard exception handling to raise and handle runtime errors.
Procedure
Recursion
Base
.NET
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is the part that specifies the terminating condition and doesn't call the method again.
base case
recursive case
method
procedure
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
this is the part that moves the algorithm toward the base case.
flex case
recursive case
method
procedure
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
An ____________ is an error condition that occurs during the execution of a program.
error
instance
exception
alias
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To handle exceptions, place the code that throws the exception inside a _____________ and place the code that handles the exceptions inside a _______________.
catch block;
try block;
parameter;
function
function;
parameter
try block;
catch block
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the ExceptionTest method, it is ___________ to change the order of the two catch blocks.
okay
incorrect
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In order to avoid compilation errors, the more specific exceptions need to be listed where?
anywhere is fine
after the generic exceptions
before the generic exceptions
at the end
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The finally block is not always executed regardless of whether an exception is thrown.
true
false
Similar Resources on Wayground
10 questions
LOOPS IN C++

Quiz
•
10th Grade - University
10 questions
Functions in C++

Quiz
•
9th - 12th Grade
10 questions
I/O Streams and Operations 1

Quiz
•
12th Grade
10 questions
Cybersecurity Fundamentals Week 4 Quiz

Quiz
•
KG - University
13 questions
BTEC Level 3 - Unit 1 - Topic 5 (Validating Data)

Quiz
•
12th Grade
10 questions
Loops & Conditional Blocks in Scratch

Quiz
•
6th - 12th Grade
10 questions
Blockly trắc nghiệm 5 - Phan Thủy

Quiz
•
9th - 12th Grade
11 questions
Variables in Scratch

Quiz
•
2nd Grade - University
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
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
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