Behavioral Design Patterns

Behavioral Design Patterns

University

20 Qs

quiz-placeholder

Similar activities

Week 11-12 PC8  Advanced OOP Concepts Quiz

Week 11-12 PC8 Advanced OOP Concepts Quiz

University

20 Qs

Evaluasi Pemahaman DDD

Evaluasi Pemahaman DDD

University

20 Qs

DSA - Practice Quiz - 1

DSA - Practice Quiz - 1

University - Professional Development

15 Qs

Jurassic World game quiz

Jurassic World game quiz

3rd Grade - Professional Development

15 Qs

Informatika Kelas 8

Informatika Kelas 8

12th Grade - University

20 Qs

MAWD 2.02

MAWD 2.02

9th Grade - University

23 Qs

test 012

test 012

University

21 Qs

Exploring Design Patterns

Exploring Design Patterns

University

21 Qs

Behavioral Design Patterns

Behavioral Design Patterns

Assessment

Quiz

Computers

University

Medium

Created by

Halyna Melnyk

Used 65+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.

State

Command

Mediator

Observer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What concept is the State pattern closely related to?

Finite Machine

State Machine

Finite-Stable Machine

Finite-State Machine

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The main idea of the State Pattern is that, at any given moment, there’s a ________ number of states which a program can be in.

infinit

finit

finalized

finished

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of operators are mostly implemented in the State machine?

conditional

loop

assignment

all of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What pattern can we use when having an object that behaves differently depending on its current state, the number of states is enormous, and the state-specific code changes frequently?

Command

Mediator

State

Observer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use this pattern when you have a class polluted with massive conditionals that alter how the class behaves according to the current values of the class’s fields. What pattern?

Observer

Mediator

State

Strategy

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What pattern you can use when having a lot of duplicate code across similar states and transitions of a condition-based state machine.

Observer

Mediator

State

Command

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?