Axia College Material Appendix H Ray Greene IT210 Currency Conversion Design Assignment—Hierarchy Chart Complete a hierarchy chart for the application above by typing into the textboxes below. Part II Axia College Material Appendix I Ray Greene IT210 Currency Conversion Development Assignment—Flowcharts Complete the flowcharts for the assignment above by typing into the textboxes below. Control Flow Diagram—Main
Words: 401 - Pages: 2
declared as integers, the float variables will be “length”, “width”, and “answer”. To find the area of a rectangle, I will use the equation area=length*width. To find the perimeter of a rectangle, I will use the equation perimeter=2(length+width). Pseudocode: BEGIN // This program will calculate the area or perimeter of a rectangle whose dimensions are provided by the user. SET area and perimeter functions //Declare Variables DECLARE Option, Start as integer DECLARE length, width, answer
Words: 486 - Pages: 2
width area4 = area of fourth room totalarea = final output variable for total square feet of home B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Main Write "What is the room one's length in feet?" Declare length1 As Float Input length1 Write "What is the room one's width in feet?" Declare width1 As Float Input width1 Declare area1 As Float Set area1 = width1
Words: 495 - Pages: 2
Learning Team X - Week 2 Assignment The first phase of our team’s project is to develop a program that calculates the user’s daily caloric balance. The first phase of the program development cycle is to identify the tasks or requirements needed for the program. Below is a list of those activities that we have identified: 1. Get Name 2. Get Gender 3. Get Weight 4. Get Calories Consumed for Breakfast 5. Get Calories Consumed for Lunch 6. Get Calories Consumed for Dinner
Words: 500 - Pages: 2
This program will let the user enter all the names of their family members, the ages of those family members, and their state of residence. The program will display the average age of all family members input, and also display the names of any family members that live in Texas. We will create three separate arrays; one for the names of the family members, another for their ages, and the third will be for their state of residence. We'll first ask the user to enter the number of family members he
Words: 617 - Pages: 3
Temporal area 4. AreaTotal : Total area 5. LN : Length of Room number N 6. WN: Width of Room number N B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Pseudo Code: 1. Enter the number of rooms : N 2. Set Count = 0 3. If Count < N a. For Count < Number of Rooms // if count is less than the number of rooms i. Enter Dimension for Room number : Count +1 //
Words: 497 - Pages: 2
While number is >= 0 then is – 2 >= 0 is false end while loop Set number = sum / count 100/3 = 33.3333333 B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. /*
Words: 559 - Pages: 3
get the total area of house. Total area of the house = AreaRoom1 + AreaRoom2 + AreaRoom3 + AreaRoom4 B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Main Module Declare RoomName as string Declare Length1 as float Declare Length2 as float Declare Length3 as float Declare Length4 as float Declare Width1 as float Declare Width2 as float Declare Width3 as float Declare Width4 as float
Words: 529 - Pages: 3
1. Program Description: a. The following program presented to the stakeholders is designed to calculate the usable area in square feet of a house. b. VB.net will be the program used to calculate the square footage of test case #1, #2, and #3. c. The program will use up to a maximum of four rooms in the house. d. The four rooms will be rectangular in shape. 2. Analysis: e. I will now identify the inputs and outputs required to meet our specifications.
Words: 466 - Pages: 2
Computer: A machine that can receive, store, transform, and output data of all kinds. RAM: The part of main memory that temporarily stores programs, data, and results. ROM: The part of main memory that permanently stores programs or data. Firmware: The combination of a hardware device, an integrated circuit, and computer instructions and data that reside as read only software on that device. Operating system: Software that controls interaction of user and computer hardware and that manages allocation
Words: 566 - Pages: 3