Class 11 Informatics Practices NCERT Solution

Class 11 Informatics Practices Chapter 8 Introduction to Structured Query Language SQL NCERT Exercise Solution

Introduction to SQL NCERT Exercise Solution

CBSE NCERT Exercise Solution of Class 11 Informatics Practices Chapter 8 – Introduction to Structured Query Language (SQL) A quick revision • Database is a collection of related tables. MySQL is a ‘relational’ DBMS. A table is a collection of rows and columns, where each row is a record and columns describe the feature of …

Class 11 Informatics Practices Chapter 8 Introduction to Structured Query Language SQL NCERT Exercise Solution Read More »

Class 11 Informatics Practices Chapter 7 Database Concepts NCERT Exercise Solution

NCERT Solution of Class 11 Informatics Practices Ch 7 Database Concepts

CBSE NCERT Exercise Solution of Class 11 Informatics Practices Chapter 7 – Database Concepts A quick revision File : A file in a file system is a container to store data in a computer.Disadvantage of File System : File system suffers from Data Redundancy, Data Inconsistency, Data Isolation, Data Dependence and Controlled Data sharing.DBMS : …

Class 11 Informatics Practices Chapter 7 Database Concepts NCERT Exercise Solution Read More »

Class 11 Informatics Practices Chapter 6 Introduction of NumPy NCERT Exercise Solution

CBSE NCERT Exercise Solution of Class 11 Informatics Practices Chapter 6 – Introduction to NumPy 1. What is NumPy ? How to install it? 2. What is an array and how is it different from a list? What is the name of the built-in array class in NumPy ? 3. What do you understand by …

Class 11 Informatics Practices Chapter 6 Introduction of NumPy NCERT Exercise Solution Read More »

Class 11 Informatics Practices Chapter 5 Understanding Data NCERT Solution

CBSE NCERT Solution of Class 11 Informatics Practices Chapter 5 – Understanding Data NCERT Exercise Solution 1. Identify data required to be maintained to perform the following services:a) Declare exam results and print e-certificatesb) Register participants in an exhibition and issue biometric ID cardsc) To search for an image by a search engined) To book …

Class 11 Informatics Practices Chapter 5 Understanding Data NCERT Solution Read More »

Class 11 Informatics Practices Chapter 4 Working with Lists and Dictionaries NCERT Solution

CBSE NCERT Solution of Class 11 Informatics Practices Chapter 4 – Working with Lists and Dictionaries 1. What will be the output of the following statements? a) list1 = [12,32,65,26,80,10]list1.sort()print(list1) Answer: [10, 12, 26, 32, 65, 80] b) list1 = [12,32,65,26,80,10]sorted(list1)print(list1) Answer: [12,32,65,26,80,10] c) list1 = [1,2,3,4,5,6,7,8,9,10]list1[ : : -2]list1[ : 3] + list1[3 : …

Class 11 Informatics Practices Chapter 4 Working with Lists and Dictionaries NCERT Solution Read More »

Class 11 Informatics Practices Chapter 3 Brief Overview of Python NCERT Solution

NCERT Solution of Class 11 Informatics Practices Chapter 3 – Brief Overview of Python 1. Which of the following identifier names are invalid and why? (a) Serial_no. (b) 1st_Room (c) Hundred$ (d) Total Marks (e) Total_Marks (f) total-Marks (g) _Percentage (h) True Answer: – Valid Identifiers are : (e) Total_Marks and (g) _Percentage Invalids Identifiers …

Class 11 Informatics Practices Chapter 3 Brief Overview of Python NCERT Solution Read More »

You cannot copy content of this page

Table of Contents
Scroll to Top