Pseudocode in IB DP Computer Science
Pseudocode in examinations
The guidance document for the syntax and grammar of pseudocode
Approved notation
Approved notation for developing pseudocode
The guidance document for the syntax and grammar of pseudocode
Approved notation for developing pseudocode
Pseudocode examples
/0 Comments/in Pseudocode /by Christos Katsoulas1. Print an array You have an array of names called NAMES that contains 20 String values. Write an algorithm that will print out all the names. loop i from 0 to 19 output NAMES[i] end loop 2: Print a collection You have a collection of names called STUDENT_LIST that contains an unknown […]
Computer Science teacher