Hm3 Cmis102 Essay

912 Words4 Pages
CMIS102 Homework Assignment 2 (Worth 13% of your grade) Student Name: Jaycee V. Jimenea Class/Section: CMIS 102/6384 Professor Name: Jose Romero Assignment due date: June 2,2013 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. The input consists of computer base price (CompPrice), the CPU choice (CPU_choice), the RAM choice (RAM_choice), and the Graphics Card choice (VideoCard_choice). Once the customer has entered a choice of an option, the program will determine the corresponding cost of that option: CPU_cost, RAM_cost, VideoCard_cost. The only item output is the computer selling price (ComputerPrice). To determine the ComputerPrice, the following computation is: ComputerPrice = CompPrice + CPU_cost + RAM_cost + VideoCard_cost. B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Things the program must do: 1. Input the computer base price 2. Process the various option to compute the additional cost 3. Total of all the costs 4. Display the final advertising price: Main Module will contain the following submodules: Compute_CPU_Cost Compute_RAM_Cost Compute_VideoCard_Cost Display_Computer_Price The Steps chart for Computer Price program Pseudocode as follows: // Computer Price calculator // Programmer: Jaycee Jimenea, University Of Maryland University College // Class/Section-CMIS 102/6384 // This program calculate the total price to purchase all the required to build a // state-of-the-art gaming computer from components available on

More about Hm3 Cmis102 Essay

Open Document