| |

70+ Important List Manipulation in Python MCQ Class 11

70+ List Manipulation in Python MCQ In this section you will practice List in Python MCQ for your board exam preparation. These MCQs are designed for objective as well as subjective type questions. These  List in Python MCQ will also help in Output based List in Python questions. It covers all possible List Manipulation in…

|

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…

|

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…

|

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…

|

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…

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…

| |

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…