Grade 12 results are out. Where to check yours

Free short notes and revision cards

Grade 8 Information Technology

Grade 8 Information Technology on Temari has 15 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.

15
Cards
6
Chapters
5
Reference tables
Grade 8 Information Technology
Textbook
Free
Price
30 August 2026
Last checked

Show one kind of card

01

Basics of Computer

When you use it

Use this card when answering questions about the limits and characteristics of computer calculations.

Watch out

A computer has 100 percent accuracy in its operations, but it has no IQ or feelings. If incorrect data is entered, the computer produces an incorrect result without self correction.

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

When you use it

Use this rule when describing the complete data processing cycle of a computer system.

Watch out

Do not confuse the device used with the function. A printer is an output hardware device, while outputting is the function.

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

02

Computer Hardware

When you use it

Use this to avoid standard errors on CPU speed units, optical disc names, and CU responsibilities.

Watch out

DVD stands for Digital Versatile Disc, not Digital Video Disc. CPU speed is measured in Hertz (Hz), not only Megahertz. The Control Unit directs operations but does not perform calculations itself.

Drafted from Grade 8 Information Technology, pages 19-39, then checked twice before it went up

03

Computer Software

When you use it

Use when troubleshooting formulas that display as plain text instead of calculating values.

Watch out

Writing SUM(B3:B9) or B2+B3 without the leading equal sign causes the spreadsheet to treat it as ordinary text, so no calculation happens.

Drafted from Grade 8 Information Technology, pages 40-62, then checked twice before it went up

When you use it

Use when writing any calculation, mathematical expression, or predefined function in a spreadsheet cell.

Watch out

Every formula or function must start with the equal sign (=), followed by the expression or function name with arguments in parentheses.

Drafted from Grade 8 Information Technology, pages 40-62, then checked twice before it went up

Software TypePrimary RoleExamples
Operating SystemManages hardware and software resources, provides common servicesWindows, Mac OS, Linux
Utility SoftwareManages configuration, performance, and maintenance tasksAnti-virus, Backup software
Driver SoftwareControls hardware devices and enables peripherals to communicate with the OSPrinter driver
Application SoftwareAssists users to perform specific tasks such as text, calculations, and mediaWord processor, Spreadsheet, Power Point

When you use it

Use when identifying or classifying software programs based on their role in a computer system.

Watch out

Driver software specifically allows external devices to talk to the operating system, whereas utility software optimizes and maintains the system.

Drafted from Grade 8 Information Technology, pages 40-62, then checked twice before it went up

Utility CategoryPurposeExamples
System UtilitiesSystem diagnostics, network management, and securityAnti-virus, Diagnostic programs, Network utilities
Storage Management UtilitiesManaging storage disks, formatting, and partitioningBackup software, Disk formatters, Disk partition editors
File Management UtilitiesProtecting, compressing, and transforming filesData recovery, Data compression, Data conversion

When you use it

Use when grouping maintenance tools by their functional area in system management.

Watch out

Data compression belongs to file management utilities, not storage management utilities.

Drafted from Grade 8 Information Technology, pages 40-62, then checked twice before it went up

04

Internet

When you use it

Use when distinguishing between the physical network and the services running on it.

Watch out

The Internet is the global network of interconnected computers, whereas the WWW is a collection of web pages and websites that forms only one part of the Internet.

Drafted from Grade 8 Information Technology, pages 63-80, then checked twice before it went up

When you use it

Use when identifying the required components of a web address or an electronic mail address.

Watch out

Email addresses take the form username@domainname, cannot contain spaces, and are not case sensitive. A URL contains a protocol identifier and a resource name.

Drafted from Grade 8 Information Technology, pages 63-80, then checked twice before it went up

05

Computer Ergonomics

When you use it

Use when explaining radiation exposure risks and battery power dynamics in portable devices.

Watch out

Do not assume low signal reduces phone radiation. The device increases its transmission power to stay connected to distant towers, transmitting significantly more radiation.

Drafted from Grade 8 Information Technology, pages 81-90, then checked twice before it went up

Body PartRecommended Posture
ElbowsAbove desk, at 90 to 110 degrees
Hips, knees, anklesAt 90 degrees whilst seated
BackrestAngled at 90 to 110 degrees with lumbar support
EyesLooking at top third of screen
FeetFlat on the ground or footrest

When you use it

Use when identifying the correct angles, heights, and physical setup for computer workstations.

Watch out

The goal of ergonomics is preventing soft tissue injuries and musculoskeletal disorders, not software or system security.

Drafted from Grade 8 Information Technology, pages 81-90, then checked twice before it went up

06

Logic Oriented Graphics Oriented (LOGO) Programming

PrimitiveMeaningAction
FDForwardMoves turtle forward
BKBackMoves turtle backward
RTRightTurns turtle right
LTLeftTurns turtle left
HTHide TurtleHides turtle
STShow TurtleShows turtle
CSClear ScreenClears screen and returns turtle HOME
CTClear TextClears text in recall list box
HOMEHomeBrings turtle to centre position
PUPenupMoves turtle without drawing line
PDPendownPuts pen down to resume drawing

When you use it

Use this reference to recall standard turtle movement and screen control commands.

Watch out

CS clears the graphics screen and resets the turtle, while CT clears the text list box only.

Drafted from Grade 8 Information Technology, page 91 onwards, then checked twice before it went up

StatementGeneral Syntax
ifelseifelse [condition] [action if true] [action if false]
untiluntil [condition] [action]
whilewhile [condition] [action]
do.untildo.until [action] [condition]
do.whiledo.while [action] [condition]

When you use it

Use when writing branch decisions or repeated actions based on conditions in LOGO.

Watch out

In until and while, the condition comes before the action; in do.until and do.while, the action comes first.

Drafted from Grade 8 Information Technology, page 91 onwards, then checked twice before it went up

When you use it

Use this structure to save a reusable sequence of commands or to create recursive procedures.

Watch out

Every procedure must start with TO followed by the procedure name and finish with END on a new line. In a recursive procedure, the procedure calls itself from within its own body.

Drafted from Grade 8 Information Technology, page 91 onwards, then checked twice before it went up

When you use it

Use this rule when assigning a value to a variable or reading its value in expressions.

Watch out

Use a quotation mark before the variable name to assign it (e.g. make "size 10), but use a colon to read its value (e.g. print :size). Writing size without a colon is treated as raw text.

Drafted from Grade 8 Information Technology, page 91 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 8 Information Technology cards cover?
15 cards across 6 chapters of the national textbook: Basics of Computer, Computer Hardware, Computer Software, Internet, Computer Ergonomics and Logic Oriented Graphics Oriented (LOGO) Programming. You can take any chapter one card at a time on the page itself.
Do these help with the Grade 8 national exam?
Yes. Grade 8 sits a national exam, and these are the Information Technology rules and formulas it expects you to know. Past papers with a worked answer behind every question are on the same site, also free.
Where do these cards come from?
They are drafted from Grade 8 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