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:…
Half Yearly Sample Paper Class 12 Computer Science Set 2 2022-23
Half Yearly Sample Paper Class 12 Computer Science Set 2 2022-23 Time: 1:30 Hours/ Maximum marks:50 I. Choose the correct answer. 10 1. The smallest section of code that are used to perform particular task is called a) Subroutines b) Files c)…
Half Yearly Sample Paper Class 12 Computer Science Set 1 2022-23
Half Yearly Sample Paper Class 12 Computer Science Set 1 2022-23 Computer Science (083) Time: 1:30 Hours/ Maximum marks:35 I. Choose the correct answer:8×1 1) Which of the following is a distinct syntactic block? a) Subroutines b) Function c) Definition…
Introduction to MySQL Notes Class 12
Introduction to MySQL Notes Class 12 MySQL is a Relational Database Management System. It was originally founded and developed in Sweden by David Axmark, Allan Larsson and Michael Widenius. Characteristics of MySQL: 1. Cost: It is released…
Introduction to Database Concept Class 12 Notes
Introduction to Database Concept Class 12 Notes In this article you will learn the basic database management system concepts which will be helpful to the students appering in CBSE class 12 board examination this year. What is Database Management…
Important Computer Network Class 12 Question Answer Computer Science/ Informatics Practices
Important Computer Network Class 12 Question Answer for Computer Science/ Informatics Practices Q 1- What is a Computer Network? Ans: A computer network is a set of interconnected computers sharing resources located on or provided by network…
Important Question Answer Class 12 Computer Science (Python) useful for Term 2 Examination
Important Question Answer Class 12 Computer Science (Python) Important Question answer Class 12 Computer Science (Python) useful for Term 2 Examination. In this section you will find some important question answer class 12 Computer Science. These…
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…