Cmis 102

Page 1 of 9 - About 87 Essays
  • Free Essay

    Cmis 102

    Course: CMIS 102  Date: 1/23/2014 Problem: Calculate the usable area in square feet of house.  Assume that the house has a maximum of four rooms, and that each room is rectangular. We are trying to calculate the square feet of a 4 bedroom house To do this, I will need to know each room’s length and breadth, then calculate each room’s area before I will then find the total. Map: When * = times Sum = total Room# =Room number Length# = length or a particular room Breadth# = breadth or a

    Words: 420 - Pages: 2

  • Premium Essay

    Cmis 102

    1. Problem definition: Design a program that will allow a user to Input a list of your family members along with their age and state where they reside. Determine and print the average age of your family and print the names of anyone who live in Texas. 2. Problem Analysis: The program will inform user to input family member name, age and state. The program will take the years of all members entered and add them together and then take the total of members entered (10) and divide the total coming

    Words: 517 - Pages: 3

  • Premium Essay

    Cmis 102

    1. Problem definition: Design a program that will allow a user to Input a list of your family members along with their age and state where they reside. Determine and print the average age of your family and print the names of anyone who live in Texas. Note: Your problem analysis should have already been submitted as part 1 of the assignment. A. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Complete

    Words: 781 - Pages: 4

  • Premium Essay

    Cmis 102

    1.What information do you consider important to be conveying to the general public regarding the impact of the acute usage of alcohol on the body? usage of alcohol can have many negative effects on the body. Over time and with long term use an individual can develop both physical and emotional symptoms. Physical symptoms can include liver failure, changes in brain function. 2. Discuss the arguments for and against classifying alcohol dependence as a disease. Are there differences with drug

    Words: 253 - Pages: 2

  • Free Essay

    Cmis 102

    Lot's of Stuff We all spend a lot of time and energy trying to do many things, but do we spend time on what’s really important? Indicate how much time you spend on, or how important the following are to you. (Be honest) ACTIVITY Going online to chat with friends or check emails Spending time to get a guy or girl notice you Working to get a car, or for money to buy gas and insurance Playing sports, practicing, or traveling around to compete Attending church youth functions, camps or outreach events

    Words: 278 - Pages: 2

  • Free Essay

    Cmis 102

    Pseudocode for the program // Declaring variables Declare Integer InternetHits[10] Declare Integer i // Loop for inputting values For i = 0 to 9 Print 'Enter the value-'    Print i+1 Input InternetHits[i] End For // End of Program. 1. #include <stdio.h> 2. int main () { 3. int internetHits[10]; 4. int hits; 5. int counter; 6. for(counter=0;counter<10;counter++){

    Words: 790 - Pages: 4

  • Free Essay

    Cmis 102

    Program Description: The program I am building determines the square footage of homes and/or rooms. This program provides custom specification that provides the exact square footage of usable living space. Analysis: In this program the objective to obtain square feet of a house. The results are the output, which is required to know the exact square footage of the entire house. The house contains four rooms that are all rectangular. My output will be obtained by finding the area of each room.

    Words: 367 - Pages: 2

  • Free Essay

    Cmis 102 Hw2

    CMIS102 Homework Assignment 2 Student Name: Class/Section: CMIS 102/ 3110 Professor Name: Assignment due date: 03 February 2014 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. We are writing a program to calculate the total cost

    Words: 955 - Pages: 4

  • Premium Essay

    Cmis 102 Final

    CMIS 102 Final Project CMIS 102 6984 Rebecca Rowson Due: March 29th 2015 Problem Definition: We have been contracted to develop a program that will allow a user to put in the age and names of family members along with the state that they each reside. The program will then take the ages and find the average age of the family members and print the name of anyone who lives in Texas. Problem Analysis: Desired Output: The desired output will be all input names that are from the state of Texas

    Words: 617 - Pages: 3

  • Free Essay

    Cmis 102 Hw3

    Problem definition: Write a program that will calculate and display the average of an unknown number of positive floating point values entered by a user. A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section. What is the required output? The calculated average of all the numbers the user input. What is the required input? The numbers that are greater than or equal to 0 that the user wants to find the average of. A number

    Words: 559 - Pages: 3

Previous
Page   1 2 3 4 5 6 7 8 9