Digital Literacy and Computer Science DLIT (2018) Grade: 6 | 3) Create pseudocode that uses conditionals.
Examples: Using if/then/else (If it is raining then bring an umbrella else get wet). Unpacked Content
|
Digital Literacy and Computer Science DLIT (2018) Grade: 6 | 5) Identify algorithms that make use of sequencing, selection or iteration.
Examples: Sequencing is doing steps in order (put on socks, put on shoes, tie laces); selection uses a Boolean condition to determine which of two parts of an algorithm are used (hair is dirty? True, wash hair; false, do not); iteration is the repetition of part of an algorithm until a condition is met (if you're happy and you know it clap your hands, when you're no longer happy you stop clapping).
Unpacked Content
|
Digital Literacy and Computer Science DLIT (2018) Grade: 6 | 6) Identify steps in developing solutions to complex problems using computational thinking. Unpacked Content
|
Digital Literacy and Computer Science DLIT (2018) Grade: 7 | 4) Design a complex algorithm that contains sequencing, selection or iteration.
Examples: Lunch line algorithm that contains parameters for bringing your lunch and multiple options available in the lunch line. Unpacked Content
|
Digital Literacy and Computer Science DLIT (2018) Grade: 8 | 1) Design a function using a programming language that demonstrates abstraction.
Example: Create a program that utilizes functions in an effort remove repetitive sequences of steps. Unpacked Content
|
Digital Literacy and Computer Science DLIT (2018) Grade: 8 | 4) Create a function to simplify a task.
Example: 38 = 3*3*3*3*3*3*3*3; =(Average) used in a spreadsheet to average a given list of grades. Unpacked Content
|