Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 : Research ( 2 5 Pts ) Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a text
Part : Research
Pts Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "textbased" detail algorithmic design tool. Pseudocode is subjective and nonstandard, but uses a combination of symbolic representation to describe operations. The attached document has some pseudocode examples for highlevel language programming. Research a few pseudocode "styles" and prepare a white paper that covers the following information:
Define the structure and rules for your chosen pseudocode format. Which are hardrules and which have "fuzzy" implementation?
How does your pseudocode handle addressing modes?
How does your pseudocode handle inputoutput
How does your pseudocode handle computations?
How does your pseudocode handle arrays and indexing
For those that may not be familiar, a white paper is just an informal report. Choose a format that is organized, readable, and professional in appearance.
Part : Writing Pseudo Code Pts Pts Each
Design an Algorithm using pseudocode to implement an encryption technique. The technique is your choice but be sure to state what it is and describe it in your documentation.
Design an Algorithm using pseudocode to eventually be implemented in Assembly that accomplishes the following:
Find the mean value of an nelement array within memory that contains numerical values.
From the original array, sort all values that are lower than the mean, in sequential order from lowest to highest in a new array
From the original array, sort all values that are greater than or equal to the mean, in sequential order from highest to lowest in another new array.
Output all the original array and both of the new arrays to the screen.
Part : Flowcharts
Pts Create a flowchart, using as much detail as possible, illustrating how to get from your home to the Chapel Hills Mall in Colorado Springs. Your flowchart must include at least decisions. Think about steps and details that may normally be overlooked or taken for granted
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started