Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MindSpace Computers Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which chart is used for planning in SE?

a)

Gantt Chart

b)

Ganit Chart

c)

Excel Chart

d)

Tabular Chart

2.

What is done in planning phase of SDLC?

a)

Financial, time, resources and risk related planning

b)

Error and bug checking

c)

Delivery of the software

d)

Diagrammatic representation of the software

3.

SDLC stands for?

a)

Software Development Life Cycle

b)

Software Deployment Life Cycle

c)

Static Development Life Cycle

d)

All of the given

4.

Write output:

3>5 && 6<9 && 2==2

a)

false

b)

true

c)

0

d)

1

5.

Write output:

3>5 || 6>9 || 2==2

a)

false

b)

true

c)

0

d)

1

6.

a = a + (b * 7) can also be written as?

a)

a += (b * 7)

b)

a *= (b + 7)

c)

a *= (b * 7)

d)

b += (a * 7)

7.

Write output:

! (3>5)

a)

false

b)

true

c)

0

d)

1

8.

Which model focus on WHAT customer wants in Software?

a)

Analysis Model

b)

Design Model

c)

None of the given

d)

Both of the given

9.

Which model focus on HOW to build Software?

a)

Analysis Model

b)

Design Model

c)

None of the given

d)

Both of the given

10.

What is Software Engineering?

a)

It is systematic approach and roadmap for the successful development of the software

b)

It is one of the subject in Computer Engineering

c)

It is a process of finding and correcting errors in the software

d)

None of the given