Starting from:

$25

MSCC _MSCBD-Assignment 1 Building a GPU Database Solved

In this assignment you will be tasked with building an interactive database about GPUs (Graphics Processing Units) and the features they support. You will be expected to use a NoSQL type database as storage for this system. Your application must be capable of the following

•   Add in a GPU with a series of features.

•   Edit a currently existing GPU and its features.

•   Be able to choose a set of supporting features and figure out which GPUs support them.

Your application will be similar to the format found at http://vulkan. gpuinfo.org/listreports.php

If you click on any of the GPUs listed here it will bring you to another page. The information we are interested in here is listed under the “features” tab. You are required to map six features of a GPU which are the following: geometryShader, tesselationShader, shaderInt16, sparseBinding, textureCompressionETC2, and vertexPipelineStoresAndAtomics. Each GPU stored should contain the information for these six properties.

When a GPU is added a user should be able to click a series of checkboxes (or similar) to enable or disable features. When an add button is clicked there should be no duplicate names in the database or preexisting objects in the database for that GPU.

More products