Question: Intro to software engineering T/F questions below Case Study #1: Weather Forecast Display - Strategy Design Pattern Utilize the Strategy Design Pattern to display the
Intro to software engineering
T/F questions below
Case Study #1: Weather Forecast Display - Strategy Design Pattern Utilize the Strategy Design Pattern to display the different types of displays Application requirements state that user should be able to view the weather forecast for 24 hours, 2 days, 7 days or 15 days. Weather forecast class will display the weather forecast details as per user requirement by choosing the appropriate method/algorithm for 24 Hours, 2 days, 7 days and 15 days. Case Study #2: Dashboard to display dataset in different charts
Consider the following description for a dashboard application to answer the following: 1. List of use-cases 2. Design Class diagram 3. What are the design patterns that should be utilized in the design class diagram? Dashboard Application - High-Level Description The dashboard enables user to select required dataset. Based on the selection of the user, the dataset can be displayed in in tabular format and different types of charts. User can filter the rows and columns of choice to plot/display the data in charts. Requirements/Features List User should be allowed: To select dataset. To visualize the data using different types of chart 1. Bar 2. Line 3. Pie 4. Doughnut To filter the data by rows (horizontal slicing) and columns (vertical slicing) To export the data into JSON/CSV format file.
Question 1
The strategy design pattern can be utilized in the implementation of weather application display method for the different types of forecasts
Question 1 options:
True
False
Question 2
The dashboard application can utilize the factory method design pattern to create the different types of charts.
Question 2 options:
True
False
Question 3
The dashboard application can utilize the observer design pattern to create the dashboard object.
Question 3 options:
True
False
Question 4
The dashboard application can utilize the template method design pattern to export files into either CSV file or JSON file.
Question 4 options:
True
False
Question 5
In the dashboard application, whenever the data filter changes the selected dataset for viewing, the abstract factory design pattern is used to notify the different charts of the changes/updates.
Question 5 options:
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
