Grade 12 results are out. Where to check yours

Free short notes and revision cards

Grade 11 Information Technology

Grade 11 Information Technology on Temari has 16 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.

16
Cards
6
Chapters
7
Reference tables
Grade 11 Information Communication Technology
Textbook
Free
Price
30 August 2026
Last checked

Show one kind of card

01

Information Systems and Its Applications

LevelDescriptionExample
DataRaw facts without inherent context or meaning100, +251...
InformationData processed and structured to answer who, what, or whenPhone number: +251...
KnowledgeUnderstanding patterns and skills acquired to think and actKnowing how to ride a bicycle
WisdomHighest level of intelligence to make wise decisions and judgmentsMaking sound life decisions

When you use it

Use this to distinguish between the four stages of human understanding from raw facts to judgment.

Watch out

Do not treat raw numbers or words as information until context or meaning is added to them.

Drafted from Grade 11 Information Communication Technology, pages 1-27, then checked twice before it went up

ComponentFunctionExamples
HardwarePhysical digital devices for storage, processing, and communicationComputers, servers, networks
SoftwareInstructions that command the computer hardwareOS, DBMS, application programs
Data and InformationCritical recorded facts stored in databases for reportingDaily sales, student records
PeopleQualified technical personnel who operate and manage the systemSystem administrators, users
ProcedurePolicies and step by step methods to operate and maintain the systemAccess rules, update policies

When you use it

Use this when identifying or categorizing the essential parts required to run an Information System.

Watch out

An Information System is not just hardware and software; people and procedures are equally required components.

Drafted from Grade 11 Information Communication Technology, pages 1-27, then checked twice before it went up

02

Emerging Technologies

BranchCore FocusApplication Examples
Machine LearningAlgorithms learning from sample data without explicit programmingFraud detection, spam filtering, recommendation systems
RoboticsMachines substituting physical human labor and hazardous tasksCar assembly lines, vacuum cleaners, space exploration
Natural Language ProcessingEnabling computers to understand spoken and written human languageVirtual assistants, machine translation, sentiment analysis
Expert SystemsSoftware programs emulating human experts to solve domain problemsMedical diagnosis (MYCIN), financial investment analysis

When you use it

Use to categorize AI technologies into their specific subfields and match them with real-world applications.

Watch out

Do not treat Machine Learning as conventional programming; it trains on data patterns rather than executing hard-coded step-by-step instructions.

Drafted from Grade 11 Information Communication Technology, pages 28-50, then checked twice before it went up

ComponentRole and Description
User InterfaceAccepts queries from users and displays recommendations
Knowledge BaseStores expert domain knowledge organized in if-then-else rules
Inference EngineActs as the brain to reason and deduce answers using the knowledge base

When you use it

Use when identifying the three core structural components of an expert system and their specific functions.

Watch out

The inference engine derives conclusions, but it relies entirely on the quality and completeness of the rules stored in the knowledge base.

Drafted from Grade 11 Information Communication Technology, pages 28-50, then checked twice before it went up

When you use it

Review when answering questions about user interaction modes, sensory simulation, and display hardware.

Watch out

Students often claim VR displays information over the real world. In fact, VR shuts out the physical world completely, while AR overlays digital graphics onto the physical world.

Drafted from Grade 11 Information Communication Technology, pages 28-50, then checked twice before it went up

03

Database Management

FeatureFile-Based ApproachDatabase Approach
Data StorageSeparate isolated filesSingle central repository
Data RedundancyHigh duplication across departmentsControlled and avoided
Data ConsistencyLow, risk of contradictionsHigh, centralized updates
Security and SharingIsolated and program dependentShared via DBMS with user access rights

When you use it

Use when comparing traditional file management limitations with modern DBMS advantages.

Watch out

File-based modifications require changing the application program, whereas DBMS provides data independence.

Drafted from Grade 11 Information Communication Technology, pages 51-75, then checked twice before it went up

When you use it

Use when defining unique row identifiers or creating navigational links between related tables.

Watch out

A foreign key in a child table must match the data type and values of the primary key in the related parent table.

Drafted from Grade 11 Information Communication Technology, pages 51-75, then checked twice before it went up

When you use it

Use when filtering records using specific conditions in MS Access Query Design.

Watch out

The criteria value must match the exact format stored in the table. Typing Male when the table uses the abbreviation M returns zero results.

Drafted from Grade 11 Information Communication Technology, pages 51-75, then checked twice before it went up

ConceptRelational DatabaseERD Representation
EntityTableRectangle
AttributeField (Column)Ellipse
Tuple (Record)RowInstance
RelationshipForeign Key LinkLine

When you use it

Use when converting an Entity Relationship Diagram into relational database tables or identifying table components.

Watch out

Do not confuse records (tuples/rows) with attributes (fields/columns).

Drafted from Grade 11 Information Communication Technology, pages 51-75, then checked twice before it went up

04

Web Development

List TypeTagType Attribute Values
Ordered List<ol>1, I, i, A, a
Unordered List<ul>disc, square, circle
Description List<dl><dt> (term), <dd> (description)

When you use it

Use to display numbered, bulleted, or term-definition lists on a webpage.

Watch out

Ordered lists use Arabic numerals by default, while unordered lists default to disc.

Drafted from Grade 11 Information Communication Technology, pages 76-108, then checked twice before it went up

When you use it

Reach for this card when working with standalone HTML tags like line breaks, images, and horizontal rules.

Watch out

Void elements like br, hr, and img do not have closing tags, and img will fail to render without the src attribute.

Drafted from Grade 11 Information Communication Technology, pages 76-108, then checked twice before it went up

05

Hardware Troubleshooting and Preventive Maintenance

When you use it

Consult this before performing any hardware diagnosis or maintenance procedure.

Watch out

Never start troubleshooting or hardware replacement before taking a complete backup of user data.

Drafted from Grade 11 Information Communication Technology, pages 109-131, then checked twice before it went up

06

Fundamentals of Programming

When you use it

Use when creating variable names and checking if an identifier is valid in Python.

Watch out

Variable names cannot start with a digit, cannot contain special characters like & or *, and cannot be Python keywords like while or if.

Drafted from Grade 11 Information Communication Technology, page 132 onwards, then checked twice before it went up

When you use it

Use to distinguish between program grammatical violations and incorrect computational results.

Watch out

Compilers and interpreters automatically detect syntax errors and stop execution, but logic errors do not generate error messages and must be found by checking program output.

Drafted from Grade 11 Information Communication Technology, page 132 onwards, then checked twice before it went up

When you use it

Reach for this when reading numerical user input from the keyboard in Python.

Watch out

The input() function always returns a string (str), so performing arithmetic on it without explicit conversion using int() or float() causes a runtime TypeError.

Drafted from Grade 11 Information Communication Technology, page 132 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 11 Information Technology cards cover?
16 cards across 6 chapters of the national textbook: Information Systems and Its Applications, Emerging Technologies, Database Management, Web Development, Hardware Troubleshooting and Preventive Maintenance 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 11?
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 11 Information Communication 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