Computing Error Types Quiz

Computing Error Types Quiz

8th Grade

16 Qs

quiz-placeholder

Similar activities

CODE: Debugging

CODE: Debugging

8th - 10th Grade

13 Qs

Introduction to Python

Introduction to Python

8th Grade

15 Qs

UH DASAR ALGORITMA PEMROGRAMAN 2024

UH DASAR ALGORITMA PEMROGRAMAN 2024

1st Grade - University

20 Qs

1.2 The Main Components of Computer Systems

1.2 The Main Components of Computer Systems

8th Grade

20 Qs

 3.5  Menu of Choices

3.5 Menu of Choices

7th Grade - University

16 Qs

Information technology 3 Unit 2

Information technology 3 Unit 2

4th - 10th Grade

12 Qs

Informational Text Structure

Informational Text Structure

6th Grade - University

15 Qs

Q3SUM1 - Informational Text Structure

Q3SUM1 - Informational Text Structure

6th - 8th Grade

18 Qs

Computing Error Types Quiz

Computing Error Types Quiz

Assessment

Quiz

English

8th Grade

Medium

CCSS
RI.8.7, RL.8.7, RI.7.7

+2

Standards-aligned

Created by

Elanza Jurgens

Used 8+ times

FREE Resource

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A __________ error is when the code has been added incorrectly and will stop the program from running until it is fixed. This is an error that is located first, as the program will not run.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

__________ data used in a test plan is a sensible input that the program should accept.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A __________ error is when the program starts correctly but an error is found as the program code is run. This will be found as the program is tested using a range of test data in a structured test plan. The program will stop running when the error is found and a traceback error message will give information to find and fix it.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

__________ data used in a test plan is still an acceptable input but at the ends of the possible input range.

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A __________ error is when the program will run but the output will not be as expected. A trace table would help to find and fix this error as it may be linked with how a conditional statement uses a comparison operator. The other way in which this type of error may be found is by using invalid and extreme test data, as these would test the range of inputs in the program.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

__________ data used in a test plan is an input that the program should not accept.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the len() function do in Python?

Counts the number of characters or items.

Adds two numbers.

Finds the largest number.

Converts text to lowercase.

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?