Cmis Computer Gaming System

672 Words3 Pages
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. 1. Output - The output needed for this program is the total computer selling price required to build a state-of-the-art gaming computer from components available on the internet. 2. Input – The inputs needed will be all components to purchase to build a state-of-the-art gaming computer. 3. Calculations – Total all the cost. • CPU • Case • Power supply • Motherboard • Hard Drive • RAM • DVD • Sound Card • Monitor • Graphics Card • Operating System B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. 1. Input the computer base price. 2. Process the various option choices to compute additional costs. 3. Total all the costs. 4. Display the final selling price. MAIN MODULE SUBMODULES: Compute_CPU_Cost Compute_RAM_Cost Compute_VideoCard_Cost Display_Selling_Price Declare BasePrice, CPUCost, RAMCost, VideoCardCost as Float Write “Enter the base price: “ //Prompt for and input the computer base price: Input base price Call Compute_CPU_Cost module Call Compute_RAM _Cost module Call Compute_VideoCard_Cost module Call Display_Computer_Price module End Program Declare CPUChoice As Character //Display the menu and input user selection: Write “A - i3770 – Intel Core i7-3770 Processor 8M Cache up to 3.90 GHz” Write “B - Intel Core i7-3770 Quad-Core Processor 3.4 GHz 4 Core LGA 1155 – BX80637173770” Write “C - Intel Core i7-3770K 3.5 GHz 8 MB Cache Socket LGA115 Processor” Write “Selection?” Input CPUChoice

More about Cmis Computer Gaming System

Open Document