Preview

Determining Program Input, Processing, and Output Stage

Satisfactory Essays
Open Document
Open Document
391 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Determining Program Input, Processing, and Output Stage
Unit 2 Assignment 1: Homework
Learning Objectives and Outcomes
Determine program input, processing, and output stages.
Create the necessary flowcharts to describe a program’s structure.
Use pseudocode to define a program’s structure.
Formulate solution algorithms for calculations by properly following the order of operations.

Assignment Requirements
Answer:
Short Answer 1, 2, 3, and 4 on page 71
Algorithm Workbench Review Questions 1 and 2 on page 71
Programming Exercises Questions 1 and 4, starting on page 72

Submission Requirements
Submit your written answers to your instructor at the beginning of Unit 3.

Short Answer 1, 2, 3, and 4 on page 71

1. What does a professional programmer usually do first to gain an understanding of a problem?
The first thing a professional programmer will usually do to gain the understanding of a problem is to work with the customer to find out exactly what they are asking for from the program.
2. What is pseudocode?
Pseudocode is an informal language that has no syntax rules, and is not meant to be compiled or executed.
3. Computer programs typically perform what three steps?
1. Input is received. 2. Some process is performed on the input.
3. Output is produced.
4. What does the term “ user- friendly” mean? software business to describe pro-grams that are easy to use
Algorithm Workbench Review Questions 1 and 2 on page 71
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.
a. Put your back against the wall
b. Stand up straight against the wall with your back toward it
c. Measure his/her height
d. Display his/her height
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.
a. Ask his/her favorite color
b. Red, Blue, Green, White, or Yellow
c. Waite for his/her input
d. Display his/her color
Programming Exercises Questions 1 and 4,

You May Also Find These Documents Helpful

  • Satisfactory Essays

    IT104 Assignment Unit 5

    • 307 Words
    • 2 Pages

    1) What does a professional programmer usually do first to gain an understanding of a problem?…

    • 307 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Pt1420 week 2

    • 320 Words
    • 3 Pages

    1. What does a professional programmer usually do first to gain an understanding of a problem?…

    • 320 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1310 Unit 8 Study Guide

    • 546 Words
    • 3 Pages

    Activity Activity Activity Activity Activity Activity 8 - IntroIntro IntroIntroduction tduction tduction t duction t duction tduction t o Programming Programming Programming Programming Programming Programming Programming…

    • 546 Words
    • 3 Pages
    Powerful Essays
  • Satisfactory Essays

    1. What does a professional programmer usually do first to gain an understanding of a problem?…

    • 848 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    pt1420 exam review

    • 738 Words
    • 3 Pages

    1 - Design the Program2 - Write the Code3 - Correct Syntax Errors4 - Test the Executable Code…

    • 738 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Cs Programming Chapter 1

    • 2450 Words
    • 10 Pages

    ____ data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them.…

    • 2450 Words
    • 10 Pages
    Satisfactory Essays
  • Satisfactory Essays

    It/210 Course Design

    • 2571 Words
    • 11 Pages

    Reading Read Ch. 3 of Prelude to Programming. Reading…

    • 2571 Words
    • 11 Pages
    Satisfactory Essays
  • Good Essays

    DB Billing

    • 743 Words
    • 3 Pages

    Discuss why it is important for billers and coders to be familiar with software programs.…

    • 743 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Calorie Management

    • 820 Words
    • 4 Pages

    For those of you who may not be computer knowledgeable, I will give you a description of the process the team will use to complete their task. The first step the team will do is analyze the problem by identifying a desired result, determining information is needed to produce these results, and determine what processes must be carried out to proceed from the known data to the desired output. Next step the team will work on is designing the program, which entails creating a detailed description, using relatively ordinary language or special diagrams of the program to be created. Simply…

    • 820 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    When building any application the key step of the whole development process should be to create a sound functioning application. The applications structure must be tested and well suited to run the given program. Over complicated programs with un-simplified steps leave room for errors and if the structure isn’t suited for the process you end up with a un useable product. Writing out pseudo code and getting the information in the right path to accomplish the goal of the process is key.…

    • 501 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Pseudocode Standard

    • 1507 Words
    • 7 Pages

    Pseudocode is a kind of structured english for describing algorithms. It allows the designer to focus on the logic of the algorithm without being distracted by details of language syntax. At the same time, the pseudocode needs to be complete. It describe the entire logic of the algorithm so that implementation becomes a rote mechanical task of translating line by line into source code.…

    • 1507 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    Programmer is also responsible to analyzes current programs and processes, and make recommendations which will gain more cost effective product.…

    • 1237 Words
    • 5 Pages
    Satisfactory Essays
  • Better Essays

    pseudocode

    • 2283 Words
    • 21 Pages

    The pseudocode environment requires the fancybox package by Timothy Van Zandt. This package is described in Section 10.1.3 of [1]. Other…

    • 2283 Words
    • 21 Pages
    Better Essays
  • Good Essays

    Compiler and Interpreter

    • 1182 Words
    • 4 Pages

    Before the Java and C# programming languages appeared, computer programs were only compiled or interpreted. Languages like Assembly Language, C, C++, Fortran, Pascal were almost always compiled into machine code. Languages like Basic,VbScript and JavaScript were usually interpreted.…

    • 1182 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Algorithmic Thinking

    • 3659 Words
    • 11 Pages

    Abstract. We show that algorithmic thinking is a key ability in informatics that can be developed independently from learning programming. For this purpose we use problems that are not easy to solve but have an easily understandable problem definition. A proper visualization of these problems can help to understand the basic concepts connected with algorithms: correctness, termination, efficiency, determinism, parallelism, etc. The presented examples were used by the author in a pre-university course, they may also be used in secondary schools to help understanding some concepts of computer science.…

    • 3659 Words
    • 11 Pages
    Powerful Essays