SE-Foundation Help

Map your mind

Concepts

For this project, we expect you to look at these concepts:

Resources
Learning Objectives

At the end of this project, you are expected to be able to explain to anyone, without the help of Google

General
  • What is a Pseudocode?

  • why is Pseudocode important in programming?

  • How do you write Pseudocode?

Tasks

0. Being a square keeps you from going around in circles.

To develop an algorithm

calculate the sum of a given input of numbers

You are going to create a flowchart and pseudocode.

  • Create the algorithm in a flow chart

  • Create the algorithm in a pseudocode

1. Order marches with weighty and measured strides. Disorder is always in a hurry.

To develop an algorithm that

reads in three numbers and writes them all in sorted order

You are going to create a flowchart and pseudocode.

  • Create the algorithm in a flow chart

  • Create the algorithm in a pseudocode

2. It is not enough to run; one must start in time

To develop an algorithm

calculate a running sum

A user will enter numbers that will be added to the sum and when a negative number is encountered, stop adding numbers and write out the final result

You are going to create a flowchart and pseudocode.

  • Create the algorithm in a flow chart

  • Create the algorithm in a pseudocode

    Last modified: 07 September 2024