logo

Question detail

A program accepts a mark from 0 to 100 inclusive. Which value is most appropriate as boundary test data?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Aspects of software development

Exam-style question

Try this first

A program accepts a mark from 0 to 100 inclusive. Which value is most appropriate as boundary test data?.

  1. A.50
  2. B.75
  3. C.100
  4. D.42

Model answer

What a good answer should say

  • 100

Explanation

Why this works

A boundary value is at an edge of the permitted range. In this case, 100 is the upper boundary.

The lower boundary, 0, would also be boundary data.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.