Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Blank 3

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Specisl characters names!

- :Dash, Hophen,
— :Under score.
. :Full stop, dot.
@ :At.
() :Parenthesis.
{} :Curly brackets, Fancy brackets.
[] :Square bradkets
: :Colon.
; :Semicolon.
! :Exclamation mark.
& :And.
| :Оr
” :Quotation
‘ :single quotation

Managebac:
How to view my class schedule.
How to see homework. /calendar
How to submit an assignment.
Google Suit:
How to access Gmail, Docs, Sheets and Slides.
How to use Google drive, create folders and colour code folders per subject.
How to write an email:
1. Subject: Has to be inductive of the purpose of the email. If it is an urgent matter, start the
subject line with the word "URGENT:" capitalised and followed by a colon then the purpose.
2. Greetings: Start with "Dear Mr. Amr,". The D,M and the rst letter of the name has to be
capitalised. Mr.Ms., Mrs. has to be followed by a full stop.
Place a comma after the name and then start a new line.
3. Body: The message with no typos or grammatical mistakes and with proper punctuation.
4. Signature: end the email with "Sincerely yours, or Thank you, or Kind regards, " followed by
a comma then in a new line add your name startin

Coding can be in di erent programming languages.


Playground teaches a programming language called SWIFT.
Swift Programming language is used by Apple.
Programming Languages have Keywords.
Programming languages have Syntax. (Sentences)
Order of the code matters.
Keywords:
1. Algorithms: Step by step detailed instruction to solve a problem.
2. Function (). A code that executes an action for example moveForward().
3. If/Else Statement also known as Conditional used to make decisions.
4. For (Loop): Used to repeat code.
5. Boolean (true/false): Used with IF/Else Statement.
6. Operator such as (+, -, ", /).
7. Logical Operators such as I (NOT), & (AND), I (OR).
8. Variable is a space to save a value for example score counting in games uses a variable.
9. The variable score increments by 1.
10. Increase is an inconsistent increase of score.
11. Increment is a consistent increase in score by a certain value.
ff
fi
12. To Increment score you write "Score = Score + 1*.
13. Parameter is a value in a function Such as "moveForward(6)".
14.Create an instance of Expert such as "let expert = Expert)".
15.create an instance of expert such as “let expert = Expert ()”.

A-B : dash- hy phen


A_B : unclear score
A.B: dot, full stop, period
A@B: at
( ) : parenthesis
[ ] : square bracket
{ }: urla brackets
: : colon
; : semicolon

Coding can be di erent programming languages. playground teaches a programming


language called SWIFT, swift programming language is used by apple programming languages
have keywords.
Order of my code matters.
Keywords :
If/else (conditional)
For (loop) to repeat
Boolean (true/false) used with if/else statements
Logical operations.
ff

You might also like