SDLC (Software Development LifeCycle)

SDLC (Software Development LifeCycle)

11th Grade

8 Qs

quiz-placeholder

Similar activities

System Development Life Cycle (SDLC)

System Development Life Cycle (SDLC)

10th Grade - Professional Development

10 Qs

SDLC - Knowledge Check

SDLC - Knowledge Check

11th - 12th Grade

8 Qs

Kelas 11. Pertemuan 1: SDLC dan Model Waterfall

Kelas 11. Pertemuan 1: SDLC dan Model Waterfall

11th Grade

10 Qs

Software App and Design

Software App and Design

7th - 11th Grade

9 Qs

Software Development Concept

Software Development Concept

7th - 11th Grade

9 Qs

Algoritmik Pemrograman

Algoritmik Pemrograman

11th Grade

5 Qs

DevOps Quiz (NevtikTalk#3)

DevOps Quiz (NevtikTalk#3)

10th - 12th Grade

10 Qs

Software Development Lifecycle Quiz

Software Development Lifecycle Quiz

11th Grade

10 Qs

SDLC (Software Development LifeCycle)

SDLC (Software Development LifeCycle)

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Brian Akwirry

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The phases of the SDLC are listed below. Which list shows phases in the correct order?

Client Brief, Analysis, Coding, Testing, Design & Prototyping, Deployment, Requirements Specification, Maintenance, Review

Client Brief, Analysis, Requirements Specification, Design & Prototyping, Coding, Testing, Deployment, Maintenance, Review

Client Brief, Analysis, Coding, Testing, Design, Deployment, Requirements Specification, Maintenance, Review

Client Brief, Analysis, Coding, Testing, Design, Deployment, Requirements Specification, Maintenance, Review

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a DFD?

A diagram which shows the connectivity between different items of data.

A diagram that shows the screens that the user will interact with and how they will navigate through the solution.

A diagram that represents a sequence of steps needed to solve a problem.

A diagram providing a snapshot of all or part of a system, as if all possible tasks are being undertaken at that moment.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What diagramming technique is used to illustrate the navigation between screens?

A Storyboard

A DFD (Data Flow Diagram)

An ERD (Entity Relationship Diagram)

A Flowchart

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is Regression testing?

Testing by non-programmers to test that expected functionality is present and that it works as it should.

Testing how the components perform when they interact with each other.

Testing using previous test, carried out when changes have been made to ensure nothing has been affected.

Testing the smallest arts of the program using white box principles.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which post-coding technique would you employ with non-programmers to test the functionality of the solution?

Integration testing

Regression testing

White box testing

Black box testing

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which deployment option would you choose if you wanted to switch off the existing system on a Friday and start the new one on a Monday?

Parallel

Direct

Phased

Pilot

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What type of maintenance is carried out immediately after deployment to fix bugs?

Perfective

Intensive

Corrective

Adaptive

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the main drawback of the Waterfall Model?

It is unstructured.

If mistakes have been made you can not go back to an earlier phase.

You need high levels of collaboration.

It is often used by inexperienced development teams.