Assignment 2 CMIS102 Homework
Problem definition: Calculate the total price to purchase all the components required to build a state-of-the-art gaming computer from components available on the internet.
A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section.
B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode.
// Gaming Computer Price Computation
// Programmer: Ese Jessa
// University of Maryland University College
// Version 2.5 – November 11, 2012
// This program computes the total cost, including shipping and handling to purchase
// different computer components required to build a state-of-the-art gaming computer.
// Variables used CPU(choice_CPU), Case(choice_Case), Power Supply(choice_Power),
// Motherboard(choice_MB), Hard Drive(choice_HD), RAM(choice_RAM),
// DVD(choice_DVD), Sound Card(choice_SC), Monitor(choice_Monitor),
// Graphic Card(choice_GC), Operating System(choice_OS
// Declare the variables
C. Program Comments and Test Data – Following the directions in the assignment, include your test data and expected results in this section.
Table 1. Include your test data table here
Abbrivations of Computer components:
CPU (CPU)
Case (Case)
Power Supply (Power)
Motherboard (MB)
Hard Drive (HD)
RAM (RAM)
DVD (DVD)
Sound Card (SC)
Monitor (Monitor)
Graphic Card (GC)
Operating System (OS)