SE(design approaches)

SE(design approaches)

University

5 Qs

quiz-placeholder

Similar activities

Cuestionario sobre Patrones de Diseño

Cuestionario sobre Patrones de Diseño

University

10 Qs

Communication Devices Quiz

Communication Devices Quiz

2nd Grade - University

6 Qs

Koha Quiz

Koha Quiz

University

10 Qs

Fluxograma

Fluxograma

3rd Grade - University

9 Qs

SE(system testing)

SE(system testing)

University

5 Qs

Surprise Quiz 1

Surprise Quiz 1

University

10 Qs

Data science-surprise Quiz 1

Data science-surprise Quiz 1

University

10 Qs

Surprise Quiz 1 Final

Surprise Quiz 1 Final

University

10 Qs

SE(design approaches)

SE(design approaches)

Assessment

Quiz

others

University

Medium

Created by

Sangatamil A

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these truly defines Software design?

Software design is an activity subjected to constraints

Software Design specifies nature and composition of software product

Software Design satisfies client needs and desires

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is false?

A process is a collection of related tasks that transforms a set of inputs to the set of output

A design notation is a symbolic representational system

A design heuristic is a rule proceeding guidance, with guarantee for achieving some end

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these describes stepwise refinement?

Nicklaus Wirth described the first software engineering method as stepwise refinement

Stepwise refinement follows its existence from 1971

It is a top down approach

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true?

Module coupling should be maximized

Modules should not have access to unneeded resources

Module cohesion should be minimized

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following violates principle of least privilege?

Modules that import packages

Modules with unneeded access to files

Classes with reference to Objects

All of the mentioned