Difference between revisions of "Pathways"

From Coder Merlin
Line 1: Line 1:
= 1000 Level Projects =
= 1000 Level Projects =
== Number Bases ==
== Number Bases ==
=== Positive Numbers ===
=== Negative Numbers ===
== Boolean Algebra ==
== Boolean Algebra ==
== Variables and Constants ==
== Variables and Constants ==

Revision as of 16:11, 4 March 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

1000 Level Projects[edit]

Number Bases[edit]

Positive Numbers[edit]

Negative Numbers[edit]

Boolean Algebra[edit]

Variables and Constants[edit]

Operators[edit]

Basic Input and Output[edit]

Conditionals[edit]

Loops[edit]

Scope[edit]

Functions[edit]

Signatures[edit]

Pass by Value / Pass by Reference[edit]

Random Numbers[edit]

Arrays[edit]

Encapsulation[edit]

Basic Graphics[edit]

Basic Animation[edit]

Data Visualization[edit]

Program Correctness[edit]

Ideal Test Cases[edit]

2000 Level Projects[edit]

Emergence & Lindenmayer Systems[edit]

Debugging[edit]