wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ERROR... Where bugs can be found?

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

What is a bug?

a)

An unexpected result from an action

b)

A crash

c)

The failure of a function or system

d)

Low quality code

2.

What kind of bug types are real?

a)

Calculation Errors; Functionality Errors;

b)

Appearance Errors; Workflow Errors;

c)

Typo Errors; Website Errors;

d)

Virus Errors; User Errors;

3.

What is it called when a bug re-appears?

a)

A failure

b)

A regression

c)

A degradation

d)

A retrograde

4.

What is a defect?

a)

Incorrect Documentation or Requirements

b)

Incorrect Tools used for Development

c)

Incorrect Tools used for Testing

d)

A Typo

5.

What is debugging?

a)

Removing the buggy code

b)

The process of finding and fixing a bug

c)

The use of automated tools to fix the bugs

d)

Downgrading the code version

6.

What goes in a bug report?

a)

Priority; Severity;

b)

Operating system version

c)

Steps to reproduce the bug and the actual/expected results

d)

Root cause of the issue

7.

Who decides if a defect is valid?

a)

Tester

b)

Developer

c)

Project Manager

d)

Scribe

8.

What is testing a bug fix called?

a)

Finishing a bug

b)

Confirmation testing

c)

Finalization testing

d)

Bug Completion testing

9.

Who can test software?

a)

Developer

b)

Business Analyst

c)

Project Manager

d)

User

10.

What can a bug result in?

a)

Injury or Climate Catastrophe

b)

Loss of Capital or Reputation

c)

A Feature or Functionality

d)

A Solution

11.

Can bugs re-appear, if yes, when?

a)

Yes, after the development of some functionality

b)

Yes, after a release to a new environment

c)

No, it can never re-appear after being fixed

d)

No, unless some changes are made directly to the code the bug was fixing