wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Asdm-midquiz

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

This phase of the SDLC is known as the “ongoing phase” where the system is periodically evaluated and updated as needed.

a)

preliminary investigation

b)

system design

c)

system implementation

d)

system maintenance

2.

After implementation of the system, system maintenance could be done for

a)

Minor changes in the processing logic

b)

Errors detected during the processing

c)

Revision of the formats of the reports

d)

All of the above

3.

The final step of the system analysis phase in the SDLC is to

a)

gather data

b)

write system analysis report

c)

propose changes

d)

analyze data

4.

During which phase of the SDLC are users trained to use the new system?

a)

preliminary investigation

b)

systems implementation

c)

systems development

d)

systems maintenance

5.

Using the ………. approach, a new system is tested in one part of the organization before being implemented in others.

a)

direct

b)

parallel

c)

phased

d)

pilot

6.

Find out which phase is not available in SDLC?

a)

Coding

b)

Testing

c)

Maintenance

d)

Abstraction

7.

What is the meaning of Functional Cohesion?

a)

Operations are part of single functional task and are placed in same procedures.

b)

All operations that access the same data are defined within one class.

c)

All operations that access the data from outside the module.

d)

None of the above.

8.

Software is divided into separately Named and Addressable Components, and it is called as ________

a)

Software

b)

Cohesion

c)

Module

d)

None of the above

9.

________ is an indication of the relative interdependence among modules.

a)

Cohesion

b)

Coupling

c)

Modularity

d)

Cohesion and coupling.

10.

Which of the property of software modularity is incorrect withrespect to benefits of software modularity?

a)

Modules are robust

b)

Modules can use other modules

c)

Modules can be separately compiled and stored in a library

d)

Module are mostly dependent

11.

Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace. (Choose one.)

a)

update

b)

checkout

c)

clone

d)

import

e)

None of the above

12.

In Git, if you want to make your local repository reflect changes that have been made in a remote (tracked) repository, you should run the pull command.

a)

True

b)

False

13.

In Git, which error would you get if you try to push master-branch changes to a remote repository, and someone else pushed changes to that same branch while you were making your changes? (Choose one.)

a)

Rejected

b)

404

c)

500

d)

Access denied

e)

400 Bad request

14.

If you want to make radical changes to your team’s project and don’t want to impact the rest of the team, you should implement your changes in …

a)

… a tag.

b)

… the trunk.

c)

. … the root.

d)

… a branch.

e)

None of the above

15.

Imagine that you just joined a development team that uses Git for version control and collaboration. To start contributing to the project, what Git operation would you most likely invoke first?

a)

checkout

b)

clone

c)

export

d)

revert

e)

update

16.

What is a Sprint Review?

a)

Activity to Introspect and Adapt

b)

Activity to improve Scrum Processes

c)

Activity to seek approval for the work done

d)

Activity to plan for the next Sprint

e)

Activity to plan for the release

17.

Who should necessarily attend the Daily Standup meeting?

a)

The Development Team

b)

The Scrum Team

c)

The Development Team and the Product Owner

d)

The Development Team and the Scrum Master

e)

The Scrum Team and the Stakeholders

18.

What happens when all the Sprint Items cannot be completed?

a)

The Sprint should be extended

b)

The Sprint ends with the done items

c)

The Sprint should be canceled

d)

The unfinished Sprint items should be removed from the Sprint Backlog

e)

Start the next Sprint with the unfinished items first

19.

Which of the following activity is not timeboxed?

a)

Sprint Retrospective

b)

Sprint

c)

Product Backlog Refinement

d)

Daily Scrum

e)

Sprint Review

20.

When is a Sprint Retrospective ceremony performed?

a)

Whenever the team suggests

b)

At the end of each Sprint

c)

Whenever needed

d)

Whenever the Product Owner suggests

e)

Whenever the Scrum Master suggests