Contact: +6017-761 9288
Table of contents
Cambridge IGCSE Information and Communication Technology provides learners with the ability to use a broad range of ICT skills and encourages knowledge and understanding of the development of ICT systems, networks and their safe use.
I feel strongly that ICT (Information and Communication Technology) and Computer Science knowledge are indispensable in our rapidly evolving world. They hold the key to unlocking endless possibilities. Every student should have at least 1 of the 2 units.
Paper 1 – Theory Written paper, 1 hour 30 minutes, 80 marks
Paper 2 – Document Production, Databases and Presentations Practical test, 2 hours 15 minutes, 70 marks
Paper 3 – Spreadsheets and Website Authoring Practical test, 2 hours 15 minutes, 70 marks
~ F****
"The ICT paper today was pretty good by the way. Thanks for all your help" ~ A*****
"Thank you for admitting me, cher. I enjoy your class😄" ~ C******
"Thanks for teaching . Appreciate it a lot" ~ J*****
Analog signal
Digital signal
Motherboard
Lenovo BIOS
VR
Split ergonomic keyboard
Old Mouse
Pixel (PIcture ELement)
Barcode Scanner
Text To Speech (TTS)
Workings of a Laser Printer
Workings of Thermal bubble
Working of Piezoelectric
Plotter
Cisco Router
Electronic token (video taken from JCU)
Wireless vs. Wired networking
Point-of-sale (POS ) terminals; just think of the cashier in our supermarket.
-Radio frequency identification devices (RFID)
A bank is looking into a variety of security measures to protect its customers’ data.
Describe three types of authentication technique they could use and for each give a benefit
and a drawback.
User ID and password
Benefit – each user ID could be unique/only user will know the password/data can only be
accessed by person who knows the password/Password can be changed frequently to avoid
hackers guessing them/Unsuccessful logins can throw you out of the system
Drawback – user might forget password/keylogging software can be used to intercept it
Biometrics
Benefit – each user has unique biometrics
Drawback – equipment is expensive to buy/may be difficult or expensive to get equipment to user
Magnetic/chip card with PIN
Benefit – Hacker needs to have the card and know the PIN
Drawback – can lose the card/can forget PIN
Design
Validation is the checking that data is reasonable or acceptable
Validation does not check that data is correct
If, for example, data is incorrect but within a given range, a range check won’t reject it
Validation is always carried out by the computer
Direct Changeover and Parallel Changeover
Join our CyberSecurity Facebook group.
Key Log / Keylogger
Face ID
Face recognition
Advantage
non-intrusive method
relatively inexpensive technology
Disadvantage
can be affected by changes in lighting, the person’s hair, their age, and if the person is wearing spectacles
Iris Scanner
Firewall
SPAM CONTROL ACT 2007 (Singapore) https://sso.agc.gov.sg/Act/SCA2007
The purpose of web browser:
Retrieves code from the server. Downloads information resources
Interprets the code as a web page. Uses page resources to build a web page. Runs the code
The web page is displayed. Renders web page to view
Allows the user to navigate to other information
Runs 'client-side' scripts on the web page
The video is for Windows user
Group By - More
Display file details in a folder
The video is for MAC user
Paint
In the Paint toolbar, click the Resize button
In the Resize and Skew dialog box, select Pixels.
Uncheck Maintain aspect ratio.
Enter 600 in both Horizontal and Vertical fields.
Click on OK.
Save your image by clicking on the File menu, and then clicking the Save As command
Paint - Resize
GIMP - flip, rotate and crop
Photo
Ctrl + E to activate Enhanced Editor
Verification is checking that data has been accurately copied from one medium to another.
Verification does not check that data is correct. If original data is incorrect it will still be incorrect after it has been copied accurately.
Verification can sometimes be carried out by the user
Paragraph Mark
Select the text that you want to format as a new style.
On the mini toolbar that appears above your selection, specify the formatting that you want.
With the formatted text selected, click the More arrow in the lower-right corner of the Styles gallery, and then click Create a Style.
The Create New Style from Formatting dialog box appears. Give the style a name and then click OK.
The style that you created appears in the Styles gallery with the name that you gave it, ready for you to apply whenever you want to text to appear in that format
*Microsoft font references
Arial = Sans-serif
New Times Roman = Serif
Merge Ms Word table's cells & Vertical Cell alignment
To create space after a table; style the paragraph immediately after the table, and your table should appear spaced properly.
Multi-column
If you can only see inches, you will need to change the units of measurement from inches to centimeters in Microsoft Word by:
Go to File
Select Options
Select Advanced
Scroll down to Display
Select the unit you want in Show measurements in units of
Select OK
Column layout and spacing
Sorting bullet points
Printer Troubleshooting
There are No Printer Installed in Ms Office. But there the printer in installed in Windows.
There is an error message "The local print spooler service is not running"
Solution
Press Windows key + R to open the Run dialog, type services.msc and click OK. Then, look for the Printer Spooler service and double-click on it. In the Properties window, you can change its startup type to Automatic and click Start if it is not already running. You can also click on Stop if it is running and then click Start again.
According to this article. Access is NOT native to Mac OS
Go to Settings
Time & Language
Language & Region
Region - Country or Region: Malaysia
Do not drag and drop a CSV file into Access. It will only create a link and not import the data
If you "Let Access add primary key", an ID column will be created in the table
N220Score.csv import solution
It is easier to generate reports from queries
Open a libre base file
Open the csv file you want to import
Copy the contents of the csv, using e.g ctr+c (if using windows operating system)
Go back to the opened libre base file
Click on Tables tab on the left
On the list of tables pane, right click and choose paste
A Wizard dialog box will open
It is easier to create Charts in Spreadsheet than copy and paste it into your presentation.
Using the Ctrl Key for Selection
Click on the first cell/range that you want to select.
Next, press and hold down the Ctrl key.
While holding down the Ctrl button, click on each additional cell or range that you want to add to your selection.
Once all desired cells/ranges have been chosen, release the Ctrl key, and your selections will remain highlighted entirely
Insert Header / Footer into Excel for placing your Name, Centre Number and Candidate Number
Sum function used for sub-total
Statistical function ~ Average, Minimum and Maximum
IF (conditional) function in Excel
XLookUp is available after 2020
Filter
Set the target attribute to _self for each hyperlink in your HTML.
<!DOCTYPE html>
<html>
<head>
<base target="_self">
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Set the target attribute to _new for each hyperlink in your HTML.
<!DOCTYPE html>
<html>
<head>
<base target="_new">
</head>
<body>
<!-- Your content goes here -->
</body>
</html>
Absolute file paths contain a complete URL/full file path with file name. Contents of the URL include protocol, the website's domain name, specific file, subfolder, page name.
example: "http:\\One\Pictures\Samantha Sung.png"
Relative file paths only include a specific file or page. This is relative to the current path//starts from the same folder as the web page.
Table properties in Microsoft Web Expression 4
<table>
<tr>
<td>
<img style="width: 100%" src="image.png" />
</td>
</tr>
</table>
<video width="100%" controls>
<source src="j31balloon.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
A hyperlink allows the user to move from one web page to another web page/website
The code within a hyperlink can be "href..", "rel..”, “target..”
A hyperlink can be attached to a block of text or image
A hyperlink can be clicked on to cause another web page or part of the same web page to be displayed
A hyperlink can redirect a user to an anchor by including its name
A hyperlink is clickable
An anchor allows the user to move from one part of a web page to another part.
An anchor is a label that identifies a specific position in a document. An anchor is within a hyperlink
An anchor needs a point set in the document and a link
The code within an anchor will either be "name.." or "id.."
An anchor determines a fixed point on a web page that is used as a bookmark
An anchor can be placed at any point on a web page
/* This is a single-line comment */
/* This is
a multi-line
comment */
Set the background for the web page so that it has a colour with a:
blue component of 36
red component of 21
green component of 2f
Set the background for the web page so that the image j2131bg.png is placed in only the top left corner of the window.
Set the font for styles h1, h2, h3 and for the paragraph style, so that the browser selects and displays the font San Francisco. If this font is not available, the browser selects and displays the font Calibri. If neither of these fonts are available, the browser should display its default sans-serif font.
Set the paragraph style so the text is fully justified with a 12 point font.
Right align all tables in the browser window.
All colour codes must be displayed in hexadecimal.
body {
background-color: #36212F;
background-image: url("j2131bg.png");
background-repeat: no-repeat;
background-position: top left;
}
h1, h2, h3, p {
font-family: 'San Francisco', Calibri, sans-serif;
}
p {
text-align: justify;
font-size: 12pt;
}
table {
margin-left: auto;
margin-right: 0;
}
/* this is a comment */