subject

Pseudocode is language agnostic. This means that you can create pseudocode with little to no experience in a specific programming language. Pseudocode helps you plan out your code in a logical manner. Flowcharts are a powerful way to graphically represent logic, decisions, and branching. This activity will help you develop the skills necessary to plan and organize your code, which is an important skill for programmers of all experience levels. In this activity, you will write pseudocode and create a flowchart for a basic computational task. The purpose of this assignment is to prepare for your Project One submission in Module Three. Remember to revisit the pseudocode and flowchart you create in this module and implement any feedback from your instructor before you submit your pseudocode and flowchart in Project One.
Prompt
Your client, Pet BAG, has provided you with a specification document detailing its software needs. To begin, review the Pet BAG Specification Document. Select either the Pet Check-In or Pet Check-Out method, which are detailed in the Functionality section. You will design a solution using pseudocode and a flowchart for the method you select. You do not need to write pseudocode for both methods. As you read through the descriptions for each method, ask yourself the following:
1. How would I break down these steps in a way that a computer can understand?
2. What information would I need from the user at each point?
3. When would it be a good idea to use "IF" and "IF ELSE" statements?

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
You will be given two character arrays of the same size, one will contain a number of ships. ships will move around the character array based on which way they are facing and the route they are on. routes are given in the other array. the route consists of '-' and '|' for straight paths, '\' and '/' for curves, and '+' for intersections. there are ships on these routes. ships always face a direction, '^' for up, '> ' for right, 'v' for down, and '< ' for left. any time the ships hit a '\' or a '/' it will turn as you would expect a ship to turn (e.g. a '^' that moves into a '/' will turn right). at an intersection, ships will always continue straight through. all ships move at the same speed, ships take turns moving and all ships move during one 'tick'. the one in the most top left goes first, followed by those to its right, then the ones in the next row. it iterates along the rows and then down the columns. each ship moves one space on its turn moving along the route. your function needs to return the position of the first collision between two ships and the number of ticks before the crash occurred.
Answers: 2
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Select the correct answer from each drop-down menu. which types of computer networks are bigger as well as smaller than a man? a man is a network of computers that covers an area bigger than a , but smaller than a .
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Adrawing that places all lines parallel to the z axis at an angle from the horizon is 99 ! a. an oblique drawing b. a perspective drawing c. an auxiliary view d. a one-point perspective drawing
Answers: 2
You know the right answer?
Pseudocode is language agnostic. This means that you can create pseudocode with little to no experie...
Questions
question
Chemistry, 21.05.2021 06:40
question
Mathematics, 21.05.2021 06:40
question
Mathematics, 21.05.2021 06:40
question
Mathematics, 21.05.2021 06:40
Questions on the website: 13722362