Testing & Evaluation

Testing & Evaluation

10th Grade

28 Qs

quiz-placeholder

Similar activities

Python for Beginners

Python for Beginners

8th - 12th Grade

25 Qs

Understanding Strings and Functions Quiz

Understanding Strings and Functions Quiz

8th Grade - University

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

1.4 - Network security

1.4 - Network security

7th - 10th Grade

25 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

OS and Translators

OS and Translators

9th - 12th Grade

23 Qs

Java Review

Java Review

9th Grade - University

25 Qs

Testing & Evaluation

Testing & Evaluation

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Corey Brooks

Used 1+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?