Midterm Examination 1.1 (Software Design)

Midterm Examination 1.1 (Software Design)

University

15 Qs

quiz-placeholder

Similar activities

CSNP-04103 - Chapter 3 - C++ Basics

CSNP-04103 - Chapter 3 - C++ Basics

University

10 Qs

PHCC Ch 14 Quiz

PHCC Ch 14 Quiz

University

15 Qs

Exploring Patterns in Nature and Numbers

Exploring Patterns in Nature and Numbers

University

10 Qs

Basic Design Principles

Basic Design Principles

University

15 Qs

CODE 4 KITSW ROUND - 4

CODE 4 KITSW ROUND - 4

University

15 Qs

Numerical Errors

Numerical Errors

University

10 Qs

Roman Architecture Quiz

Roman Architecture Quiz

University

13 Qs

Arts 6 - Quarter 2 (Quiz #1) / MR. BARAIRO

Arts 6 - Quarter 2 (Quiz #1) / MR. BARAIRO

6th Grade - University

10 Qs

Midterm Examination 1.1 (Software Design)

Midterm Examination 1.1 (Software Design)

Assessment

Quiz

Others

University

Medium

Created by

Aira Tuazon

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What are Design Patterns?

B. A reusable solution to a commonly occurring problem in software design

A. A finished design that can be transformed directly into code

C. A description/template for solving a problem that can be used in many different situations

D. A method for modifying a family of algorithms

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What do Creational Patterns deal with?

B. Object creation mechanisms

A. Object deletion mechanisms

C. Object modification mechanisms

D. Object duplication mechanisms

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the Factory Method design pattern do?

A. Deletes objects without exposing the instantiation logic to the client

B. Creates objects without exposing the instantiation logic to the client

C. Modifies objects without exposing the instantiation logic to the client

D. Duplicates objects without exposing the instantiation logic to the client

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the Prototype design pattern allow you to do?

A. Delete an existing object to make additional copies

B. Create new things based on existing structures

D. Duplicate an existing object without creating copies

C. Modify an existing object without creating copies

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the Singleton design pattern ensure?

D. Objects are created with global access

B. Only one instance of a class is created

A. Multiple instances of a class are created

C. Objects are created without control

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What do Structural Patterns emphasize on?

A. Creating an accurate and efficient software system

B. Deleting connections between classes and objects

C. Modifying the code structure

D. Assisting in the development of components

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the Adapter/Bridge design pattern do?

D. Composes objects into tree structures

C. Converts the interface of one class into another interface

B. Allows incompatible objects to collaborate

A. Allows compatible objects to collaborate

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?