Q1. What is Digital foot print ? Give some example ? [ Digital footprint Data that is left behind when users have been online. /Examples: Blog posts, comments or photos shared on social media, Skype calls, app use and email records. It’s all part of your online history ]
Q2 Explain different type of digital foot prints with example /two main types[ /Passive:: The digital data we leave online unintentionally is called passive footprints. This includes the data generated when we visit a website, use a mobile App, browse Internet, etc., /Active: :Data that we intentionally submit online. This would include emails we write, or responses or posts we make on different websites or mobile Apps, etc.]
Q3. Wy think before share or post any information over internet ? [ digital footprints are stored in servers where the applications are hosted. We may not have access to remove or erase that data, neither do we have any control on how that data will be used. So think before you contribute to the digital environment.]
Q4. what do you mean by net etiquettes ?
NET ETIQUETTES: The rules of conduct for respectful, responsible and Ethical communication over the internet. Be Ethical ,Respectful and Responsible while communication over internet (ERR)
(Responsible, Respectful, legal,safe and Ethical use of ICT)
Be Ethical: ( Share the expertise, No copyright violation)
No copyright violation: we should not use copyrighted materials without the permission of the creator or owner. Share the expertise: Respect privacy Respect diversity:
Be Responsible(Avoid cyber bullying, Don't feed the troll) :
Avoid cyber bullying: Cyberbullying is the use of internet, ICT device and social media apps to harass, to get revenge , to threaten or Humiliate someone. or for Saying and/or doing mean things to the person online.
Be Respectful : (Respect privacy and Respect diversity):
Q5. What do you mean by Communication etiquettes ? Give some example ? [Rule of conduction over internet during communication ) Example [ 1. Be precise: (Respect data limit and time) 2. Be Polite and non aggressive 3. dont respond to junk mail or spam or any unnecessary mail 4. Avoid large attachments ]
Q6[ What do you mean by Social media etiquettes ? Give some example [Rule of conduction over internet while using social media tools called ) : (1. Be Secure : beware of fake information, do not connect online with unknown, use strong password and update regularly 2. Be reliable: Think before upload, do not use abuse language during communication )
Q7. What do you mean by IPR? Name any three rights ? [ Intellectual Property Right(IPR) : Rights given to persons over the creations of their minds. Such as Idea , thought, drawing and writing like design , logo , name etc. for a certain period of time/ Intellectual Property is legally protected through three IPR copyrights, patents, trademarks ]
Q8 What are the three ways to avoid or Violation of IPR ? : [ We can avoid these right by one of the following ways: (A) Plagiarism (B) Copyright Infringement(C) Trademark Infringement ]
Q9. What do you mean by Plagiarism? Give and example [ Presenting someone else's work or ideas as your own, without giving credit to its creator ] for e.g. Submitting a full text that is not your own
Q10 What do you meant by Trademark infringement ? [ means unauthorized use of other’s trademark on products and services
Q11 What do you mean by Copyright infringement ? Give to example [ We use other person’s work without obtaining their permission to use or we have not paid for it, if it is being sold.] [ Suppose we download an image from the Internet and use it in our project. But if the owner of the copyright of the image does not permit its free usage, then using such an image even after giving reference of the image in our project is a violation of copyright./ Use some one songs in back ground of your work/ Record TV program and share with others/ downloading movie from unauthorize source/
Q12. What is Software licensing ? : It is a document that legally permits you for the use and distribution of software/ It is a legal right or permission to run or use./It is provided by the owner or developer of the software/ provide rules and guide line for use and run /
Q13 What are the advantages of Software licensing ? [ 1.able to contribute to the further development of the software you are using 2.Allows you to legally distribute software as per the licensing agreement 3.Receive Around-The-Clock License Support 4.The Right Software License Can Save You Money/
Q14 What is Proprietary License ? Give Some example [ This is the most restrictive. The idea behind it is that all rights are reserved. It’s generally used for proprietary software where the work may not be modified or redistributed. Example Microsoft Windows: Developed by Microsoft, Windows is one of the most widely used operating systems globally. macOS: This proprietary operating system was developed by Apple ,Adobe Photoshop, Skype , MS office ]
Q14 What is Free and Open source License ? give Some example [ They allow software to be freely used, modified, and shared. /GNU GPL, Apache AND CC are under free and open source license category/
Q15. Give some example of free and open source software's ? [ Mozilla Firefox. Libre Office, open office , Gimp., VLC Media Player, Linux, Blender. Python.]
Q16 . Give some example of oprietary softwares ? [ Microsoft Windows, MacOS, Skype, Adobe Photoshop,Quick heal Antivirus, MS Office]
Q17 What do you mean by GNU GPL ? [ The GNU General Public License (GNU, GPL, or GPL) is a free software license originally written by Richard Stallman of the Free Software Foundation, which guarantees that users are free to use, share, and modify the software without paying anyone for it.]
Q18 What do you mean by Apache License ? [ The Apache License is a permissive free software license written by the Apache Software Foundation. Rights are granted forever .Rights are granted for one country, automatically considered as worldwide. Rights for no fee or Royalty/ ]
Q19. What do you mean by Creative Commons (CC) License ? CC) is an internationally active non-profit organization to provide free licenses for creators. Creative Commons (CC) licenses are public licenses. You can use them to indicate what other people are allowed to do with your work.
Q 20.Give an example where CC license can be used ? [ YouTube allows creators to mark their videos with a Creative Commons CC BY license. If you've marked your video with a CC BY license, you retain your copyright. Other creators get to reuse your work subject to the terms of the license. . ]
Q21 What is E- Waste ? [ E-waste:( e-Scrap or Electronic Waste or WEEE(Waste electrical and electronic equipment) /E-Waste is categorized as hazardous waste by the govt. of india. / E- waste describes discarded electrical or electronic devices as discarded computers, office electronic equipment, entertainment device electronics, mobile phones, televisions sets and refrigerators called E-Waste ]
Q22. what do you mean by Eavesdropping ? [ It is the unauthorized real-time interception of a communication, such as a phone call, instant message, videoconference or fax transmission.]
Q23
Operators : Arithmetic(+,- ,/,*,//,**, % ) /Comparison(Relational) <, >=,<,<=, ==,!= /Logical(and, or, not ) /Assignment(=) / Shorthand Assignment(+=,-=,/=,*=,//= etc ) /Identity Operators (is and is not )/Membership Operators(in and not in)
Data types: Numeric(int,float,complex), Sequence(list, tuple, string), map(dictionary), set, boolean
Decision Making( Conditional ) statements : 1. if 2. if-else 3. if-elif-else 4. nested if
Iterative(looping) Statements: for and while
Jumping Statements : break and continue
Empty statements :pass
Errors: Syntax /Symantec/runtime/logical error
Keywords: reserve words e.g for, while, break , continue,