Grade 12 results are out. Where to check yours

Free short notes and revision cards

Grade 9 Information Technology

Grade 9 Information Technology on Temari has 26 revision cards, arranged by the chapters of the Ethiopian national curriculum. Every card says when the rule applies, what each symbol in it stands for, and the mistake students most often make with it. They are free to read and need no account.

26
Cards
6
Chapters
18
Reference tables
Grade 9 Information Technology
Textbook
Free
Price
30 August 2026
Last checked

Show one kind of card

01

Organization of files

When you use it

Use when deciding whether to duplicate a file or transfer it to a new directory.

Watch out

Copying creates an extra duplicate file on your computer. If you only want one copy in the new folder, use Move (Cut and Paste) instead.

Drafted from Grade 9 Information Technology, pages 1-36, then checked twice before it went up

When you use it

Use this distinction when identifying computer hardware storage versus operating system control software.

Watch out

Do not confuse drive with driver. A drive is a physical hardware storage component, while a driver is software that lets hardware communicate with the operating system.

Drafted from Grade 9 Information Technology, pages 1-36, then checked twice before it went up

When you use it

Use when removing unwanted files or managing disk storage space.

Watch out

Deleting a folder deletes all files and subfolders inside it. System files in the local disk must not be deleted as it harms computer operation.

Drafted from Grade 9 Information Technology, pages 1-36, then checked twice before it went up

Shortcut KeyAction
Win + EOpen File Explorer
Ctrl + CCopy selected item
Ctrl + XCut (move) selected item
Ctrl + VPaste item
F2Rename selected item
Shift + DeletePermanently delete item

When you use it

Use these keyboard shortcuts to quickly manage files and folders in Windows File Explorer.

Watch out

Pressing Shift + Delete bypasses the Recycle Bin and deletes the item permanently.

Drafted from Grade 9 Information Technology, pages 1-36, then checked twice before it went up

02

Computer network

FeatureClient-Server NetworkPeer-to-Peer Network
Central ServerDedicated server manages resourcesNo dedicated server, all peers are equal
SecurityCentralized high security on serverShare-level trust-based security
Node RolesClients request, server respondsEvery node can both request and respond
Cost and ScaleCostlier, stable for large networksCheaper, difficult if nodes exceed 10

When you use it

Use when contrasting network access models based on resource management, security, and hierarchy.

Watch out

In peer-to-peer, each computer is responsible for its own data. In client-server, security and files are centralized.

Drafted from Grade 9 Information Technology, pages 37-71, then checked twice before it went up

When you use it

Use when choosing between networking devices based on how they handle network traffic and addressing.

Watch out

A hub broadcasts data to all connected devices. A switch forwards data only to the destination port using physical addresses. A router connects different networks using routing tables.

Drafted from Grade 9 Information Technology, pages 37-71, then checked twice before it went up

DeviceNetwork RoleOperational Characteristic
NICConnects a computer to network mediumContains physical port or wireless antenna
RepeaterRegenerates and boosts weak signalsExtends network distance by cleaning noise
SwitchInterconnects devices within a LANUses physical address table to forward packets
RouterInterconnects different dissimilar networksUses routing table to find the best route
WAPBridges wireless devices to wired LANUses Wi-Fi or Bluetooth radio signals

When you use it

Use when identifying the function of hardware devices that connect, route, or regenerate data between hosts.

Watch out

A Switch creates a local network (LAN). A Router is required to connect different networks together.

Drafted from Grade 9 Information Technology, pages 37-71, then checked twice before it went up

Network TypeGeographical CoverageTypical Example
PANUp to 10 m10\text{ m}Bluetooth connected devices
LAN10 m10\text{ m} to 1 km1\text{ km} (building or campus)School laboratory or office
MAN10 km10\text{ km} to 100 km100\text{ km} (entire city)City-wide bank branch network
WAN1000 km1000\text{ km} to 10000 km10000\text{ km} (globe)The Internet

When you use it

Use when identifying or comparing network types based on physical distance and geographic coverage.

Watch out

Bluetooth is a PAN, not a LAN. The Internet is the prime example of a WAN.

Drafted from Grade 9 Information Technology, pages 37-71, then checked twice before it went up

TopologyPhysical LayoutMain AdvantageVulnerability / Point of Failure
BusSingle long backbone cableCheap and uses least cablingBreak in backbone disables whole network
StarDedicated link to central switchFault tolerant and easy to installCentral switch failure disables all nodes
RingCircular loop to two adjacent neighborsEasy fault isolationFailure of a single node disables whole ring
MeshDirect point-to-point link to every nodeMost secure and fault tolerantExtremely expensive and complex cabling

When you use it

Use when comparing network topologies by structure, cabling requirements, benefits, and failure behavior.

Watch out

In a Star network, one cable breaking affects only that computer, but switch failure breaks the entire network.

Drafted from Grade 9 Information Technology, pages 37-71, then checked twice before it went up

03

Application software

OperatorOperationExample FormulaResult
+Addition=3+33+366
-Subtraction=333-300
*Multiplication=333*399
/Division=3/33/311
^Exponentiation=333^32727
%Percent30%30\%0.30.3

When you use it

Use these operators to construct mathematical calculation formulas in Excel worksheets.

Watch out

All formulas must start with an equal sign (=), otherwise Excel treats the input as plain text.

Drafted from Grade 9 Information Technology, pages 72-144, then checked twice before it went up

Indent Marker or MethodAction
First-line indent markerAdjusts the first line indent of a paragraph
Hanging indent markerAdjusts all lines in a paragraph except the first line
Left indent markerMoves first-line and hanging indent markers together
Tab keyQuickest method to indent a single existing paragraph

When you use it

Use when adjusting the distance of paragraph text away from the left or right margin.

Watch out

Dragging the Left indent marker moves both the first-line and hanging indent markers at the same time.

Drafted from Grade 9 Information Technology, pages 72-144, then checked twice before it went up

View NameMain Function
Normal ViewCreate and edit slides, thumbnails, and speaker notes
Slide Sorter ViewReorder, hide, and set timing using slide thumbnails
Notes Page ViewCreate and print full-page notes for each slide
Reading / Slide Show ViewDisplay the presentation full-screen to the audience

When you use it

Use to switch between different working environments while designing, organizing, or presenting slides.

Watch out

Hiding a slide in Slide Sorter View keeps it in the file, but it will not appear during the presentation.

Drafted from Grade 9 Information Technology, pages 72-144, then checked twice before it went up

When you use it

Use relative references (like A1) when formulas should shift across rows or columns, and absolute references (like AA1) when a referenced cell must stay constant.

Watch out

Forgetting the dollar sign ($) or pressing F4 causes the referenced cell to shift incorrectly when dragging the fill handle.

Drafted from Grade 9 Information Technology, pages 72-144, then checked twice before it went up

AlignmentShortcutFunction
Left AlignmentCtrl + LAligns text evenly along the left margin
Center AlignmentCtrl + ECenters text between margins for titles
Right AlignmentCtrl + RAligns text evenly along the right margin
JustificationCtrl + JAligns text evenly to both left and right margins

When you use it

Use to format the horizontal orientation and edges of paragraphs or headings in Microsoft Word.

Watch out

Center alignment is meant for titles and headings, not for long paragraphs.

Drafted from Grade 9 Information Technology, pages 72-144, then checked twice before it went up

04

Image processing and multimedia

DefectUnderlying CauseCorrection Method in Photoshop
Red EyeCamera flash positioned right above lensRed Eye Tool under Healing Brush
Hot SpotFlash reflecting on shiny skin or surfacesClone Stamp Tool set to Darken blend mode
UnderexposureShooting indoors without flashDuplicate layer (Ctrl + J) and adjust Exposure
Dull ColorsMuted or low color intensityHue/Saturation adjustment layer

When you use it

Use when diagnosing photographic defects caused by lighting or camera flash and selecting their fix.

Watch out

When using Clone Stamp for hot spots, you must change the Blend Mode from Normal to Darken so only pixels lighter than the sample point are replaced.

Drafted from Grade 9 Information Technology, pages 145-191, then checked twice before it went up

When you use it

Reference when manipulating black, grey, or white sliders in a Levels adjustment layer.

Watch out

Dragging the black or white slider past the edges of the histogram data causes clipping. This permanently destroys tonal details in shadows or highlights.

Drafted from Grade 9 Information Technology, pages 145-191, then checked twice before it went up

Sharpening MethodCore SettingsOperating Principle
Unsharp MaskAmount, Radius (0.3 to 0.5), ThresholdSubtracts a blurry mask to detect edges, then increases edge contrast
Smart SharpenAmount (start 150%), Radius (1 to 2)Enhances edge sharpness with built-in Noise Reduction controls
High Pass FilterRadius (2 to 5), Blend Mode (Overlay, Soft Light)Extracts edges onto a gray layer and blends contrast into the original

When you use it

Select when choosing an appropriate sharpening technique to enhance image edge definition and clarity.

Watch out

High Pass filter requires converting the layer into a Smart Object first to keep the sharpening non-destructive and editable.

Drafted from Grade 9 Information Technology, pages 145-191, then checked twice before it went up

CategoryToolsPrimary Function
SelectionMove, Lasso, Object SelectionSelects, isolates, and moves objects or layers
Crop and SliceCrop Tool, SliceCuts out and removes unwanted outer areas
RetouchingSpot Healing Brush, Clone StampRemoves blemishes and samples pixels across areas
PaintingBrush, Gradient, EraserApplies strokes, color transitions, or deletes pixels
NavigationHand, ZoomNavigates view and magnifies specific pixel areas

When you use it

Consult when identifying the proper image editing tool category and its dedicated purpose.

Watch out

The toolbar displays single tools by default. Right click or click the small arrow on a tool icon to access hidden sub-tools.

Drafted from Grade 9 Information Technology, pages 145-191, then checked twice before it went up

05

Information and computer security

PrincipleMeaningViolation Example
ConfidentialityRestricting data access to intended audience onlyUnauthorized person reading exam results
IntegrityEnsuring data is trusted, authentic, and not wrongly changedUnauthorized alteration of student marks
AvailabilityEnsuring systems and data are accessible when neededDoS attack halting banking services

When you use it

Use this to classify computer security requirements and evaluate whether a system protects privacy, correctness, or accessibility.

Watch out

Do not confuse confidentiality with integrity. Confidentiality stops unauthorized viewing, while integrity stops unauthorized modification.

Drafted from Grade 9 Information Technology, pages 192-216, then checked twice before it went up

Attack TypeMechanism
Denial of service (DoS)Floods targets with requests to block legitimate users
PhishingSends fraudulent emails appearing from reputable sources to steal data
Man in the middleIntercepts and steals data from communication between two parties
EavesdroppingSniffs unencrypted data transmitted across open networks
SQL injectionInjects unauthorized input into a database SQL query via a website
Social engineeringCreates a manipulative social situation to trick users into giving data

When you use it

Use this to identify the specific cyber-attack method described in a scenario or exam question.

Watch out

Phishing relies on deceptive messaging like fake emails, while Eavesdropping intercepts raw transmission traffic on open networks.

Drafted from Grade 9 Information Technology, pages 192-216, then checked twice before it went up

Loss CategoryDefinition
Destruction or loss of informationHardware breakdown or permanent loss of data
Corruption of informationUnauthorized alteration of stored files or records
Theft of servicesUnauthorized use of computer or network resources
Illegal usageUsing normal system functions for unlawful or harmful behavior
Disclosure of informationDisseminating private data to unauthorized individuals
Denial of useDegrading or blocking access to authorized users
Elevation of privilegeExploiting system weakness to gain higher user access rights

When you use it

Use this to categorize the specific damage or impact caused by an information security breach.

Watch out

Elevation of privilege is gaining higher user rights than assigned, while theft of services is using legitimate privileges for unauthorized purposes.

Drafted from Grade 9 Information Technology, pages 192-216, then checked twice before it went up

When you use it

Use this when explaining the balance between human behavior and technical safeguards in computer security.

Watch out

Remember that 90% of security relies on users following good computing practices, and only 10% on technical tools, not the reverse.

Drafted from Grade 9 Information Technology, pages 192-216, then checked twice before it went up

Malware TypeCore Characteristic
VirusReplicates itself to alter program functioning
WormIndependent program that infects via network devices
Trojan horseDisguises as a legitimate program to steal or damage
SpywareSecretly tracks user activities and information
RansomwareLocks system files and demands payment for release
Key loggerRecords keyboard strokes to steal credentials
AdwareAdvertising software that can slow down devices or install threats
BotnetsNetwork of infected machines remotely controlled by an attacker

When you use it

Use this to distinguish among different malicious software types based on their method of operation.

Watch out

A worm is an independent program that spreads over networks, whereas a virus requires host code or user actions to replicate.

Drafted from Grade 9 Information Technology, pages 192-216, then checked twice before it went up

06

Fundamentals of programming

When you use it

Use when identifying control structures in flowcharts and algorithms.

Watch out

A diamond symbol by itself is a decision (selection). It only becomes a repetition (loop) if a flow line loops back to an earlier step.

Drafted from Grade 9 Information Technology, page 217 onwards, then checked twice before it went up

StepPolya General MethodComputer Science Adaptation
1Understand the problemUnderstand the problem
2Make a planDevelop an algorithm
3Execute the planWrite the program
4Review and extendTest the program

When you use it

Use when outlining the systematic stages of solving computational problems.

Watch out

Do not write code directly before completing step 2 which is developing the algorithm.

Drafted from Grade 9 Information Technology, page 217 onwards, then checked twice before it went up

ApproachStarting PointCore Strategy
Top-downGeneral main problemDecomposes a large problem into smaller manageable modules
Bottom-upIndividual small modulesIntegrates basic existing modules to build a complete program

When you use it

Use when choosing a problem-solving strategy for designing complex computer programs.

Watch out

Top-down divides from top to bottom, while bottom-up combines existing small pieces upward into a system.

Drafted from Grade 9 Information Technology, page 217 onwards, then checked twice before it went up

The same subject in other years

An exam paper keeps asking for what the year below taught. Those cards are here too.

Questions students ask

What do the Grade 9 Information Technology cards cover?
26 cards across 6 chapters of the national textbook: Organization of files, Computer network, Application software, Image processing and multimedia, Information and computer security and Fundamentals of programming. You can take any chapter one card at a time on the page itself.
Is there a national exam in Grade 9?
No. Ethiopia sets national exams in Grade 6, Grade 8 and Grade 12 only. These cards are for your school's own exams, and for the national exam that comes a few years later.
Where do these cards come from?
They are drafted from Grade 9 Information Technology, the Ministry of Education textbook for this grade. A second pass that cannot see the chapter then re-derives every formula, constant and table row, and anything it cannot confirm is held back instead of published.
Is this free?
Yes. Every card here is free to read and the printable sheet is free to download. Neither needs an account.
When was this last checked?
30 August 2026. Cards arrive chapter by chapter, and the line under each one says when that card was last read through.

Revise, then test yourself

Temari turns these cards into practice questions and marks them as you go, with an AI tutor to explain anything that did not land.

Start free
Sign inCreate your account