Please enable JavaScript.
Coggle requires JavaScript to display documents.
Basic Programming (Computer Components (Data Types : Categories that…
Basic Programming
Computer Components
Data Types : Categories that contain a variation of different variables. Examples of Data types are Strings , which is used for alphanumeric characters, such as Bobby123, Hello World, Julia or Daniel. A series of characters.
Variables : A storage that keeps data while the program is running. Data includes numbers and text. e.g A website that makes you type your name in a textbox - that is considered a variable. Variables are kept data for later use
-
-
Predefined Actions : Interactives instructions that are embedded as default actions in a program. Examples are accept buttons which is set to approve a piece of dialogue
Computer Terms
-
-
Storage
-
Primary Storage: Holds data in memory, RAM and cache.
Secondary Storage: hard disks, tapes
-
-