G05 Quiz

G05 Quiz

University

5 Qs

quiz-placeholder

Similar activities

Module 6-Data Link Layer

Module 6-Data Link Layer

9th Grade - University

9 Qs

Laravel

Laravel

University

10 Qs

G05 System Design II

G05 System Design II

University

5 Qs

INTRODUCCIÓN A .NET PARA LA WEB

INTRODUCCIÓN A .NET PARA LA WEB

University

10 Qs

TP2 Test 3

TP2 Test 3

University

8 Qs

RAM

RAM

University

10 Qs

Kuis Laravel

Kuis Laravel

University

10 Qs

Lecture Recap Quiz 21.05.

Lecture Recap Quiz 21.05.

University

3 Qs

G05 Quiz

G05 Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Simon Karan

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Model View Controller (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

1 min • 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

1 min • 1 pt

Hardware/Software Mapping

Addresses the question: How can UML models be realized in code?

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

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Access Control

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

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

1 min • 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