Skip to content
Article:
How to draw Indian Flag Using Turtle Python Program
Library Management System Python Project for Class 12
Book Store Management Python Project for Class 12
COVID-19 Data Visualization Python Project Class 12
  • facebook
  • Twitter

CBSE

Learn CBSE PYTHON

  • Computer Science Class 11
    • Topicwise MCQS
    • Topic wise Notes
    • Practical File
    • Projects
    • Sample Papers
  • Computer Science Class 12
    • Topicwise MCQs
    • Topicwise Notes
    • Practical File
    • Projects
    • Sample Papers
  • Information Technology Class 9
    • Topicwise MCQs
    • Sample Papers
      • Term 2 Set 1
      • Term 2 Set 2
  • Information Technology Class 10
    • Topicwise MCQs
      • Electronic Spreadsheet
      • Digital Presentation
      • RDBMS
      • Internet
    • Sample Papers
      • Term 2 Set 1
      • Term 2 Set 2
      • Term 2 Set 3
  • Artificial Intelligence
    • Class 9
      • Term 1 Sample 1
    • Class 10
  • About Me
CBSE > Class 11

Category: Class 11

CBSE Sample Papers Class 11

Feb 08

Class 11 Computer Science Sample Paper MCQ based Term 2 Set-1

Jitendra SinghLeave a commentClass 11

Class 11 Computer Science Sample Paper MCQ based Term 2 Set-1   Term 2 Examination 2021-22 Class-XI Time:- 1.5 Hours Max. Mark:35   General instructions:- 1. This Question Paper Contains 4 Parts A,B,C,D. 2. Attempt 11 questions in Part-A and Read more

Feb 04

Random Module in Python Class 11-12 Notes

Jitendra SinghLeave a commentClass 11, Python for CBSE

Random Module in Python Class 11-12 Notes Random numbers are widely used in programs which involves games or simulations. Some uses of random numbers are as follows: ♦ To shuffle a deck of playing cards randomly ♦ To play a Read more

Feb 03

Introduction to Python Module Class 11 Notes Computer Science

Jitendra SinghLeave a commentClass 11, Python for CBSE

Introduction to Python Module Class 11 Computer Science   What is module in Python? Modules are simply files with the “. py” extension containing Python code that can be imported inside another Python Program. A module can contain executable statements as well as Read more

Feb 01

Class 11 IP Sample Paper Term 2 Set 3

Jitendra SinghLeave a commentClass 11, Python for CBSE

Class 11 IP Sample Paper Term 2 Set 3 TERM II – 2021-22 Time Duration – 2 hours Maximum Marks : 35 General Instructions:- 1.This question paper contains three parts A,B,C Each part is compulsory . 2.Section A – contains Read more

Feb 01

Class 11 IP Sample Paper Term 2 Set 2

Jitendra SinghLeave a commentClass 11, Python for CBSE

Class 11 IP Sample Paper Term 2 Set 2 Term-2 Examination 2021-22 Class: 11    Subject: Informatics Practices Subject Code: 065 Duration : 2 hrs. Max Marks : 35 General Instructions • The question paper is divided into 3 sections Read more

Feb 01

Class 11 IP Sample Paper Term 2 Set 1

Jitendra SinghLeave a commentClass 11, Python for CBSE

Class 11 IP Sample Paper Term 2 Set 1 Term-2 Examination 2021-22 Class: 11    Subject: Informatics Practices Subject Code: 065 Maximum Marks: 35/ Time: 2 hours   General Instructions ♦ The question paper is divided into 3 sections – Read more

Jan 27

Input a welcome message and display it Python Program

Jitendra SinghLeave a commentClass 11, Python for CBSE

Input a welcome message and display it Python Program   welcome_message=input(“Enter welcome message : “) print(“Hello, “,welcome_message)     Output: Enter welcome message : “Welcome to https://cbsepython.in. This is the best place to learn CBSE Computer Science. Here you can Read more

Jan 27

Input a string and determine whether it is a palindrome or not; convert the case of characters in a string

Jitendra SinghLeave a commentClass 11, Python for CBSE

Input a string and determine whether it is a palindrome or not; convert the case of characters in a string   # Python Program to check whether string is palindrome or not   str=input(“Enter a string:”) w=”” for element in Read more

Jan 27

Count and display the number of vowels, consonants, uppercase, lowercase characters in string

Jitendra SinghLeave a commentClass 11, Python for CBSE

Count and display the number of vowels, consonants, uppercase, lowercase characters in string   # Vowels & Consonants count str = input(“Type the string: “) vowel_count=0 consonants_count=0 vowel = set(“aeiouAEIOU”) for alphabet in str: if alphabet in vowel: vowel_count=vowel_count +1 Read more

Posts navigation

Previous 1 2 3 … 7 Next

Latest Topics

How to draw Indian Flag Using Turtle Python Program

Library Management System Python Project for Class 12

Book Store Management Python Project for Class 12

COVID-19 Data Visualization Python Project Class 12

Hospital Management System Python Project Class 12

ATM Management Python Project for Class 12

Digital Clock in Python using Tkinter

Hospital Management System Using MySQL Connectivity and Tkinter GUI Python Project

Alarm Clock Python Project for Class 12

Love Calculator Python Program

Python Tutorial

Python – Getting started

Python Variable

Python  Keyword & Identifiers

Python  Operators

Python Number Data Type

Python String Data Type

Python while loop

Python for loop

Python if....else statements

Python Jump Statement

Python List

Python Tuple

Python Dictionary

Python Function

Python File Handling

Python Datetime

Python Tkinter

Society, Law & Ethics

close button

Recent Posts

  • Insert and Use images in document Digital Documentation IT
  • Important Questions Data Handling Class 11 Computer Science
  • Important Questions Python Fundamentals Class 11 Computer Science
  • Important Questions Getting Started with Python Class 11 Computer Science
  • Error Finding Questions in Python class 11-12 Computer Science

Follow us

Contact

Search

  • facebook
  • Twitter
Copyright © 2020-2022 All rights reserved.
  • About Me
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
University Hub by WEN Themes
Scroll Up