Question
1-) Please submit the solution of your final as Ms-word or PDF document 2-) Complete THREE QUESTIONS out of the four exam questions below. 3-)
1-) Please submit the solution of your final as Ms-word or PDF document 2-) Complete THREE QUESTIONS out of the four exam questions below. 3-) FOR EACH QUESTION, IT IS REQUIRED to include Ms-Word or Pdf file contains the following A. Source file and sample of your output screen shots. B. Up to one page of your program discussion. In the discussion, state the issues that you may have problem with if there is any. Why your program is not running (if it is not)? What was your approach (Your process to the solution)? How did you overcome the issues while writing the program? C. Write your conclusion as what you have learned from this program. Not including this report will result of losing 30% because I would not know if you really the one who did it or not. YOUR REPORT WILL VERIFY THE UNDERSTANDING OF YOUR WORK, AND THAT YOU REALLY DID IT. Question One: Write an assembly language program that allows a user to enter any 5 numbers then display the sum of the entered 5 numbers. For example: Enter: 1, 2, 3, 4, 5 Display: Sum of the Entered is: 15 Question Two: Write an assembly language program that allows a user to enter any 5 numbers in any order then display the largest and smallest entered number and the order from small to large and lareg to small For example Enter: 4, , 2, 7, 9, 6 Display: Largest entered number is: 9 Smallest entered number is: 2 Large to Small: 9, 7, 6, 4, 2 Small to Large: 2, 4, 6, 7, 9 Question Three: Write an assembly language program to count number of vowels in any given string. Question Four: Write a procedure named Get_frequencies that constructs a character frequency table. Input to the procedure should be a pointer to a string, and a pointer to an array of 256 doublewords. Each array position is indexed by its corresponding ASCII code. When the procedure returns, each entry in the array contains a count of how many times that character occurred in the string. Include the source code only.
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