Reference no: EM131338985
Pseudocode
Using Notepad++ (installed from the "Start Here!" page), write a program using Pseudocode to solve the following problem. In your program, make use of subprograms and functions with parameters and arguments.
Input a list of positive numbers (terminated by 0) into an array, find the mean (average) of the numbers in the array, and output the result. Use a subprogram to input the numbers, a function to find the mean, and a subprogram to output the result.
Raptor
Using RAPTOR (installed from the "Start Here!" page), create a flowchart program to solve the following problem. Attach your .rap file created when you save your flowchart. Use subroutines and functions with parameters and arguments. In RAPTOR, all data from a file must be loaded into an array to be manipulated. Be aware that RAPTOR processes each record in a data file as a complete entity; there is no way to distinguish one field from another. So, you must use a separate file for each field and keep the files parallel. Any manipulation that must be done (sorting, searching, and so on) must be done to the arrays in parallel and the files must be rewritten from the resulting arrays.
The Eversoft Eraser Company has a list of its customers' names (not necessarily in alphabetical order) and telephone numbers in a file named "customer" with records of the following form:
last_name (String), first_name (String), phone_number (String)
a. Create 3 files to load into 3 arrays, one for each field in the "customer" file. Type at least 10 records into the files as test data. Name the files last_name.txt, first_name.txt, and phone_num.txt. Make sure that at least 2 of the last names are the same for testing purposes.
b. Load the files into parallel arrays and display the list of customers' names and phone numbers in alphabetical order.
c. Allow the user to input a last name, then search the last_name.txt file and display all names and phone numbers corresponding to that last name.
Identify the possible rational roots for the equation
: Write a polynomial function f(x) whose coefficients have three sign changes. Find the number of sign changes that f(x) has. Describe the nature of the zeros.
|
Nominative fair use defense
: What conditions must be met for a defendant to successfully use the nominative fair use defense?
|
Components that form the infrastructure of network
: In this unit, you have reviewed the components that form the infrastructure of your network. Discuss at least three devices and the network media that is used within your home network or you organization's network. Explain in detail!
|
Find the rational zeros
: Find the number of possible positive real zeros and the number of possible negative real zeros for each function. Then determine the rational zeros.
|
Write a program using pseudocode
: Using Notepad++ (installed from the "Start Here!" page), write a program using Pseudocode to solve the following problem. In your program, make use of subprograms and functions with parameters and arguments.
|
What is a good estimate of stock price
: You are evaluating the stock price of Kroger, a grocery store chain. It has forward earnings per share of $3. You notice that its competitor Safeway has a P/E ratio of 13. What is a good estimate of Kroger's stock price?
|
How you discounted after-tax cash flows
: Now prepare a net present value (NPV) analysis that would be presented to the CEO of the company. As one example, the CEO does not need to know how you discounted after-tax cash flows.
|
What is maximum initial cost
: Och, Inc., is considering a project that will result in initial aftertax cash savings of $1.71 million at the end of the first year, and these savings will grow at a rate of 1 percent per year indefinitely. What is the maximum initial cost the compan..
|
Determine the rational zeros of a polynomial function
: Describe several methods you could use to determine the rational zeros of a polynomial function. Which would you choose to use first? Explain
|