Chapter 7 Functions in Python Class 11 NCERT Solutions

Chapter 7 Functions in Python Class 11 NCERT Solutions Summary of Chapter 7 Functions in Python In programming, functions are used to achieve modularity and reusability. Function can be defined as a named group of instructions that are executed when the function is invoked or called by its name. Programmers can write their own functions … Read more

NCERT Solution Flow of Control in Python Class 11 Chapter 6

Flow of Control in Python Class 11 Summary of Chapter The if statement is used for selection or decision making. The looping constructs while and for allow sections of code to be executed repeatedly under some condition. for statement iterates over a range of values or a sequence. The statements within the body of for … Read more

NCERT Solution Getting Started with Python Class 11 Chapter 5

Getting Started with Python Class 11 NCERT Solution Q1. Which of the following identifier names are invalid and why? Serial_no. 1st_Room Hundred$ Total Marks Total_Marks total-Marks _Percentage True Ans. Following identifier names are invalid Invalid Identifier Reason Serial_no. Identifier can not contain special symbol 1st_Room Identifier name can not begin with number. Hundred$ Identifier can … Read more

100+ Python One Mark Questions with Answers Important Class 12

Python One Mark Questions with Answers for Class 12 According to CBSE Latest Sample Paper – 2022. There are 18 Questions in Section A including Assertion and Reasoning . Each Question is of One Mark. Student has to attempt all the questions. Division is as follows according to CBSE Sample Paper. Further Analytics of Questions. … Read more

Basic ICT Skills Class 10 IT 402 Important Questions (Solved)

Basic ICT Skills Class 10 Click for More Questions of ICT Skills Click for ICT Skills Book Solutions Q1. Mention any three functions of operating system. Ans. Three functions of operating system are : (Write any three) 1 It checks whether the device is functioning properly or not. 2. It controls software resources of the … Read more

100+ Important SQL Queries with Answers

100+ Important SQL Queries SQL Queries Q1. Write SQL queries for the following based on table : TEACHER Table : TEACHER T_ID T_Name Subject DOJ Salary Workload Gender 101 Suman English 12/03/2012 55000 20 F 103 Ravi History 12/06/2000 70000 22 M 104 Alok Computer 07/02/2014 60000 21 M 105 Rani English 06/06/2015 50000 F … Read more

Entrepreneur Skills Class 10 Important Questions & Answers

Entrepreneur Skills Class 10 Entrepreneur Skills Class 10 Questions and Answers Q1. What do you mean by Entrepreneurship ? Ans. Entrepreneurship is the type of self-employment where one is running a business and looking for ways to make the business better to make profits. Q2. Write four qualities of successful Entrepreneur? Ans. Four qualities of … Read more

Comparison Operators in Python Class 11 Important Notes with Questions

Comparison Operators in Python What are Operators ? Operators are special symbols which perform a special task on values or variables. Same operator can behave differently on different data types. What do you mean by Operand? Operands are the values or variables on which the operator operate. What do you mean by Expression in python? … Read more

error: Content is protected !!