Computer Science Articles
Grade 9||Concept of Programming|| Notes
This chapter introduces the basics of how we communicate with computers through programming language...
Grade 9|| Cyber Security and Digital Citizenship||Notes
This chapter teaches you how to stay safe and responsible in the digital world. You’ll learn to prot...
Grade 9||Internet And Social Media||Notes
This chapter explores how the internet connects the world through browsers, search engines, and soci...
Grade 9||Web Development|| Notes
This chapter teaches you how websites are built, from planning and design to coding with HTML and CS...
Grade 9||Block Programming|| Notes
From this chapter, you’ll learn how to code visually using colorful blocks instead of typing lines o...
Grade 9||Number System|| Notes
From this chapter, we learn that computers use binary (0s and 1s) while humans use decimal, so numbe...
Grade 9||Computer System|| Notes
In this chapter, we learn about the computer system and its major components such as hardware, softw...
File Handling in QBASIC
The concept of a file pointer is central to understanding how data is accessed and manipulated in fi...
Structured Programming in c
Computers cannot perform any task on their own. They need a set of instructions known as a program....
Modular Programming
Modular programming is the method of dividing a large program into several small, logical and manage...