0% found this document useful (0 votes)
36 views2 pages

Pseudocode Assignment: Marks & Temp Conversion

This document provides instructions for a pseudocode assignment worth 20 marks. It includes two problems to be solved using pseudocode: 1. Create pseudocode to input four marks, calculate the average, and output a message if the average is over 80%. Save the file as pseudoMarkAve.docx. 2. Create pseudocode to take a temperature input in either Fahrenheit or Centigrade, convert it to the other unit, and output the results in a message. Save the file as pseudoTempConv.docx. The document also includes a rubric to evaluate the level of effectiveness in using programming tools like pseudocode.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views2 pages

Pseudocode Assignment: Marks & Temp Conversion

This document provides instructions for a pseudocode assignment worth 20 marks. It includes two problems to be solved using pseudocode: 1. Create pseudocode to input four marks, calculate the average, and output a message if the average is over 80%. Save the file as pseudoMarkAve.docx. 2. Create pseudocode to take a temperature input in either Fahrenheit or Centigrade, convert it to the other unit, and output the results in a message. Save the file as pseudoTempConv.docx. The document also includes a rubric to evaluate the level of effectiveness in using programming tools like pseudocode.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

ICS 3U Pseudocode Assignment

Marks: 20
Due: TBA

For each of the following problems create the appropriate


pseudocode solution. Use Microsoft Word to complete the
assignment.

1. Create the pseudocode for an algorithm that will input four


marks and calculate the average. Use a variable to store each
mark entered. Output “Congratulations!” if the mark is over
80%. [10]

Save as: [Link]

2. Using pseudocode create a program that will take temperature


in either Fahrenheit (F) or Centigrade (C) and convert it to
the other unit of measurement. The formulas are as follows:

C = (F - 32) / 1.8
F = C × 1.8 + 32

The user will input either an “F” to indicate that the input
temperature is Fahrenheit or a “C” to indicate that the input
temperature is Centigrade. If the temperature is “F” convert
it to “C”, if “C” Convert it to “F”.

Output the results with a message that states: “ _?_ degrees


Celsius is equal to _?_ degrees Fahrenheit”. [10]

Save as: [Link]


Rubric
Level 1 Level 2 Level 3 Level 4
Expectations
(50 - 59%) (60 - 69%) (70 - 79%) (80 - 100%)
B2.4
represent
the
structure
and
components - uses
-uses - uses - uses
of industry
industry industry industry
a program standard
standard standard standard
using programming
programming programming programming
industry- tools with a
tools with tools with tools with
standard high degree
limited some considerable
programming of
effectiveness effectiveness effectiveness
tools (e.g., effectiveness
structure
chart, flow
chart,
pseudocode)

Note: A student whose achievement is below Level 1 (50%) has not


met the expectations for this assignment or activity.

You might also like