Posts

Showing posts from November, 2019

Mind storms pictures

Image

IMPORTANT VOCABULARY

Algorithm: a step by step set of rules or instructions. ex. when a game tells you to press a series of buttons to achieve a goal. when you make food you have to follow step by step instructions Pseudocode: an informal way of communicating code

Logical operators

Image

Conditional coding

Image

Conditional coding questions

What are conditions, conditional coding, Boolean, and logical operator. A: conditions are a factor deciding wether the code is true or false, conditional coding is coding based on conditions; that only works if the condition is true or false. A Boolean is a specific type of condition and a logical operator is

LOOPS

Image