Add the 'Algorithms' lesson to csintro (#425)

* Push the initial migration of the 'algorithms' lesson.

* Adjust lesson part names and link into main csintro page.

* Add 'Algoritms' lesson to SUMMARY

* Put standards page in there too.
This commit is contained in:
Galen Nickel
2017-06-25 21:11:55 -07:00
committed by Peli de Halleux
parent 108a07fe51
commit 0873b5651c
27 changed files with 493 additions and 1 deletions

View File

@ -0,0 +1,9 @@
# Standards
## CSTA K-12 Computer Science Standards
* CT.L2-03 Define an algorithm as a sequence of instructions that can be processed by a computer.
* CD.L2-01 Recognize that computers are devices that execute programs.
* CD.L2-02 Identify a variety of electronic devices that contain computational processors.
* CD.L2-03 Demonstrate an understanding of the relationship between hardware and software.
* CD.L3A-04 Compare various forms of input and output.