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,…

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…

What is Web Hosting: Your Website’s Home on the Internet

What is Web Hosting? How web hosting works and what are the technical aspects of web hosting? In this comprehensive article on web hosting, we delve into the fundamental aspects of this critical component of the online world. We start by demystifying the concept of web hosting, providing a clear definition of what it entails…

| |

Marriage Bureau Management System in Python Project for Class 12

Marriage Bureau Management System in Python This project is a simplified version of a Marriage Bureau Management System in Python, and it covers the basics of working with a MySQL database. Let’s break it down into key components: Database Setup: A database is like a structured Excel sheet that stores information. In this project, we…

| |

Food Order System Python Project Class 12

Food Order System Python Project Here is a Python Project for managing a database related to a food ordering system. It uses the MySQL database system to store information about employees, customers, food items, and food orders. The code defines tables for Employee, Customer, Food and OrderFood. It allows you to add records to these…