SS 2 - DIGITAL TECHNOLOGIES NOTES

FIRST TERM MATERIALS

 Lesson 1 - Advanced Word Processing

When we talk about word processing, most people think of simply typing, formatting text, and printing. That is the basic level. Advanced word processing goes much further. It refers to the use of powerful features built into word processing software — like Microsoft Word, LibreOffice Writer, or Google Docs — that help users handle complex documents efficiently, professionally, and with far less manual effort... 👉 Click here for complete note

 

Lesson 2 - Advanced Spreadsheet I

A Pivot Table is a special Excel tool that allows you to summarise, reorganise, and analyse large sets of data quickly and easily. Instead of reading through hundreds of rows manually, a Pivot Table groups, counts, totals, or averages your data based on the categories you choose. 👉 Click here for complete note

 

Lesson 3 - Advanced Spreadsheet II

A financial model is a spreadsheet built to represent how money flows in a business, project, or personal situation. It uses formulas, numbers, and logic to show income, expenses, profit, and losses — and to help predict what might happen in the future. 👉 Click here for complete note

 

Lesson 4 -  Advanced Presentation Tools

Getting your content right is one thing. Making it look professional is another. Professional design means your slides are clean, consistent, well-arranged, and visually pleasing. It tells your audience that you take your work seriously. 👉 Click here for complete note

 

Lesson 5 - Web Design I 

Web design is the process of planning, creating, and arranging content on a website. It involves decisions about layout, colour, fonts, images, and how everything fits together so that visitors can find information easily and enjoy using the site. 👉 Click here for complete note

 

Lesson 6 - Web Design II

— How do we make a webpage more complete and structured using deeper HTML? — How do we make it look attractive using CSS? — How do we make it do things when a user clicks or types using JavaScript? 👉 Click here for complete note


 

 Lesson 7 - Web Publishing & Hosting

Domain names are registered and managed by organisations. In Nigeria, the body responsible for managing the .ng domain is the Nigeria Internet Registration Association (NiRA). Globally, it is coordinated by ICANN (Internet Corporation for Assigned Names and Numbers).  👉 Click here for complete note

 

 

 SECOND TERM MATERIALS

 Lesson 1 - Computer Programming I

Computer programming is the process of writing a set of instructions that tells a computer what to do. These instructions must be written in a way the computer can understand and execute. Computers are very powerful machines, but they are not intelligent on their own. They only do exactly what they are told, step by step. If you give them wrong instructions, they will produce wrong results — programmers call this "garbage in, garbage out." ...  👉 Click here for complete note

 

 Lesson 2 - Computer Programming II

VARIABLES AND DATA TYPES: A variable is like a container that holds a value. In Python, you do not need to declare the type of a variable before using it... 👉 Click here for complete note

 

Lesson 3 - Programming Basics 

A variable is a named storage location in a computer's memory that holds a value. Think of it like a labelled container. Just as you might label a jar "sugar" and fill it with sugar, a variable has a name and stores a piece of information that your program can use and change at any time... 👉 Click here for complete note

 

Lesson 5 - Control Structures

WHAT ARE CONTROL STRUCTURES? A control structure is a feature of a programming language that determines the order in which instructions are executed. The word "control" here means exactly what it sounds like — you are controlling the direction and behaviour of your program... 👉 Click here for complete note

 

Lesson 6 - Data Science Basics

Data science is the field that deals with how to collect, organise, analyse, and interpret data in order to find useful patterns and support smart decision-making. It combines ideas from mathematics, statistics, and computer technology.

A data scientist is someone who works with data professionally — finding it, cleaning it, analysing it, and presenting what it means in a way others can understand and use...                      👉 Click here for complete note

 

Lesson 7 - Big Data & Analytics

WHAT IS BIG DATA? Big Data refers to extremely large and complex sets of data that cannot be easily managed, processed, or analysed using traditional data processing tools or software.

Think of it this way. When your school stores the names and scores of 500 students in a notebook or even a regular Excel spreadsheet, that is normal data. But when a telecom company like MTN is tracking the calls, data usage, location, and account activity of over 70 million subscribers every single day — that is Big Data. It is simply too large, too fast-moving, and too complex for ordinary systems to handle... 👉 Click here for complete note

 

Lesson 8 - Artificial Intelligence

WHAT IS ARTIFICIAL INTELLIGENCE? Artificial Intelligence, commonly called AI, is the ability of a computer or machine to perform tasks that normally require human thinking. These tasks include understanding language, solving problems, recognising faces or images, learning from experience, and making decisions.

To break it down further: the word "artificial" means something made by humans, not by nature. The word "intelligence" refers to the ability to understand, learn, and make good decisions. Put the two words together and you get — intelligence that is built into machines by humans... 👉 Click here for complete note

 

Lesson 9 - Machine Learning Basics 

WHAT IS MACHINE LEARNING? Machine learning is a branch of Artificial Intelligence (AI) that allows computer systems to learn from data and improve their performance over time without being explicitly programmed for every task.

Let us break that down. In traditional programming, a human programmer writes specific instructions that tell the computer exactly what to do in every situation. For example, a programmer might write: "If a student scores above 50, print PASS. If not, print FAIL." The computer follows those exact rules and nothing more. 👉 Click here for complete note

 

 

  THIRD TERM MATERIALS

Lesson 1 - Mobile Application Development I

WHAT IS A MOBILE APPLICATION? A mobile application — commonly called a mobile app — is a software program designed to run on mobile devices such as smartphones and tablets. Unlike software on a desktop or laptop computer, a mobile app is built specifically to take advantage of features unique to mobile devices, such as a touchscreen display, GPS location tracking, a camera, and mobile internet connectivity.

Mobile apps are typically installed through digital distribution platforms. For Android devices, that is the Google Play Store. For Apple devices like the iPhone and iPad, it is the Apple App Store. Some apps can also be downloaded directly from websites.

Simple definition: A mobile application is a program designed to be used on a smartphone or tablet. It is built to solve a problem, provide entertainment, deliver information, or offer a service — right from your pocket.  👉 Click here for complete note

 

Lesson 2 - Mobile Application Development II 

There are three main ways to build mobile apps:  Native Development — You write code specifically for one platform. For Android, the language is Kotlin or Java. For iOS, it is Swift or Objective-C. Native apps are fast and powerful but require learning two separate languages for two platforms. Cross-Platform Development — You write one codebase that works on both Android and iOS. Tools like Flutter (using Dart language) and React Native (using JavaScript) fall in this category. This is popular because it saves time. Web-Based Apps (Progressive Web Apps) — These are websites that behave like apps. They don't need to be downloaded from an app store but work through a browser..👉 Click here for complete note

 

Lesson 3 - Cloud Computing II

What Are Cloud Computing Service Models?  When companies and developers provide cloud services, they do not all offer the same thing. Some give you ready-made software to use. Others give you tools to build your own software. And some simply rent out raw computing power and storage. These differences gave rise to three distinct service models:

 

Lesson 4 - Blockchain Technology 

What is Blockchain Technology? Blockchain technology is a method of recording and storing information in a way that makes it nearly impossible for anyone to change, hack, or cheat the system.

Think of it this way. In a traditional bank, only the bank controls your account records. If the bank makes a mistake or gets hacked, your money could be at risk. But with blockchain, the same record is stored on thousands of computers (called nodes) at the same time. If one computer tries to change the record dishonestly, all the other computers will reject it. This is what makes blockchain so powerful and trustworthy. 👉 Click here for complete note

 

Lesson 5 - Cybersecurity III

What Is Ethical Hacking? Ethical hacking is the practice of intentionally trying to break into a computer system, network, or application — but with full permission from the owner — in order to find weaknesses before a criminal does.

Think of it this way. Imagine a bank in Lagos hires a security expert to dress like a thief, walk around the bank, and try every possible way to break in. The expert finds a broken window at the back. The bank fixes it. Now, when a real thief comes, there is nothing to exploit. That is exactly what ethical hacking does — but for digital systems... 👉 Click here for complete note

 

Lesson 6 - Cyber Laws & Digital Rights 

WHAT ARE CYBER LAWS? Cyber laws (also called internet laws or IT laws) are rules and regulations that govern how people, businesses, and governments use computers, the internet, and digital technology. They cover everything from online fraud and hacking to data privacy and freedom of expression online.

Just like there are traffic laws to keep roads safe and criminal laws to punish physical crimes, cyber laws exist to keep the digital world orderly and safe for everyone. 👉 Click here for complete note

 

Lesson 7 - Digital Entrepreneurship

What Is Digital Entrepreneurship? Digital entrepreneurship is the process of starting, building, and managing a business primarily through digital tools and the internet. Instead of renting a physical shop on a busy street, a digital entrepreneur uses websites, social media, online marketplaces, and digital communication to reach customers, sell products or services, and earn income.

It is important to understand that digital entrepreneurship is not just about making money online. It involves identifying a need in the marketplace, finding a way to meet that need using digital tools, and managing the business responsibly over time.

In Nigeria, digital entrepreneurship has become one of the fastest-growing areas of youth empowerment. With challenges like limited formal employment opportunities and a large young population, many Nigerians are turning to the internet to build sustainable income sources... 👉 Click here for complete note

 

Lesson 8 - Project Work

           👉 Click here for complete note

 

Post a Comment

0 Comments