Unit 2 Assignment 1

260 Words2 Pages
Michael Knall Date: 6/26/14 Class: Programming Unit 2 Assignment 1: Homework Short Answer 1-4: 1.) What dose a professional programmer usually do first to gain an understanding of a problem? Break the larger problem into independent sub-problems. Seek solution of each sub-problem. Test the solutions of each sub-problem. Combine all the tried and tested solutions together. Apply the solution to the complex problem under consideration 2.) What is Pseudo Code? A notation resembling a simplified programming language, used in program design. 3.) Computer programs typically perform what three steps? Input is received. Some process performed on the input. Output is produced. 4.) What dose the term “user-friendly” mean? The term user-friendly is commonly used in the softwear business to describe programs that are easy to use. Algorithm workbench 1-2: 1.) Design an algorithm that prompts the user to enter his or her height and stores the user’s input in a variable named height. Any height, you just have to be good, i advise you to work on your shot having better than a 60% shot is alot better than any other aspect? In Basketball Rules and Regulations =The official height of an NBA basketball hoop is 10 feet from the floor to the rim. 2.) Design an algorithm that prompts the user to enter his or her favorite color and stores the user’s input in a variable named color. Declare Interger color Display “ what is the color” Input color Display color “ Blue” Display “ here is the value that you

More about Unit 2 Assignment 1

Open Document