|

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 the same object memory, is the ………. operator. a) In b) Id c) Is…

|

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: “Hello”*2= a) “Hello2” b) “hellohello” c) “HelloHello” d) “Hello2Hello”   Q.4: Which of…

|

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) Modules d) Pseudo code   2. A sequence of immutable objects are…

|

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 d) Modules   2) The data type whose representation is unknown are called a) Built…

|

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 under an open–source license and hence required no cost or payment for its usage. 2. Speed:…

|

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 System: A Database Management System (DBMS) is a software that can be used to create…

|

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 nodes.   Q. 2 Who is considered as the creator(s) of the Internet? Ans: Vinton Cerf and…

|

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 questions will help the Students having Subject Computer Science in Class 12.    Topic: Computer Networking Q. 1 Expand…

|

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 programming, data types are actually classes and variables are instance (object) of these classes. There…