Tutor Group 5

Tutor Group 5

1st - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Dave and Fyn's amazing quiz

Dave and Fyn's amazing quiz

11th - 12th Grade

5 Qs

JAVA MVC 2

JAVA MVC 2

12th Grade

10 Qs

CIA TRIAD IN MOBILE COMPUTING

CIA TRIAD IN MOBILE COMPUTING

1st Grade

10 Qs

JAVA MVC

JAVA MVC

12th Grade

10 Qs

Inside Your Computer

Inside Your Computer

6th - 8th Grade

7 Qs

Паттерны проектирования

Паттерны проектирования

1st - 5th Grade

10 Qs

Spring 2 (Jan/Feb) Year 8

Spring 2 (Jan/Feb) Year 8

8th Grade

10 Qs

Grade 10, Unit 6.6, In-Class Assignment

Grade 10, Unit 6.6, In-Class Assignment

10th Grade

10 Qs

Tutor Group 5

Tutor Group 5

Assessment

Quiz

Computers

1st - 12th Grade

Hard

Created by

Argert Boja

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 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

45 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

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

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

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

HW/ SW Mapping:

Addresses the question how UML models can be realised in code

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

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 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

45 sec • 1 pt

Software Control:

Centralised design leads to additional communication overhead

Centralised Control can be modelled using the Fork diagram

Event driven centralised control is when control resides within the program code