Add 'Coordinates' lesson to csintro. (#432)

This commit is contained in:
Galen Nickel
2017-06-29 00:10:09 -07:00
committed by Peli de Halleux
parent 762771277f
commit 245612e8f3
12 changed files with 500 additions and 1 deletions

View File

@ -0,0 +1,10 @@
# Standards
## CSTA K-12 Computer Science Standards
* CL.L2-03 Collaborate with peers, experts, and others using collaborative practices such as pair programming, working in project teams, and participating in group active learning activities
* CT.L1:6-01 Understand and use the basic steps in algorithmic problem-solving
* CT.L1:6-02 Develop a simple understanding of an algorithm using computer-free exercises
* CPP.L1:6-05 Construct a program as a set of step-by-step instructions to be acted out
* 2-A-5-7 Create variables that represent different types of data and manipulate their values.
* CT.L2-14 Examine connections between elements of mathematics and computer science including binary numbers, logic, sets and functions.