Caie Igcse Ict 0417 Practical v1
Caie Igcse Ict 0417 Practical v1
ORG
CAIE IGCSE
ICT (0417)
SUMMARIZED NOTES ON THE SYLLABUS
CAIE IGCSE ICT (0417)
1.Document Production
1.1. Word Processing (MS Word)
Serif – with flicks e.g. Cambria
Sans-serif – without flicks e.g. Calibri
One part of document as 1 column and the rest in two
columns a → section break.
When you want to move text to the next column a →
column break. To set certain bullet to a list style → click on format →
To force all further text onto the next page → page break click on Numbering → Bullets tab → choose required
A widow= single line that appears on the next page or option
column, separated from the rest of the paragraph To indent text for a style → click on format → Paragraph
An orphan = single line that appears on the previous page and input required indents under the Indentation section.
or column, separated from the rest of the paragraph. Choose hanging indents to indent the whole paragraph,
To add page numbers in the header/footer------→ Place and first line indents to indent only the first line of a
your cursor where you want to put the number → Go to paragraph.
insert tab → Quick parts → Select Numbering category
→ Select Page in field names → Click Ok
Add the file size/name (including file path) → click on 3.Mail merge
Quick parts in Insert tab → click on Field → select File
Size or File name. For file path → check the box to Create a master document, which is mostly given as
include file path. For file size → choose whether Kilobytes a source file
or Megabytes. In the master document, click on the Mailings tab
Include date → click on Date & Time in Insert tab → In the start mail merge section, click on select recipients
choose an appropriate format as specified. (If the → select use an existing list → choose source
date/month format is flipped → change your region/ file Select records to be used, filter if necessary
language settings on your computer to United Kingdom.)
Update fields if required (select auto update while
inserting fields.)
2.House Styles
Remember to follow all the instructions given, to avoid
losing easy marks Insert merge fields where indicated with chevrons, i.e.
Type in the name of the style exactly as it is in the paper <Field>
Click on the drop-down arrow in the Styles section → Place automated current date and/or time, as well as
select create a new style your name, centre number and candidate number where
Always base your styles on the Normal font specified. Ensure date is in the correct format specified.
Setting the line spacing → click on format → then
paragraph → select required options
From the same tab, you can change the spacing
before and after the paragraph
Setting all capital letters → click on format → font → tick
the option All Caps
Spell check and proof read the document.
Save the master document, and click finish and merge.
Preview results and ensure that they look as required.
While printing:
check all merge fields are placed
field codes are visible if necessary. (Go to Advanced
settings so they are displayed when printing. Proof of
date inserted may be asked, right click and toggle field
codes or just use the shortcut Alt+F9.)
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
=COUNT(\[Primary_field\])
Count number of fields in
Always use primary field as it
a report
is the only unique field
Sum of fields in a report =SUM(\[Field_name\])
Average of fields in a report =AVG(\[Field_name\])
Minimum of fields in a report =MIN(\[Field_name\])
Maximum of fields in a =MAX(\[Field_name\])
report
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
6. Data Analysis
Naming a range of cells → select the cells → right click
and select ‘Name a Range’. → type the name in the
option box. Ensure the range is correctly selected.
DESCRIPTION FORMULA
Add, Subtract, Multiply,
=A1+B1
Divide
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
DESCRIPTION
DESCRIPTION FORMULA FORMULA
SUM = Adding a range of =AVERAGEIF($D$4:$D$64,G3,
Average IF – it searches for=SUM(A1:A4)
numbers $E$4:$E$64)$D$4:$D$64
criteria and makes an
AVERAGE - Find the average =AVERAGE(A1:A4)
is the range, G3 is the
average of the range
MIN - Find the low value criteria, $E$4:$E$64 is the
=MIN(A1:A4)
according to the criteria
MAX - Find the highest value =MAX(A1:A4)average range
SQRT – Square
COUNT - Finding how many root of a
=SQRT(B3)B3 is the number
=COUNT(A1:A4)
number
numbers are in a range
COUNTA - Counting the
=COUNTA(A1:A4)
number of items in a range
INT - Converts to the lowest
=INT(A1)
whole number
=ROUND(A1,2) The 2 is the
ROUND - Rounding numbers
number of decimal places
ROUNDUP - Rounding =ROUNDUP(A1,2) The 2 is the
numbers up number of decimal places
ROUNDDOWN - Rounding =ROUNDDOWN(A1,2) The 2 is
numbers down the number of decimal places
=VLOOKUP(A1,$B$1:$C$8,2)A
1 is the cell to 7.Website Authoring (HTML)
VLOOKUP - Looking up what check$B$1:$C$8 is the array
particular values mean from to look in2 is column 2 7.1. HTML
a table arranged vertically from $B$1:$C$8 meaning
return the value in column 2 Anchors: help navigate throughout a webpage
in that section. Highlight the destination of the anchor, and set a
=HLOOKUP(A1,$B$1:$G$2,2) bookmark
A1 is the cell to You can use
HLOOKUP - Looking up check$B$1:$G$2 is the array tags in your code around this text
what particular values mean to look in2 is row 2 <div id="top"> Destination text </div>
from a table arranged from $B$1:$G$2 meaning Highlight the word or image that will be the hyperlink,
horizontally return the value in row 2 and click insert hyperlink and type the address of the
in website or the bookmark or the email address
that section. provided in the respective places.
=SUMIF($B$1:$C$8,A1, $D$1: If the link needs to open in a new window select New
$D$8)Checks if any cells Window from target frame. This will give you a target
SUMIF – adding up
in $B$1:$C$8 = A1 and if they setting of "_blank"
specific values in a
do then it adds them
range
together
=COUNTIF(A2:A4,">4") Checks
COUNTIF - Counts the that cells have a value greater
number of cells in a range than 4=COUNTIF(A2:A4, A1)
that satisfy the given criteria Checks that the cells are
equal to the value in cell A1
=IF($B$1:$B$8=A1,”A”)IF the
IF – Deciding what will go
value in A1 appears in the
into a cell
range of cells then write A
=IF($B$1:$B$8=A1,”A”,
IF($B$1:$B$8=A2,”B”,
IF($B$1:$B$8=A3,”C”,D)))IF
Nested IF the value in the range equals
A1 then write A, if it equals A2
write B, A3 write C and none
of them D
If there are specified dimensions for a table, use the table
properties to set these values.
Check the code to ensure that the table is not set to 100%
width, if there are other values given.
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
Eg. h1 { font-family: Arial, Calibri, sans- internet and between computers and other devices
serif;} like printers.
Tables 13 Explain why headers and footers are needed:
Headers and footers ensure each page has all
the
Tables have many attributes to help style them required information like the page numbers, company
Cell padding : creates space between text and logo and name etc. It makes the document more
cell border reliable, professional, and consistent, as the
Cell spacing: creates space between individual cells information appears on every page. This saves time
Borders and reduces errors as they are only typed once.
Background color: background tags in the tables only 14 Explain what is meant by corporate branding/house
apply to the tables. style:
Individual td or th headings can also be specified in css It refers to a specific style of fonts and formats used in
the making of ICT solutions by organisations.
Table tags format 14 Explain why consistent styles are required:
cell padding Table { padding :40px;} Consistent styles enable users to associate a
cell spacing Table { spacing : 30px;} particular organisation with a style. They look
Table { border-width:3px;} professional.
Table { border-color: #000098;} 15.1 Explain why the automated suggestions given
borders
Table { border-style: solid;} by spell check software do not always give the
Table { background-color: #009499;} correct response:
td { font-size: 3;} Some words, e.g. proper nouns are not found in the
Td/th tags td { font-family: dictionary. This makes spell checkers less efficient.
Calibri;} td { color: Names and places are not identified by spell checkers
#000000;} 15.1 Explain why validation checks must be appropriate
table { width:50px;} to the data that is being checked:
Dimesnions An inappropriate check can lead to error messages
table { height:60px;}
and altered data, as it may accept or reject wrong
body { background-repeat: no-repeat;} data.
body {background-position: top/left/right/bottom;} 15.2 Describe the importance of accuracy and the
h1 {text-align: left/right/top/bottom;} potential consequences of data entry errors:
Accurate data ensures the results obtained by the
processing of data is relevant, which is essential to the
8. Editing Images usability of the model
15.2 Define the term verification:
To save a picture with 8 bit - colour depth save it as a gif A way of preventing errors when data is copied from
Open it in paint and save as one medium to another
To compress the size of a picture open it in picture 15.2 Describe visual verification:
manager Visual comparison of data entered with a data source
Edit picture Checking for errors by comparing entered data on the
Compress pictures screen with the data in the original document (not the
Choose most suitable option same as proof reading)
To change colour options of a picture use picture 15.2 Describe double data entry:
manager
Entering data twice and comparing them either after data
Edit picture
has been entered, or during the entry process.
Colour
15.2 Explain the need for validation as well as
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
WWW.ZNOTES.OR
CAIE IGCSE ICT (0417)
WWW.ZNOTES.OR
CAIE IGCSE
ICT (0417)