Please enable JavaScript.
Coggle requires JavaScript to display documents.
yr 8 revision - Coggle Diagram
yr 8 revision
coding
-
-
-
-
Is a space in memory to store some information, that we can be used later on in a program. This
-
-
-
square brick must go in the square hole, and a round brick in a round hole.
-
-
-
-
Integer or int is a type (category) of variable. An integer or int is a whole number. For example 1,
-
-
Float is a type (category) of variable. A float is a decimal number. E.G 1.2, 1.234, 0.123
-
-
-
A List a is type (category) of variable. It can store multiple pieces of information in one variable.
Lists can store a mixture of strings, ints, floats, even other lists. Think of it like a shopping list.
-
-
-
-
-
-
-
-
-
-
-
-
Are mathematical functions that can be preformed on integers and floats. For example add (+),
subtract (-), multiply () divide (/), MOD (%), Integer Division (//), exponent (*)
-
-
Are used to assign values to variables. For example = , += , -= , *= , /=
-
-
-
-
-
-
-
elif HomeworkComplete print("You can play Xbox"), else print("Do your homework!")
-
-
Used with conditional statements if, elif, and else as all can be resolved to true or false. For
-
= 'greater than or equal to' <= 'less than or equal to'
-
-
-
-
-
-
-
-
-
-
-
-
When the code runs, but does not do what you expect. Logic errors are far harder to fix.
Html
-
-
-
-
-
-
-
-
include: Internet Explorer, Firefox, Safari, Opera and Chrome.
-
-
-
-
-
-
Content that uses a combination of different types of media ‐ eg, text, audio, images.
-
A link from a hypertext document to another location, activated by clicking on a highlighted
-
-
An area on a computer screen which can be clicked to activate a function, usually an image
-
-
-
-
-
-
-
-
-
-
-
-
-
<ol>, <ul> Ordered/unordered list
-
-
-
<h1>, <h2>, <h3> Headings
<b>, <i>, <u> Bold. Italic and Underline
animation
-
Arrangement of images, videos, sounds and text made into a professional video.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Placing an object in a certain position. Bring to front, Send back.
-
-
-
-
-
-
-
web authoring keywords
-
Arrangement of images, videos, sounds and text made into a professional video.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Placing an object in a certain position. Bring to front, Send back.
-
-
-
-
-
-
-