G05 System Design II

G05 System Design II

University

5 Qs

quiz-placeholder

Similar activities

Quiz CodeIgniter 4

Quiz CodeIgniter 4

University

10 Qs

Fnaf'ı Ne Kadar İyi Biliyorsun?(2019)

Fnaf'ı Ne Kadar İyi Biliyorsun?(2019)

KG - Professional Development

9 Qs

Spring and Spring boot

Spring and Spring boot

University

10 Qs

TAP-EJ2023

TAP-EJ2023

University

10 Qs

Introduction to Feedback and Control System

Introduction to Feedback and Control System

University

10 Qs

Model View Controller (MVC)

Model View Controller (MVC)

University

10 Qs

PWL 2

PWL 2

University

10 Qs

Fundamentos em Java

Fundamentos em Java

University

10 Qs

G05 System Design II

G05 System Design II

Assessment

Quiz

Computers

University

Hard

Created by

Nicolas Ullmann

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

MVC

The view subsystem sends updates to the controller subsystem and model subsystem

The difference between 3 tier architectural style and MVC is that MVC is hierarchical

Decouples data access and presentation, allowing multiple synchronized views of the same model

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Concurrency

A race condition is a design flaw where the output of a process depends on the specific sequence of other events

Logical concurrency is when threads are provided by hardware

Addresses the non functional requirements flexibility and maintainability as tasks are assigned to separate threads

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

HW/SW Mapping

Addresses the question of how UML models can be realized in code

Control objects are mapped to processors, entity objects to memory, and boundary object to IO devices

The difficulty of HW/SW mapping is determining the cost of the HW needed to realize the system

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Access Control

During system design, we model access rights by associating use cases with the actors

The access right is the row in the access matrix and it models all possible actors that interact with the system

Capability associates a (class, operations) pair with an actor

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Software Control

Centralized design leads to additional communication overhead

Centralized Control can be modeled using the Fork diagram

Event-driven centralized control is when control resides within the program code