Software Development Principles Flashcard

Software Development Principles Flashcard

Assessment

Flashcard

Education

University

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What security principle is Abigail applying when she ensures that each employee only has the minimum access necessary to perform their job duties?

Back

Principle of Least Privilege

2.

FLASHCARD QUESTION

Front

What does the Interface Segregation Principle (ISP) emphasize?

Back

Clients should not be forced to depend on interfaces they do not use.

3.

FLASHCARD QUESTION

Front

According to the Open/Closed Principle (OCP), how should software entities be designed?

Back

Open for extension but closed for modification.

4.

FLASHCARD QUESTION

Front

What is the first step in the Engineering Design process?

Back

Identify the problem

5.

FLASHCARD QUESTION

Front

Reverse Engineering is

Back

a process to analyze an existing system.

6.

FLASHCARD QUESTION

Front

Which approach is most effective during the idea generation phase of engineering design? Options: Focusing on a single idea, Exploring multiple possible ideas, Rejecting new suggestions, Relying only on past solutions

Back

Exploring multiple possible ideas

7.

FLASHCARD QUESTION

Front

What is the main job of engineers?

Back

Solving problems