Do you need this or any other assignment done for you from scratch?
We have qualified writers to help you.
We assure you a quality paper that is 100% free from plagiarism and AI.
You can choose either format of your choice ( Apa, Mla, Havard, Chicago, or any other)
NB: We do not resell your papers. Upon ordering, we do an original paper exclusively for you.
NB: All your data is kept safe from the public.
Good programmers are able to analyze a task and describe it succinctly, accurate
Good programmers are able to analyze a task and describe it succinctly, accurately, and unambiguously. Even tasks that you perform without much thought are surprisingly complex when you stop and consider all of their components. For example, using the self-checkout lane at a grocery store—a simple task completed by thousands of people every day—requires you to: (1) Select items in your basket; (2) scan the UPC codes; (3) convey the item to the bagging area; (4) bag your groceries; and (5) submit payment for your purchases.
A program is an ordered list of instructions that prepares the computer (or, in the case of the grocery example, the shopper and new user of the self-checkout lane) to complete a task. Good instructions are mindful of the target audience, and the less you assume the reader already knows about a process, the more useful the instructions are to a wider audience.
If you have not used the self-checkout lane at a grocery store before, you act as your own cashier. You scan and weigh your items, bag them, and pay for them, while being guided by a digitized voice prompting you to complete each step.
Consider the pseudo code in the Week 1 Discussion Code (txt) that describes the self-checkout procedure. While it is comprehensive, it is also organized. It groups instructions related to the same task into a block of text, and then adds comments and explanations using specific conventions:
• Actions defined by a group of steps have descriptive names, including SelectItem, ScanBarCode, and PayingWithCredit.
• Blocks of instruction are contained within braces: { and }.
• // means that the rest of the line is a comment Intended for people, not an instruction to the computer.
• When /* is used at the beginning of a line, it signifies that the entire line is a comment and will be ignored by the computer.
• The symbols /** and */ start and end comments that extend over multiple lines. These are used to describe processes within your program.
The code in Week 1 Discussion Code (txt) includes line numbers along the left side of the page. These are not part of the program, but they make it easy to refer to specific commands and instructions within the program.
To prepare for this Discussion:
Think about one task you perform so often; it is nearly automatic. Break that task down into its component parts, and then write a “program” that resembles the grocery self-checkout code provided to describe your task.
Submit your task program which includes:
• At least three major steps, listed in chronological order
• Specific instructions that describe each step
• Conditions that direct the flow of the program, such as “if-then,” “while,” or “until.”
• Comments that explain your program
• Line numbers
For this assignment you will use the steps of a person’s morning routine to complete the assignment. Below are some YouTube videos of morning routines that are similar to mine:
1. https://www.youtube.com/watch?v=Hzc1OS6BHSo&pp=ygUgNWFtIG1vcm5pbmcgcm91dGluZXMgYmxhY2sgd29tYW4%3D
2. https://www.youtube.com/watch?v=rV23pQTYG5I
Please have 3 references minimum.
Do you need this or any other assignment done for you from scratch?
We have qualified writers to help you.
We assure you a quality paper that is 100% free from plagiarism and AI.
You can choose either format of your choice ( Apa, Mla, Havard, Chicago, or any other)
NB: We do not resell your papers. Upon ordering, we do an original paper exclusively for you.
NB: All your data is kept safe from the public.
Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount