2019 Student Presentations

You are to create a Presentation (SLIDES or PPT) and share it - VIEW BY ANYONE WITH LINK, and your Teacher.

Presentation should contain the following topics:

  1. Describe the PURPOSE of the Algorithm
  2. Give example PSEUDOCODE 
  3. WALK people through the PSEUDOCODE with Test Data
  4. Create a KAHOOT of around 5 questions for class.
  5. Create Example PYTHON code to implement the PSEUDOCODE


The following are descriptions and examples of Standard Algorithms as provided by the Board of Studies.


 WHO PRESENTATION
Load an array and print its contents C.Lo 
Add the contents of an array of numbers CR 
 Finding a maximum value in an arrayWC 
 Finding a minimum value in an arrayWC 
 Processing strings:  
 Extracting data from a string
 HH


 Insertion of a string into another string
CB

 Deletion of a string from another string
 PJ 
 Generating a set of unique random numbersC.Li 
 Processing sequential files  
 Creating a file
AM
 Printing the contents of a file
 ZW 
 Appending records to an existing sequential file
 AA 
 Processing relative files  
 Creating a relative file
 JDR
 Reading records from a relative file
 EM 
 Updating records in a relative file
EM 
  

Comments