Electronic Configuration Project using Python for Class 11
Fun with Chemistry: Electronic Configuration Project using Python for Class 11 CS In this post, we’ll explore a simple Python program that helps you find the electronic configuration of elements using their atomic number or symbol. It’s perfect for…
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…
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…
Simple Billing System in Python for Class 11
Python Program to Calculate Shopping Bill with Tax (Simple & Advanced) When we go shopping, the bill usually contains two parts – the actual price of items and the tax applied. In this article, we will learn how to create a Python program that…
Viva Questions for Class 11 Computer Science Python
Viva Questions for Class 11 Computer Science In this article students can find the most commonly asked ” Viva Questions for Class 11 Computer Science Python ” in their practical examination. You have to take an overview of these viva…
KBC Quiz Game in Python for Class 11
KBC Quiz Game in Python for Class 11 This project will help the students of class 11 to better understand the concept of list and random function. Features of KBC Quiz Game in Python : → User will get random questions every time →One out of…
Worksheet on Functions and modules in Python
Worksheet on Functions and modules in Python Q.1: Which of the function return the smallest integer not less than number . a) exp() b) ceil() c) floor() d) fabs() Q.2:Which of the following is not a type of function ? a) built in function b)…
Data Handling Worksheet Class 11 Computer Science
Data Handling Worksheet Class 11 Computer Science Q.1: Which Python built-in function returns the unique number assigned to an object? a) Identity() b) Id() c) Refnum() d) Ref() Q.2: The operator used to check if both the operands reference…
Python Fundamentals Worksheet Class 11
Python Fundamentals Worksheet Class 11 Q.1: Which of the following is correct as an identifier? a) Int b) Surface area c) Omega d) 1volume Q.2:Python is a …………………… language. a) Low level b) High level c) Machine d) Assembly Q.3:…
Important Questions Data Handling Class 11 Computer Science
Important Questions Data Handling Class 11 Computer Science Short Answer Type Questions Q.1 What are data types? What are Python‟s built-in core data types? Ans: Every value in Python has a datatype. Since everything is an object in Python…