Friday 19th April Class Assessment:


CS Assessment 24th April 1pm-8pm. Send answers back to my email:
The assessment will be based around much of the content from the class book "Computer Science Illuminated"

Introduction to Algorithms key pages & notes:


Variables-Page 175-180
You will need to ensure you understand the principles of the following contruct:
  • Input/Output
  • Repetiion
  • Selection (if, else, then)-page 178

Pseudocode Algorithm-page 181-183
  • Focus on loops

Problem solving and Algorithms-Page 195
  • Algorithms with simple Variables-page 203
  • Count -Controlled Loops-page 204-209

Composite Variables:
  • Arrays page 210
  • Sequential Search
  • Sorted Array-page 213
  • Selection Sorting 218-220
  • Insertion Sort -page 222-223
  • Recursive Algorithms-page 223-225
  • Quicksort Page 227-229

Important points:
  1. Your assessment will show examples of coding and you will need to explain (in steps) what the code is doing (line by line)
  2. On Tuesday's lesson we will go through each page together-so you must read all these sections beforehand!!