Society Law and Ethics Notes and Question Answer Unit 3 Class 11

Society Law and Ethics Notes Unit 3 Class 11 Syllabus:  ● Cyber safety: safely browsing the web, identity protection, confidentiality, cyber trolls and bullying.  ● Safely accessing web sites: malware, viruses, trojans, adware ● E-waste management: proper disposal of used electronic gadgets ● Indian Information Technology Act (IT Act) ● Technology & Society: Gender and … Read more

Society Law and Ethics MCQs for Class 11 Computer Science, IP

Unit- III Society Law and Ethics MCQs with answer   Syllabus: Digital Footprints Digital society and Netizen: net etiquettes, communication etiquettes, social media etiquettes Data protection: Intellectual Property Right (copyright, patent, trademark), violation of IPR (plagiarism, copyright infringement, trademark infringement), open source softwares and licensing (Creative Commons, GPL and Apache) Cyber-crime: definition, hacking, eavesdropping, phishing … Read more

Society Laws and Ethics Assertion Reasoning Case Study Questions

Society Laws and Ethics Assertion Reasoning Case Study Questions   1. Which of the following are the best security measures that should be taken against phishing attacks ? a) Never open unknown or suspicious email attachments. b) Never share your personal information such as email, credit card number, etc on unknown sites. c) Both a … Read more

Information Technology Sample Paper Class 11

Information Technology Sample Paper Class 11 Term-1 2021-22 Subject Code: 802 Max. Time Allowed: 90 Minutes Max. Marks: 30   General Instructions: 1. This Question Paper is divided into 03 sections, viz., Section A, Section B and Section C. 2. Section A is of 05 marks and has 06 questions on Employability Skills. 3. Section … Read more

Practical File Class 11 IP 2022-23

Practical File Class 11 IP Term 1   Program 1. To find average and grade for given marks. sub1=int(input(“Enter marks of the first subject: “)) sub2=int(input(“Enter marks of the second subject: “)) sub3=int(input(“Enter marks of the third subject: “)) sub4=int(input(“Enter marks of the fourth subject: “)) sub5=int(input(“Enter marks of the fifth subject: “)) avg=(sub1+sub2+sub3+sub4+sub5)/5 #printing … Read more

Class 11 Computer Science Sample Paper Term 1 Set-1

Class 11 Computer Science Sample Paper Term 1 Set-1 Half Yearly Examination Class-XI Time: 1.30 hour/M.M.-35 Sub- Computer Science (083) Note: There are 40 questions given below. Attempt any 35 questions. Each question carries one mark.   1. What is information? a) Processed Data ✓ b) Collection of a Program c) Raw Data d) Collection … Read more

Dictionary in Python MCQ for class 11-12

Dictionary in Python MCQ for class 11-12   1. In order to store values in terms of key and value we use what core data type a) list b) tuple c) class d) dictionary     2. What is the output of the following code? a={1:”A”,2:”B”,3:”C”} print(a.setdefault(3)) a) {1: ‘A’, 2: ‘B’, 3: ‘C’} c) … Read more

Working with Functions in Python Class 12 Notes – Easy to Understand

Working with Functions in Python Class 12 Here you will learn about the functions in Python, Types of Functions in Python, How to create a function in Python, how function works in Python. These “Working with Function Notes” will surely helpful for the Computer Science, Informatics Practices  students of class 12 CBSE. Functions in Python … Read more

Copywrite © 2020-2025, CBSE Python,
All Rights Reserved