Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer- A programmable device that stores, retrieves, and processes data…
Computer- A programmable device that stores, retrieves, and processes data.
-
-
Central Processing Unit (CPU) - Part of the computer that processes data and allows the computer to "think"; the brain of the computer.
Input Device - Any part of a computer that can take information from the user/outside world and input it into the computer.
-
-
-
-
-
Algorithmic Thinking - A step by step plan or rules the computer follows in order to solve a problem.
-
Program/Code - A collection of computer commands that perform a specific task when run by the computer.
-
Principles of Coding
-
-
Abstraction - When you identify what defines the patterns you see, focus on the important information, and derive general rules and concepts that can be applied in other areas (carving out the relevant from the irrelevant)
Properties of Coding
-
-
-
-
Event Handler - A part of the code that listens for a type of event. When that event occurs, the code inside the event will run.