Cmis 102

Page 2 of 9 - About 87 Essays
  • Free Essay

    Cmis 102 Homework 1

    Peter Doyle CMIS 102 Prof. Tanney HW1 Purpose of the program This program will be used to determine the square feet of usable space in each individual room and those values will be added together to get the total usable area of square feet in house with length and width values of up to four rooms being the only known value BEGIN define variables for rooms and total usable space room numbers and area of each room will be will be represented by integers r1 through r4 total usable area in

    Words: 354 - Pages: 2

  • Free Essay

    Cmis 102 Assignment 1

    Jeremy Lovell CMIS 102 7987 Introduction to Problem Solving and Algorithm Design (2152) Bryan Nilsen 29 March 2015 NLT: 11:59 PM Program Description: This program will calculate the total usable square feet of a house by multiplying the length of width of each room and add up the product of each room to give the total square feet. Analysis: I know to calculate square feet of a room you have to multiply the length and width. Since the house has multiple rooms to get the total square feet you

    Words: 294 - Pages: 2

  • Free Essay

    Umuc-Cmis 102 Hw 4

    Joe Metz Professor James Huskins CMIS 102 6385 February 22nd 2015 Program Description – This program will calculate the area and perimeter of a rectangle with the provided user input. Analysis – First the user needs to provide the values for both the length and the width of the rectangle they want to determine the area and perimeter from. From there calculations need to be made. For this example we will use a rectangle with the length of 3 and a width of 9. The formula for determining the

    Words: 339 - Pages: 2

  • Free Essay

    Cmis 102 Assignment 1

    Homework 1 Program Description: The program made will perform a calculation to determine the square feet of 4 rooms in a house. It will then sum the square feet of all 4 rooms to find the total usable area of a house. Given all rooms are rectangular Analysis: The area of a room can be determined by a simple math equation of Area=Length x Width. Because we are creating a program to calculate square feet, the program will require an input and output. First thing we have to do is figure out the

    Words: 304 - Pages: 2

  • Free Essay

    Cmis 102 Homework 1

    Program Description: This program will calculate all of the useable area (in square feet) in a house. This specific house contains four rooms, all of which are rectangular in shape. Analysis: My goal in creating this program is that it successfully calculates the useable square footage in a house that contains four rooms. The values which are required to perform the calculations will be the length of room 1 times the width of room 1(in feet). This will give the area of room one, which will in

    Words: 653 - Pages: 3

  • Free Essay

    Cmis 102 Homework 2

    Homework Assignment #2 Analysis Input: The input of this program will consist of the base price (BasePrice), the operating system choice (OSChoice), the monitor choice (MonitorChoice), and the case choice (CaseChoice). After the user has made all of the required choices, the program will determine the appropriate cost of that option: OSCost, MonitorCost, and CaseCost. Output: The required output for the program will be the total cost (TotalCost) of the state of the art gaming computer. The

    Words: 735 - Pages: 3

  • Free Essay

    Cmis 102 Assignment 2

    Program Description: The program I’m creating is going to be utilized to determine the usable surface area of each room in a four-room house and then calculate the usable square footage of the house as a whole. Analysis: To start this program, I needed to come up with a plan or blueprint. I utilized the Modular Approach to break this down into smaller parts. The main module is the solution to the problem; determine the square footage of a four-bedroom house with the all rooms being rectangles

    Words: 843 - Pages: 4

  • Free Essay

    Cmis 102 Hw 4

    Homework Assignment 4 Charles Black CMIS102-4015 Professor Dale Goode 27Sep15 Problem definition: Write a program, using functions, that calculates the area and perimeter of a rectangle whose dimensions (length and width) are provided by a user. A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section. In this problem, we have to calculate and display the area and perimeter

    Words: 1160 - Pages: 5

  • Premium Essay

    Cmis 102, Hw Week 3

    Week 3 Homework for CMIS 102. * Program description: This program will calculate the total price of a laptop computer system. The program will ask the user to enter the desired CPU speed, RAM amount, Hard Drive and Monitor Size. The program use these values to calculate and then print the price of a computer system. The design step will include both pseudocode and flow chart visualization. * Analysis: I will use sequential and selection programming statements. I will define 1 float

    Words: 712 - Pages: 3

  • Free Essay

    Cmis 102 Hw 1

    Student Name, CMIS102, Professor Name Due Date: 21SEP2014 Calculating the usable square feet of up to four rooms Program Description - This program is designed to calculate the usable square feet of up to four rooms. It asks for an input for the number of rooms and the length and width of each room in feet. It then outputs in a readable format the sqft of each room and the total usable square feet. I also attempted to write the program in C at the bottom. Analysis - For this program I wanted

    Words: 945 - Pages: 4

Page   1 2 3 4 5 6 7 8 9