Computer Fundamentals & Emerging Technologies
Systems Theory Basics
System
A set of interconnected elements that work together to achieve a common goal or carry out a specific task.
Everyday examples: Transport system, Banking system, Human circulatory system.
Computer System
A specialised system—combining hardware, software, firmware, and live-ware—that works together to perform computing tasks.
Data, Information & Binary Language
Computer (device)
Electronic machine that inputs → processes → outputs data.
Understands only binary symbols .
Data vs. Information
Data: Raw, unprocessed facts (e.g.
Numbers:
Letters & symbols: #,@,A,B).
Information: Meaningful, organised & processed data (e.g. an atlas summarising geographic data).
Computer System Components
Hardware – Tangible/physical parts (keyboard, monitor, speaker, mouse, CPU, RAM, ROM…)
Software – Program instructions that tell hardware what to do.
System Software: Manages fundamental operations (Operating Systems – Windows, Linux, Ubuntu, iOS, Android)
Application Software: End-user programs (Microsoft Word, POS systems, etc.)
Firmware – Software permanently stored in hardware (usually inside ROM) acting as a bridge between hardware & higher-level software; dictates low-level control sequences.
Liveware – The human user/operator of the computer.
Classification of Computers
Super-computers
Fastest & most powerful; weather forecasting, complex research simulations.
Mainframe computers
Very large, robust; handle huge data volumes for banks & large enterprises.
Mini-computers (Mid-range)
Medium-sized, common & affordable for university departments and medium organisations.
Micro-computers
Personal devices (PCs, laptops, tablets, smartphones, PDAs).
1981: IBM launched the first widely-recognised PC running DOS.
Von Neumann Architecture & CPU Sub-components
CPU = Brain of the computer; accepts input, performs calculations, sends output, and interacts with memory.
Core blocks
CU (Control Unit) – Directs and coordinates operations of the entire system.
ALU (Arithmetic‐Logic Unit) – Carries out arithmetic (addition, subtraction…) & logical comparisons (5 > 3) .
Registers – Small, ultra-fast memory slots for temporary data/addresses.
Cache Memory – High-speed buffer that stores frequently-used data copied from RAM.
Data journey: Input Device → CPU (Registers ↔ ALU ↔ CU) → Primary Memory → Output Device / Secondary Storage.
Memory Hierarchy
Primary / Main Memory
RAM (Random Access Memory)
Volatile; contents lost when power off.
Holds currently-running programs & data.
ROM (Read-Only Memory)
Non-volatile; stores essential firmware (e.g. boot instructions) and cannot be easily rewritten.
Secondary Memory / Storage Devices
Magnetic: Internal/External Hard Disk
Optical: CD, DVD, Blu-ray
Solid-state: Pen/Flash drives, SSDs
Memory Capacity Units
, , .
Input Devices (Data Acquisition)
Mouse, trackball, touch pad (pointer control)
Keyboard (text entry)
Scanner (hard → soft copy conversion)
Light pen (direct drawing/selecting on screen)
Joystick (game movement)
Microphone (voice input)
Web/Digital camera (image & video capture)
Output Devices (Information Presentation)
Monitor / VDU (visual display) – CRT, LCD, flat screens, enhanced via graphic cards.
Projector (large-screen multimedia)
Printers
Laser (fast, high quality)
Dot Matrix (multi-part form printing)
Plotter (large-scale graphics)
Speaker / Headset (audio output)
Note: Touch screens, modems, VR headsets can act as both input & output devices.
Storage Devices (Long-term Data Preservation)
Internal & external HDDs, SSDs
Optical disks (CD, DVD)
Flash drives (USB, Pen drives)
Cloud repositories (see next section)
Cloud Storage
Definition: Storing files (photos, videos, docs, audio) on remote internet servers rather than local hardware.
Advantages
Global accessibility (any device, any location)
Easy file sharing & collaboration
Rapid scalability & quick access
Eliminates need for expensive on-premise hardware
Popular Providers & free quotas
Google Drive –
Microsoft OneDrive –
Apple iCloud –
IT in Everyday Life
Business Administration – Airline booking, online banking, retail POS.
Government Operations – Vehicle registration, tax collection, electronic voting.
Healthcare – Electronic patient records, tele-medicine, automated diagnostics & e-charting.
Education – E-learning platforms, student registration systems, online knowledge repositories.
Control Systems – Traffic lights, nuclear power management, chemical processing, water purification, aircraft autopilot.
Decision-Making Support Systems
MIS (Management Information System)
DSS (Decision Support System)
EIS (Executive Information System)
ES (Expert System)
Electronic World Concepts – E-mail, E-business, E-commerce, teleworking.
Artificial Intelligence (AI) Fundamentals
Definition – Enabling computers/machines to think and act like humans: learning, reasoning, problem-solving, natural language understanding.
Key Areas & Examples
Machine Learning (ML) – Learns patterns from data to predict/outcome (spam filter, Netflix recommendations).
Deep Learning (DL) – Uses multi-layered neural networks to replicate human-like decision making (self-driving cars, facial recognition).
Natural Language Processing (NLP) – Understands & generates human language (ChatGPT, Google Translate, bank chat-assistants).
Robotics & Automation – AI-controlled machines performing tasks autonomously (robot vacuums, delivery drones).
Computer Vision – Analyses images/video (Google Lens, surveillance analytics).
Prominent AI Tools & Platforms
Gemini AI (Google) – Multimodal assistant; answers questions, summarises documents, generates text/images/code; aids research.
ChatGPT (OpenAI) – Conversational chatbot; drafts essays, blog posts, emails; code generation & debugging.
Canva (AI-assisted Design) – Creates posters, presentations, social-media visuals; Magic-Write text design; AI image editing & background removal.
Kaggle – Data-science platform: run ML notebooks (Python), access public datasets, compete in analytics contests.
Runway ML – AI-powered video editing, special effects, deep-fake & text-to-video generation.
Suno AI – Generates original music; converts text prompts into songs; remixing & composition.
Operating Systems Focus: Windows 11
Released 5 Oct 2021 (Windows 10 launched July 2015).
Features a modern UI with centred Start menu.
Creating a User Account
Start Menu → Settings → Accounts → Other Users → Add account.
Choose sign-in type:
Microsoft Account (cloud-synced)
Local Account (stand-alone)
Setting a Strong Password
Navigate: Start Menu → Settings → Accounts → Sign-in Options → Password.
Combine uppercase, lowercase, numbers & special symbols for robustness.
Standard Abbreviations Cheat-Sheet
IT – Information Technology
ICT – Information & Communication Technology
PC – Personal Computer
DOS – Disk Operating System
RAM – Random Access Memory
ROM – Read Only Memory
CPU – Central Processing Unit
ALU – Arithmetic Logic Unit
CU – Control Unit
CD – Compact Disc
DVD – Digital Versatile Disc
VDU – Visual/Video Display Unit
CRT – Cathode Ray Tube
LCD – Liquid Crystal Display
UPS – Uninterruptible Power Supply
PDA – Personal Digital Assistant
OS – Operating System
USB – Universal Serial Bus
GUI – Graphical User Interface
High-Yield MCQ Insights (Collated)
Most powerful computer type → Super-computer.
General home/office tasks → Desktop / Micro-computer.
Banking / large-scale data → Mainframe.
Portable computer with full power → Laptop.
CU directs/control system operations; ALU performs arithmetic/logic; Registers temporarily store data.
RAM is volatile; ROM stores boot-up routines.
Correct size order: \text{Byte} < \text{KB} < \text{MB} < \text{GB}.
System Software manages basic functions; Application Software executes specific tasks (e.g. MS Word).
Touch-screen serves as both input & output.
Printers: Laser, Dot-Matrix, Plotter.
Cloud storage pros: Global accessibility & easy sharing.
AI daily-life use: Netflix recommendations (ML), language translation (NLP), Canva poster design (Generative AI).
These bullet-point notes consolidate every major and minor concept from the transcript, add examples, integrate numerical facts, and provide formulae where applicable, forming a comprehensive exam-ready study guide.