wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review Class 11

Total questions: 7

Worksheet time: 6mins

Name
Class
Date
1.

Mock

a)

to do a job, task, or duty

b)

is a method/object that simulates the behavior of a real method/object in controlled ways.

c)

to repair something

2.

What is a bug?

4 lines
3.

refactor

a)

a mistake or problem in a computer program

b)

to discover the causes or origins of something by examining the way in which it has developed

c)

the process of restructuring existing computer code.

4.

Main idea

a)

tells you what the story is about

b)

supports the topic of the story

c)

how the story ends

5.

UNIT TESTING is a type of software testing where individual units or components of the software are tested.

a)

True

b)

False

6.

Why unit testing is important?

a)

developers can look at the unit tests to gain a basic understanding of the unit

b)

Unit testing can't catch every error in a program

c)

It is not possible to evaluate all execution paths even in the most trivial programs

7.

What cannot be a unit?

a)

Method and procedures

b)

Individual functions

c)

database

d)

modules and objects