Viva Questions for Class 11 Computer Science Python
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…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Sample Papers Class 11
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…
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…
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() …
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() …
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.…
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…
Important Questions Python Fundamentals Class 11 Computer Science Very Short answer Type Questions Q.1 What is None literal in Python? Ans: Python has one special literal, which is…
Important Questions Getting Started with Python Class 11 Computer Science Very Short answer Type Questions Q.1 When was Python released? Ans- Python was released in February 1991. Q.2…
Error Finding Questions in Python class 11-12 Computer Science Find error in the following codes(if any) and correct code by rewriting code and underline the correction (Q-1 to Q-14)…
Output Based Questions In Python Class 11-12 Computer Science Q 1. Write the output of the following: for i in '123': print("cbsepython",i,) Q. 2 for…