Testing & Evaluation

Quiz
•
Computers
•
10th Grade
•
Medium

Corey Brooks
Used 1+ times
FREE Resource
28 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of testing involves using any number between 1 and 19?
Normal Testing
Extreme Testing
Exceptional Testing
Boundary Testing
Answer explanation
Normal Testing involves using any number within a specified range, such as 1 to 19. This contrasts with other types like Boundary Testing, which focuses on the limits of ranges.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which numbers are used in extreme testing according to the picture?
1 and 19
0 and 20
5 and 15
10 and 30
Answer explanation
The correct choice is 0 and 20, as these numbers represent the boundaries used in extreme testing. They help ensure that the system behaves correctly at the limits of its input range.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does exceptional testing involve according to the picture?
Numbers between 1 and 19
Numbers 0 and 20
BGFST
The number 5
Answer explanation
Exceptional testing involves the sequence 'BGFST', which is the correct choice. The other options do not relate to the concept of exceptional testing as depicted in the picture.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a common example of a syntax error in coding?
Dividing a number by zero
Missing a letter or character
Using an undefined variable
Infinite loop
Answer explanation
A common syntax error occurs when a programmer misses a letter or character in the code, leading to incorrect parsing. This is distinct from runtime errors like dividing by zero or using an undefined variable.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is another name for an execution error?
Syntax error
Logical error
Runtime error
Compilation error
Answer explanation
A runtime error occurs during program execution, often due to illegal operations or resource issues. This distinguishes it from syntax, logical, and compilation errors, which arise at different stages of code processing.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when an execution error occurs?
The program runs successfully
The program crashes
The program compiles without issues
The program outputs incorrect results
Answer explanation
When an execution error occurs, it typically leads to the program crashing. This means the program cannot continue running due to the error, unlike compilation issues or incorrect outputs.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a widely used example of a runtime error?
Forgetting a semicolon
Using a wrong variable name
Asking a program to divide by 0
Incorrect loop condition
Answer explanation
Asking a program to divide by 0 is a classic runtime error because it causes the program to crash or throw an exception during execution. The other options are typically syntax or logical errors that are caught at compile time.
Create a free account and access millions of resources
Similar Resources on Wayground
27 questions
python string

Quiz
•
9th - 12th Grade
28 questions
All words GCSE Computer Science

Quiz
•
1st - 10th Grade
26 questions
Java - Flow of Control Quiz

Quiz
•
9th - 12th Grade
25 questions
GCSE Computer Science: Programming (Python)

Quiz
•
9th - 12th Grade
28 questions
Python Functions Review Quiz

Quiz
•
9th - 12th Grade
25 questions
Computing Vocabulary 1-3 Part 1

Quiz
•
10th Grade
28 questions
Computer Translators

Quiz
•
8th - 10th Grade
25 questions
Types of Network and Defensive Design

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