Interactive Periodic Table Lookup Tool in Python Project for Class 11
|

Interactive Periodic Table Lookup Tool in Python Project for Class 11

Interactive Periodic Table Lookup Tool in Python Guide to Building a Periodic Table Lookup Tool in Python Hey there, Python beginners! Want to create a cool program that lets you look up details about chemical elements, like Hydrogen or Gold, just by typing their name, symbol, or atomic number? In this post, we’ll walk through…

Computer Organisation for Class 11
|

Basic Computer Organisation for Class 11: CBSE Easy Notes

Basic Computer Organisation for Class 11: CBSE Easy Notes Introduction to Computer System Hey Class 11 CBSE students! A computer system is a smart machine that processes data using hardware and software. It takes input, processes it via the CPU, and gives output—your personal assistant! This is key for CBSE Computer Science.   Why Learn?…

Class 12 Computer Science Board Question Paper 2024 with Answer Key
|

Class 12 Computer Science Board Question Paper 2024 with Answer Key

Computer Science Board Question Paper 2024 with solution General Instructions: (i) Please check this question paper contains 35 questions. (ii) The paper is divided into 5 Sections – A, B, C, D and E. (iii) Section A, consists of 18 questions (1 to 18). Each question carries 1 mark. (iv) Section B, consists of 7…

|

Python Function Arguments and Parameters Notes Class 12 (Positional, Keyword, Default)

Python Function Arguments and Parameters Notes In Python, arguments are values passed to a function when it is called. There are different types of arguments that can be used in Python functions: 1. Positional Arguments: These are the most common type of arguments in Python. They are passed to a function based on their position….

|

Class 12 Computer Science Notes Topic Wise

Class 12 Computer Science Notes Topic Wise Welcome to our hub of Class 12 Computer Science Notes, your go-to resource for simplifying the complex world of coding and algorithms! Whether you’re a student gearing up for exams, an educator looking for teaching aids, or a curious mind eager to explore the digital landscape, you’re in…

|

Class 12 Computer Science Sample Paper 2024

CBSE Class 12 Computer Science Sample Paper 2024 Time allowed: 3 Hours Maximum Marks: 70 General Instructions: Please check this question paper contains 35 questions. The paper is divided into 5 Sections- A, B, C, D and E. Section A, consists of 18 questions (1 to 18). Each question carries 1 Mark. Section B, consists…

|

Class 12 Computer Science Quiz Topic Wise

Class 12 Computer Science Quiz   Unit I: Computational Thinking and Programming – 2 S.N. Topics Covered Quiz 1 Functions: Types of function (built-in functions, functions defined in module, user defined functions), creating user defined function, arguments and parameters, default parameters, positional parameters, function returning value(s), flow of execution, scope of a variable (global scope,…

|

Python Story Generator using random function

Python Story Generator In the world of programming, where logic and precision often take center stage, it’s refreshing to explore the creative side of coding. Imagine a Python script that not only adheres to the rules of syntax but also weaves enchanting tales with a simple execution. Enter the Python Story Generator, a whimsical piece…

Jai Shree Ram using Python Turtle
|

Draw Jai Shree Ram using Python Turtle

Draw Jai Shree Ram using Python Turtle Turtle graphics is a popular way for introducing programming to kids or beginners because it provides a visually appealing and interactive way to learn programming concepts. In Python, the turtle module is a standard library module that provides a simple drawing toolkit. Here’s a brief introduction to the…

| |

Top Computer Science Viva Questions for Class 12 Practical Exam 2026

Computer Science Python Viva Questions for Class 12 Congratulations on reaching the viva voce stage of your Class 12 computer science journey! As you prepare for this important examination, it’s essential to be well-versed in various aspects of computer science, including Python projects, database management systems, computer networks, and file handling in Python. In this…