- Teacher: First Admin
Myrix Learn
Available courses

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

Give your program two paths. Building on the if statement, this lesson adds else — the "otherwise" path that runs whenever the condition is False, so exactly ONE of the two blocks always runs (never both, never neither). Students learn the shape of an if-else (colons, indentation, and an else with no condition), trace what happens for True and False inputs, and use the % remainder trick to build an Even-or-Odd checker (num % 2 == 0). They meet real-life if-else decisions (pass/fail, umbrella/sunglasses, buy/save) and practise spotting which block runs. With common-error fixes and a quiz. Class 6–8 · Python Programming.
- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

Course Description
Digital Footprint & Cyberbullying is an essential digital citizenship course designed to help students understand how their online activities create a lasting digital footprint and how to stay safe, responsible, and respectful while using the internet.
The course introduces learners to the concept of digital footprints, public and private information, online privacy, and responsible social media behavior. Students will learn how every online action, including posts, comments, searches, and shared content, contributes to their digital identity.
The course also explores cyberbullying, its different forms, its impact on individuals, and practical steps to respond safely using the Stop, Block, Report approach. Through real-life examples, discussions, and activities, students will develop the skills needed to protect their privacy, support others online, and become responsible digital citizens.
What Students Will Learn
By completing this course, students will learn:
- What a digital footprint is and how it is created.
- Active and passive digital footprints.
- The importance of thinking before posting online.
- The THINK Rule for responsible online sharing.
- The difference between public and private information.
- Safe online privacy practices.
- The Golden Rule of Internet Privacy.
- What cyberbullying is and why it is harmful.
- Different types of cyberbullying.
- How to respond to cyberbullying using Stop, Block, Report.
- Trusted adults and support resources.
- How to help friends who experience cyberbullying.
- Responsible digital citizenship and online behavior.
Course Outcomes
After successfully completing this course, students will be able to:
Understand Digital Footprints
Explain how online activities leave permanent traces on the internet.
Protect Personal Information
Identify information that should remain private and avoid oversharing online.
Apply Safe Posting Practices
Use the THINK Rule before posting content online.
Recognize Cyberbullying
Identify different forms of cyberbullying and understand their impact.
Respond Safely to Online Problems
Use appropriate actions such as Stop, Block, and Report when facing cyberbullying.
Support Others Online
Help friends and classmates who may be experiencing cyberbullying.
Practice Digital Citizenship
Demonstrate respectful, safe, and responsible online behavior.
Expected Outcome
Upon completion of this course, students will understand how their actions online contribute to their digital footprint and how to protect their privacy. They will be able to recognize and respond appropriately to cyberbullying, make safer decisions while using the internet, and act as responsible digital citizens both online and offline.
- Teacher: First Admin

Conditionals let sprites make decisions — they check a yes/no condition and act only when the answer is TRUE. This course covers Scratch's two conditional blocks: if-then (runs inside blocks only when the condition is TRUE, skips when FALSE) and if-then-else (always runs one of two paths — TRUE blocks or else blocks). Students learn to use hexagon conditions from Sensing (touching, key pressed) and Operators (> < =), place 'if' inside 'forever' for continuous checking, stack multiple decisions, and build nested conditionals for smarter game logic.
- Teacher: First Admin

Loops let programmers make the computer repeat blocks of code without copying them again and again. This course covers Scratch's two loop blocks from the orange Control section: repeat (runs a fixed number of times then stops — perfect for drawing shapes and counting tasks) and forever (runs endlessly until the red Stop button — perfect for animations and games). Students also learn the wait block to control speed, build nested loops for flower patterns, and avoid common loop mistakes.
- Teacher: First Admin

Logic gates are the tiny decision-makers inside every computer — they take 0/1 inputs and produce a single 0/1 output using a fixed rule. This course covers the three fundamental gates: AND (output 1 only when ALL inputs are 1, series circuit), OR (output 1 when ANY input is 1, parallel circuit), and NOT (flips the single input, inverter). Students learn each gate's symbol, truth table, and circuit diagram, compare all three side by side, and apply them to real-world examples like ATMs, doorbells, and automatic night-lamps.
- Teacher: First Admin

A Data Flow Diagram (DFD) is a visual map of how data travels through a system. This course covers the 4 DFD symbols — Process (circle), External Entity (rectangle), Data Store (open box), and Data Flow (named arrow) — along with two levels: Level 0 Context Diagram (whole system as one process) and Level 1 (detailed sub-processes with stores). Students draw DFDs for real systems including a library, online shopping, and school results, and learn to distinguish DFDs from flowcharts.
- Teacher: First Admin

Every Scratch program needs a trigger — that's what Events blocks do. This class covers all 6 Events block types: green flag (PLAY button), key press (game controls), sprite click (interactive buttons), backdrop switch (scene changes), broadcast/receive (sprite-to-sprite messaging), and loudness. Students build three complete programs — an arrow key game, a clickable quiz, and a two-sprite broadcast story.
- Teacher: First Admin

Dive deep into Scratch's three core block categories. Motion blocks (blue) move and position sprites using X/Y coordinates on the stage. Looks blocks (purple) change costumes, display speech bubbles, and animate sprites. Sound blocks (pink) add music, effects, and voice. Class ends with students building three complete programs combining all three block types — including a dancing cat, a growing sprite, and a space jump game.
- Teacher: First Admin

Introduction to Scratch — MIT's free visual coding platform. Students explore the 4-part interface (Stage, Sprite List, Block Palette, Code Area), learn to add and customise sprites and backdrops, and discover all 6 block categories. Class ends with students building and running their first Scratch project at scratch.mit.edu — no typing required.
- Teacher: First Admin

Learn to think like a programmer — before writing a single line of code. This class covers algorithms (step-by-step problem-solving instructions), their 6 key properties, and real-life examples from ATM machines to morning routines. Students then learn to visualise algorithms as flowcharts using 6 standard symbols and 5 drawing rules, with hands-on practice converting algorithms into diagrams.
- Teacher: First Admin

Introduction to coding for students. Learn what coding is, why computers need programming languages, and how programs work using the Input → Process → Output model. Covers Python, Scratch, Java, and HTML with real-life examples from games, apps, and everyday devices. Includes a live Hello World activity in Python and Scratch.
- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

- Teacher: First Admin

Course Description
Web Browsers & Internet Search is an introductory digital literacy course designed to help students understand how the internet works, how web browsers provide access to online information, and how search engines help users find relevant content quickly and safely.
The course introduces learners to internet fundamentals, web browsers, websites, URLs, search engines, and smart search techniques. Students will learn how to navigate websites, use browser tools, evaluate online information, and apply safe internet practices while protecting their privacy and personal data.
Special emphasis is placed on web safety, strong passwords, recognizing online threats, identifying trustworthy websites, and responsible internet usage. Through practical activities and real-world examples, students will develop the skills needed to confidently explore, learn, and communicate online.
What Students Will Learn
By completing this course, students will learn:
- The concept and history of the Internet.
- How the Internet connects computers and devices worldwide.
- What web browsers are and how they work.
- Popular web browsers such as Chrome, Firefox, Edge, Safari, Opera, and Brave.
- Different parts of a browser window and their functions.
- Understanding websites, web pages, and URLs.
- Different types of websites and their purposes.
- Search engines and how they work.
- Smart searching techniques and search operators.
- Safe downloading, bookmarking, and browser management.
- Private browsing and browsing history management.
- Online threats such as malware, phishing, scams, cyberbullying, and fake news.
- Password security and privacy protection.
- Safe internet practices and responsible online behavior.
- Identifying trustworthy websites and secure connections.
Course Outcomes
After successfully completing this course, students will be able to:
Understand the Internet
Explain how the internet works and how information is shared across connected devices.
Use Web Browsers Effectively
Navigate websites, manage tabs, bookmarks, downloads, and browser settings confidently.
Understand URLs and Websites
Identify website addresses, domain types, and secure connections.
Perform Smart Internet Searches
Use search engines efficiently to find accurate and relevant information.
Evaluate Online Information
Differentiate between reliable and unreliable online sources.
Apply Web Safety Practices
Recognize online threats and take appropriate precautions while browsing.
Protect Personal Information
Use strong passwords, privacy settings, and safe online communication practices.
Practice Responsible Digital Citizenship
Follow internet etiquette and make safe decisions while interacting online.
Develop Research Skills
Use search engines and educational websites to support learning and academic work.
Expected Outcome
Upon completion of the course, students will possess the knowledge and skills required to navigate the internet safely and effectively. They will be able to use web browsers, search engines, and websites confidently, evaluate online information critically, protect their privacy, and follow safe internet practices. These skills form an essential foundation for digital literacy, online learning, and responsible participation in the digital world.
- Teacher: First Admin

Computer Storage, Hardware & Windows OS
Course Description
Computer Storage, Hardware & Windows OS is an introductory course designed to help students understand how computers store information, how the internal components of a computer work together, and how to effectively use the Windows operating system.
The course introduces learners to storage concepts, memory units, computer hardware components such as the CPU, RAM, ROM, HDD, and SSD, as well as modern storage technologies including cloud storage and portable devices. Students will also learn the fundamentals of the Windows operating system, file and folder management, file explorer navigation, desktop components, and common computer shortcuts.
Through practical activities and hands-on exercises, students will develop essential computer operation skills, enabling them to organize files, manage storage, navigate Windows confidently, and troubleshoot common computer issues.
What Students Will Learn
By completing this course, students will learn:
-
The concept and importance of computer storage.
-
Different storage units such as Bit, Byte, KB, MB, GB, and TB.
-
Internal computer components and their functions.
-
Motherboard, CPU, RAM, ROM, and Cache Memory basics.
-
HDD and SSD technologies and their differences.
-
Optical, portable, and cloud storage devices.
-
How data is stored in computers using binary representation.
-
Operating System fundamentals and the role of Windows.
-
Desktop components, taskbar, start menu, and system tray.
-
File and folder concepts and organization techniques.
-
File Explorer navigation and file management.
-
Copy, Cut, Paste, Move, Rename, and Delete operations.
-
Different file types and extensions.
-
Recycle Bin usage and file recovery.
-
Storage drives and cloud storage concepts.
-
Useful Windows shortcuts and productivity techniques.
-
Control Panel and Windows Settings.
-
Basic troubleshooting and file management best practices.
Course Outcomes
After successfully completing this course, students will be able to:
Understand Computer Storage
Explain how computers store data and identify different storage devices and technologies.
Identify Hardware Components
Recognize major computer hardware components and describe their functions.
Compare Storage Technologies
Differentiate between RAM, ROM, HDD, SSD, cloud storage, and portable storage devices.
Navigate the Windows Operating System
Use Windows desktop features, settings, and navigation tools effectively.
Manage Files and Folders
Create, organize, copy, move, rename, and delete files and folders efficiently.
Use File Explorer and Storage Tools
Access and manage computer storage using File Explorer and related utilities.
Apply Windows Shortcuts
Use common keyboard shortcuts to improve productivity and efficiency.
Troubleshoot Basic Computer Issues
Resolve simple file, storage, and system-related problems independently.
Practice Good File Management
Organize and maintain digital files using proper naming, storage, and backup practices.
Expected Outcome
Upon completion of the course, students will possess a solid understanding of computer storage systems, hardware components, and Windows operating system fundamentals. They will be able to manage files and folders confidently, use computer storage efficiently, navigate Windows environments effectively, and apply essential digital skills required for academic and everyday computer use.
- Teacher: First Admin

Keyboard & Typing Fundamentals
Course Description
Keyboard & Typing Fundamentals is a practical skill-development course designed to help students build confidence and efficiency in using a computer keyboard. The course introduces learners to the complete keyboard layout, key functions, touch typing techniques, finger placement, keyboard shortcuts, and proper computer ergonomics.
Students will learn how to use the keyboard effectively without looking at the keys, improve typing accuracy and speed, and develop healthy computer usage habits. The course combines theory and hands-on practice to strengthen digital literacy skills required for education, examinations, communication, and future careers.
Special emphasis is placed on touch typing, home row positioning, keyboard shortcuts, Hindi typing methods, and safe posture practices that improve productivity and reduce physical strain while using computers.
What Students Will Learn
By completing this course, students will learn:
-
The history and evolution of keyboards and the QWERTY layout.
-
Identification of keyboard sections, rows, and key zones.
-
Alphabet, number, symbol, and special keys and their functions.
-
Function keys (F1–F12) and their practical applications.
-
Common keyboard shortcuts used in daily computer tasks.
-
Correct sitting posture and ergonomic practices while typing.
-
Home Row positioning (ASDF JKL;) and finger placement techniques.
-
Finger-to-key assignments for efficient keyboard usage.
-
Touch typing concepts and typing without looking at the keyboard.
-
Methods to improve typing speed and accuracy.
-
Common typing mistakes and techniques to avoid them.
-
Hindi typing using InScript and Phonetic (Transliteration) methods.
-
Use of online typing practice tools and typing assessment platforms.
-
Typing drills, speed tests, and keyboard-based activities.
Course Outcomes
After successfully completing this course, students will be able to:
Understand Keyboard Layout
Identify various keyboard sections, key groups, and their functions.
Apply Proper Typing Techniques
Use correct finger placement, hand positioning, and typing posture.
Demonstrate Touch Typing Skills
Type efficiently without continuously looking at the keyboard.
Improve Typing Speed and Accuracy
Increase words-per-minute (WPM) performance while maintaining accuracy.
Utilize Keyboard Shortcuts
Use common shortcut commands to improve productivity and efficiency.
Use Function and Special Keys Effectively
Apply special key functions in different software applications and operating systems.
Type in Multiple Languages
Understand and use basic Hindi typing methods alongside English typing.
Practice Healthy Computer Usage
Maintain proper posture and ergonomic habits to reduce eye strain, fatigue, and discomfort.
Develop Digital Productivity Skills
Perform computer-based tasks more efficiently using keyboard-focused techniques.
Expected Outcome
Upon completion of the course, students will possess strong keyboarding and touch-typing skills, enabling them to use computers confidently and efficiently. They will be able to navigate keyboards accurately, apply essential shortcuts, type in English and basic Hindi, and maintain proper posture while working on digital devices. These skills will support academic success, digital literacy, computer-based examinations, and future professional development.
- Teacher: First Admin

Course Description: Computer Fundamentals
Computer Fundamentals is an introductory course designed to provide students with a strong foundation in computer concepts, operations, and applications. The course introduces the basic components of a computer system, how computers work, common software applications, operating systems, internet technologies, and essential digital skills required in academic, professional, and everyday environments.
Students will gain both theoretical knowledge and practical experience in using computers effectively, understanding hardware and software, managing files and data, and utilizing productivity tools for communication and information processing.
What Students Will Learn
By completing this course, students will learn:
-
The history and evolution of computers.
-
Basic computer architecture and organization.
-
Different types of computer hardware and their functions.
-
Software concepts, including system software and application software.
-
Operating system fundamentals and file management.
-
Input and output devices and their usage.
-
Computer memory and storage devices.
-
Basics of computer networks and internet technologies.
-
Web browsers, search engines, and online communication tools.
-
Microsoft Office or similar productivity applications (Word, Excel, PowerPoint).
-
Cybersecurity fundamentals and safe internet practices.
-
Digital communication, email usage, and cloud computing basics.
-
Basic troubleshooting techniques for common computer issues.
Course Outcomes
After successfully completing this course, students will be able to:
-
Understand Computer Systems
-
Explain the basic concepts, components, and functions of computer systems.
-
-
Operate Computers Efficiently
-
Use operating systems, manage files and folders, and perform common computing tasks.
-
-
Utilize Productivity Software
-
Create documents, spreadsheets, and presentations using office productivity tools.
-
-
Access and Evaluate Information
-
Effectively use the internet, web browsers, and search engines to locate and manage information.
-
-
Apply Digital Communication Skills
-
Use email, online collaboration tools, and cloud services for communication and information sharing.
-
-
Practice Safe Computing
-
Identify common cybersecurity threats and apply safe computing practices.
-
-
Troubleshoot Basic Problems
-
Diagnose and resolve simple hardware, software, and connectivity issues.
-
-
Develop Digital Literacy
-
Demonstrate the fundamental digital skills required for higher education, professional work, and lifelong learning.
-
Expected Outcome
Upon completion of the course, students will possess essential computer literacy skills, enabling them to confidently use computers, software applications, and internet technologies for academic, professional, and personal purposes. The course serves as a foundation for advanced studies in computer science, information technology, and related fields.
- Teacher: First Admin
