ICT Practical Revision Notes
ICT Practical Revision Notes
ICT Practical Revision Notes
PowerPoint Presentation
loop a slide show so it plays continuously until the Esc key is pressed
Slide show tab click on Set Up Slide Show under Set Up Show
options tick the box with “loop...”
Excel
Showing formulae (To show formulas instead of values) select Show
Formulas under the Formula Auditing section of the Formulas tab
To set a cell as currency → click on the popup box in the Number
section of the Home tab → select Currency and pick the required
symbol and number of decimal places as specified on the paper.
To color a range of cells that contain certain values → under Styles
section in the Home tab → click on the drop-down menu
under Conditional Formatting Choose New Rule → Format only cells
that contain→ add the rule according to the instructions on the paper
from the Format tab (ego: less than 100, format: green)
You can add more than one rule to a range of cells, by repeating the
same steps for the new rule.
When you are using another file as a source file (LOOKUP function),
make sure it is open until the end, else the spreadsheet will no longer be
able to access that data.
To make cell reference absolute, press F4 while highlighting it
DESCRIPTION FORMULA
Add, Subtract, Multiply, =A1+B1
DESCRIPTION FORMULA
Divide
SUM (Adding a range of =SUM(A1:A4)
numbers)
COUNT (Counting
generally how many numbers
=COUNT(A1:A4)
are in a range including
blanks)
Color Codes
Pure red is (FF0000)
Pure green is (00FF00)
Pure blue is (0000FF)
Pure yellow is (FFFF00)
Pure black is (000000)
Pure white is (FFFFFF)
CSS
Inline CSS e.g. <table border=”1” style= “width:200px”>
Format for external CSS e.g. h1 {property: value;}
To add multiple fonts, add commas e.g. h1 {font-family: Arial,
Calibri, sans-serif;}
body {background-repeat: no-repeat;}
body {background-position: top/left/right/bottom;}
h1 {text-align: left/right/top/bottom;}