Project Synopsis Inventory Management System | CS IP 12 BCA
Project Synopsis Inventory Management System | CS IP 12 BCA Read More »
Privacy Policy for techtipnow At techtipnow, accessible from https://techtipnow.in, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by techtipnow and how we use it. If you have additional questions or require more information about our Privacy Policy, do not
17. What is data privacy? Websites that you visit collect what type of information about you? Answer Data privacy is all about- proper handling of data controlled access of data protecting data from illegal use or activity taking backups of data Data can be any – Personal data Financial data Sensitive data Intellectual data stored
Question-17 | Ch-6 Societal Impact | NCERT Solution IP-12 Read More »
Everyone learning Computer Science can take the help of this post which containing latest and best Societal Impact MCQ questions and answers to prepare for their exams. Societal Impact MCQ covers all objective type questions for following topics Digital FootprintNet Etiquette Digital Communication Etiquette Data Protection Intellectual Property Rights Copyright Patent Trademark Plagiarism Licensing Free
Societal Impact MCQ | Data Protection MCQ Read More »
This post contains Multiple Choice Questions with answers for Data handling class 12 MCQ. This is based on syllabus designed by CBSE for Informatics Practices Class 12. Data handling majorly covers three topics:Python SeriesPython DataframePlotting with pyplot Python pandas is the library which is mainly used for data handling. Data handling class 12 mcq Set-4
Data handling class 12 mcq | Informatics Practices MCQ Read More »
DROP TABLE – Deletes entire schema DROP DATABASE – Delete entire databse schema DROP clause of ALTER TABLE – Can delete specific column or constraint of existing table.
Differentiate between DROP TABLE, DROP DATABASE and DROP Cluase of ALTER TABLE Read More »
Fruitful Function: Function that returns a value def power(x,y): for i in range(y): r=r*x print(r) a=intinput((“Enter Base”)) b=intinput((“Enter Exponent”)) power(a,b) Non-Fruitful Function: Function that does not return any value. def power(x,y=3): for i in range(y): r=r*x return r a=intinput((“Enter Base”)) b=intinput((“Enter Exponent”)) total = power(a,b) print(total)
Differential between fruitful function and non-fruitful function Read More »
Ans 2:InformaticsPracticesAns 3:informatics practices class 11thAns 4:COMPUTER STUDIESAns 5:classXII