Debugging Flashcards

1
Q

How big the impact of a bug is to the business.

A

Severity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Based on how fast a bug should be fixed.

A

Priority

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(T/F) An application built with the highest quality will not have bugs.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What details should a bug report include?

a) Actual result
b) Name of the bug
c) Expected result
d) All of the above

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Severity is based on ___.

a) how visible a bug is
b) how much effort is required to fix a bug
c) how much of an impact the bug has on the business
d) how fast a bug should be fixed

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

(T/F) After triaging bugs its good practice to share the priority of bugs with the team.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When should a team focus on fixing bugs?

a) Every day
b) Each development sprint
c) at the end of a quarter

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(T/F) Mob testing sessions are dedicated times to fix bugs.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which information should be included when reporting a bug?

a) Code line number
b) Solution suggestions
c) Design feedback
d) Reproduction steps

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which software is used to report and manage bugs?

a) Outlook
b) XCode
c) Visual Studio
d) Jira

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What you do after you have found a bug.

A

Debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The process of ___ proceeds from some general theories or premises, using the processes of elimination and refinement, to arrive at a conclusion.

A

deduction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which debugging process pinpoints a section of code that has a bug?

a) Brute force
b) Induction
c) Backtracking
d) Deduction

A

d) Deduction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which technique suspends a program when a particular line is executed?

a) Automated debugging tools
b) Storage dumps
c) Scatter print statements
d) Code breakpoints

A

d) Code breakpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly