Skip to content
Coding Python
Menu
  • Home
  • Python Programs
  • Mini Projects
  • Major Projects
  • About
  • Privacy Policy
Menu

Category: Python for Class 12

Informatics Practices Class 12 Question Bank Chapter wise

Posted on November 3, 2022

Informatics Practices Class 12 Question Bank Chapter wise   INTRODUCTION TO PYTHON   1. Which of the following is an assignment operator in Python? a) == b) === c) >>> d) =…

Python Practice Paper for Class 12

Posted on October 31, 2022

I. MULTIPLE CHOICE QUESTIONS 10X1=10 1. To open a file c:\ss.txt for appending data we use a. file = open(‘c:\\ss.txt’,’a’) b. file = open(r‘c:\ss.txt’,’a’) c. file = open(‘c:\\ss.txt’,’w’) d. both a and…

Python Libraries MCQ Class 12

Posted on October 31, 2022

  1. To include the use of functions which are present in the random library, we must use theoption: a)importrandom b)random.h c)import.random d)random.random   2. The output of the following Python code…

Python Revision Tour Worksheet Class 12

Posted on October 31, 2022

Multiple Choice Questions:  (20 x 1=20) 1. What will be the output of the following Python code? from math import factorial print (math.factorial (5)) (a) 120 (b) Nothing is printed (c) Error,…

Class 12 Computer Science Worksheets

Posted on October 31, 2022

Worksheet-1 1. What is a string slice? How is it useful? (2) 2. Distinguish between concatenation and Replication in string .Give an example.(3) 3. What are the Characteristics of a dictionary? (2)…

Recent Posts

  • Informatics Practices Class 12 Question Bank Chapter wise
  • Python Practice Paper for Class 12
  • Python Libraries MCQ Class 12
  • Python Revision Tour Worksheet Class 12
  • Class 12 Computer Science Worksheets

Recent Comments

No comments to show.

Archives

  • November 2022
  • October 2022
  • September 2022
  • August 2022

Categories

  • Major Projects
  • Mini Projects
  • Python for Class 12
  • Python Programs
©2023 Coding Python | Design: Newspaperly WordPress Theme