Please enable JavaScript.
Coggle requires JavaScript to display documents.
Year 8 Computing Exam - Coggle Diagram
Year 8 Computing
Exam
Python
Programming Language
Used by Google and NASA
Syntax Rules
Variables
Have a name and a value
Password = input("please enter password:")
Are a location in memory
The name is on the left of the line of programming
print("Hello")
Selection statements
Include if, elif and else
is when a program has more than one route/choice
2 choices - if and else
3 choices if, elif and else
4 choices - if, elif, elif and else
print commands in selection statements must be indented
Web Design
Logos
House style
Overall style of website
Color combinations
font style
banner - appears across the top of the webpage
html - hyper text markup language
Uses tags
examples of tags
paragraph
<p>hello</p>