Questions: 856

Answers by our Experts: 763

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

provide

(a) an algorithm
(b) flowchart
(c) pseudocode

(1) illustrate the assignment from 10 to x
If x<y otherwise 5 Is assigned to x
(2) compute the sum of the series ;
f(x) = 1+x+x^2+x^3+...........+x^n
The system to be developed for Williams and son needs to produce the following slip for a customer once the sale has been concluded

Write the pseudocode that will produce similar
Write the pseudocode that will produce a slip similar to the one illustrated at the beginning of the question.
Williams & Son
VAT nr: 0123456
Product Price
Screewdriver R 100
Super glue R20

Total R120
You have deployed the system for Williams & Son and all is going well. Mr. Williams is impressed
with the new system’s capability and how easy it is to use the system. Because of this, he has
asked you to modify the system so that it can automatically calculate discount for the customer
based on the total amount of their purchase. Mr. Williams has asked that the discount amount be
indicated on the slip as well as the amount due by the customer after discount has been applied.
A person enters the bank and stand in the queue to get his salary. When his turn comes, he request the cashier that i need my salary with minimum notes and coins. Write the program for the cashier that first ask the cashier to enter the salary amount and then display the number of notes and coins of (rs. 5000, rs 1000, rs 100, rs 50, rs 20, rs 10, rs 5, rs 2, rs 1)
Write an algorithm to calculate the average mark out of 100, given three assignment marks, each of which is marked out of 20.
Trace the algorithm using 15, 20 and 10 as the three assignment marks.
Amanada, a school kid, is learning English alphabets. Her teacher devised a small game to make the task fun. A grid of ‘m’ rows and ‘n’ columns is filled with English alphabets.She needs to search English words in this grid by moving one step at a time in any of the adjacent grid cells.A grid of alphabets and a set of English words are given. Amanda can start from anywhere in the grid and can move in any of the 8 adjacent grid cells, one step at a time. Each grid cell can only be used once.
Write the algorithm and create a flowchart to ask the user to input the distance
from their hostel to the academic block in km(s) and calculate the average
number of walking steps (1 km = approx. 1300 steps) and display it to the user.
Sutherland – Hodgman polygon clipping algorithm is a clipping technique that provides efficiency in polygon clipping. Explain how this algorithm is implemented in computer graphics, in addition also state its pseudo-code.
A program that will calculate the velocity of a rocket using algorithm, pseudocode and flowchart