Algorithm design and problem-solving (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Question 1

Write pseudocode to calculate the area of a rectangle. Your pseudocode should take the length and width of the rectangle as input and output the area.

2.

Question 3: A student is designing a program to find the largest number in a set of numbers. Explain how a standard method of solution could be used to achieve this. Include a pseudocode example.

3.

Question 1: Explain the purpose of using a standard method of solution in computer science. Give two reasons why it is important.