CBSE Class 12 Informatics Practices Open Source Concepts Worksheet

Read and download free pdf of CBSE Class 12 Informatics Practices Open Source Concepts Worksheet. Students and teachers of Class 12 Informatics Practices can get free printable Worksheets for Class 12 Informatics Practices Open Source Concepts in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Informatics Practices in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Informatics Practices Worksheets prepared by school teachers as per the latest NCERT, CBSE, KVS books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 12 Informatics Practices Open Source Concepts

Class 12 Informatics Practices students should refer to the following printable worksheet in Pdf for Open Source Concepts in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks

Class 12 Informatics Practices Worksheet for Open Source Concepts

Open Source Software: Open Source Software can be freely used, changed, improved, copied and redistributed but it may have some cost for support and further development. Source Code is also available with OSS. It can be modified and redistributed with some guidelines of License.

FOSS/FLOSS: An OSS may come free of cost or with a payment of nominal charges that its developers may charge in the name of development and support of software. FLOSS (Free Livre and OSS) is both free software as well as OSS.

Proprietary software: Proprietary software is the software that is neither open nor free available.
Its use requires special permission by the supplier or vendor. They must have some cost and Source code is also not given. It is the property of the developer organization. No change, copy and distribution is allowed.

Free software: Free Software are those which are freely accessible, freely used, changed, improved, copied and distributed. It provides all types of freedom. It has no cost and Source Code is also available with Free Software.

Free ware: Free ware is software which is available freely and can be copied and distributed but no modification is allowed as source code is not available.

Shareware: These software are freely used, copied and distributed for a certain period of time. After expiry, you have to purchase or uninstall them. Modification is not possible due to nonavailability of the source code. These are the Demo version and freely distributed for trial purpose.

Free Software Foundation (FSF): FSF is a non-profit organization established to support free software movement. It has funded many software developers to develop free software under GNU GPL. It also works on legal and structural issues for the free software community.

Open Source Initiative (OSI): It specifies the criteria and defines the terms and specifications for Open Software.

Free & Open Source Products:

GNU: GNU refer to GNU’s not UNIX. It offers a wide range of free and open source software including application apart from operating system.

LINUX: Linux is a popular Open source operating system and can be downloaded from www. linux .org.

Mozilla Firefox: Freeware, free web browser, it can be download from www.mozilla.org.

Open Office: It is an office applications suite. It is intended to be compatible with most Operating Systems like Windows, Mac OS, UNIX and Linux and directly compete with Microsoft Office. It includes Write (Word Processor), Calc (Spread Sheets), Draw (Graphics program), Impress (Presentation), Math (Mathematical Formula editor) etc.

MYSQL: MySQL is most popular open source database system. MYSQL is a multi-user. It can work on many different platforms like Linux, Microsoft Windows, SUN OS etc. It can be downloaded from www. mysql. com.

JAVA NetBeans: Java NetBeans is a free open source, cross platform IDE with built in support for Java programming language. In fact Net beans run anywhere where there is JVM. It offers many features for application development.

APACHE: Apache web server (or HTTP server) is an open source web server available for many platform such ad Linux, Microsoft windows and other platform. Apache is designed as a set of modules, enabling administrators to choose which features they wish to use and making it easy to add features to meet specific needs including handling protocols other than the web-standard HTTP. It is component of LAMP (Linux, apache, MySQL and PHP).

PHP: It is known as Hypertext Preprocessor. It is an OSS used for server side applications and developing dynamic web content. PHP allows easy interaction with large number of relational database systems such MySQL, Oracle, DB2, PostgreSQL etc. PHP runs on most major OS including windows, Mac OS X, UNIX, Linux

W3C: The World Wide Web consortium exists to realize the full potential of the web.

Advantages of Open Source Software
• Application and platform independence.
• Making the data accessible to all.

Disadvantages of Open Source Software
• Open source development process may not be well defined and the stages in the development process, such as system testing and documentation may be ignored.
• Not all OSS initiatives have been successful.

Types of Standards:
Proprietary standards: it is closed standard and users have to buy license to use them.

Open standards: Open standards are internationally accepted technical standards that guarantee that data can be exchanged or accessible across platforms and applications, even as technologies changes, It is freely available to all.

Some common open standard formats are:

HTML: HTML format is the standard language for the web.

XML: XML is open standard which is used to describe the data. It is text based markup language
that allows storing data in structured format

Open document Format (ODF): Open document is an open, XML based file format. It is an open standard, supported by the IBM, Sun etc.

Ogg Vorbis: It is a new audio compression format. It is roughly comparable to other formats used to store and play digital music such as MP3 and mpeg-4 format. It is open, free, unpatented and loosely compression project from Xiph.org foundation.

Indian Language Computing

ASCII: American Standard Code for Information Interchange is widely used alphanumeric code in most microcomputers, minicomputers and in many mainframes. It is 7 bit code hence it can represent 27 =128 characters.

ISCII: Indian Standard Code for Information Interchange (ISCII) is an 8 bit code capable of coding 256 characters. It retains all ASCII characters and also offers coding for Indian Scripts.

Unicode: Unicode is a 16 bit code used to incorporate almost all the language of the world including Indian language. It provides a unique number for every character. Indian scripts included in Unicode are Devnagari, Bengali, Gurumukhi, Gujarati, Oriya, Tamil, Telegu, Kannada, and Malayalam.

Font: A Font refers to a set of displayable text characters called glyphs, having specific style and size.

There are two categories of font: True Type Font and Open Type Font.

Types of Fonts:

True Type Font: It is developed by Apple and licensed to Microsoft. It is 8 bit font which is compatible with Microsoft Windows and MAC OS.

Open Type Font: It is the extension of the True Type Font Format which is 16 bits font and support Unicode characters.

Static Vs Dynamic Font:

Static Font: In static fonts, the character are designed and digitized and then stored in font files.
Every time printing take place, same character will appear with same shape for example Times New Roman, Arial etc.

Dynamic Font: In Dynamic fonts, the characters are redefined at each occurrence. Dynamic fonts generate different font shape using certain parameter-values. All hand written fonts such as handwritten alphabets are dynamic fonts because of individual variations.

Indian Language Text Entry: There are two types of text entries:

1) Phonetic text entry: In this type of text entry, traditional keyboards with English keys are used. But while typing, the Indian alphabets are written phonetically i.e. the way they sound. So, for phonetic text entry, a combination of keys can be used to represent one Indian language character. English script and then converted to corresponding language word.

2) Key map Based Entry: In this method the keyboard keys are mapped to specific character using a key map. The whole arrangement of mapping the keyboard keys to specific language character is known as key map. A key map is internally stored as a table.

Very Short Answer Type Questions 

1. Write the names of any two free software?

2. Write the names of any proprietary software?

3. Write the names of two open sources software.

4. Which of the following is not a characteristic of Open Source Software?
a. Its source code is available for modification
b. It is owned by a company or an individual
c. It can be downloaded from internet

5. Define the following terms:
Free Software, Open source Software, Proprietary software, freeware, and shareware

6. Identify the free software out of the followings:
Mozilla firefox, PHP, GNU, MS Office, MySQL, Linux

7. What is significance of Unicode?

8. Expand the followings:
OSS, FLOSS, GNU, W3C, ASCII

9. Name the two encoding used for Indian language computing.

10. Name two Indian script included in Unicode.

11. Navneet is using software, which has been downloaded from internet and is available for one month. After one month he has to pay license fee for further use. Which software Navneet is using?

12. What is DoS (Denial of Service)? Explain briefly.

13. Which of the following are open standards?
1) .ogg (2) .doc (3) .ttf (4) . jpeg

14. Which of the following are open standards & which are proprietary standards?
i) WMA ii) DOC iii) JPEG iv) HTML

Short Answer Type Questions:

1. Difference between free software and open sources software with example.

2. What are the different standards?

3. What do you understand by ODF?

4. What is Ogg Vorbis?

5. What do you understand by TTF and OTF?

6. Mr. Dass is confused between Shareware and Open source software. Mention at least two points of difference to help him understand the same.

7. What is character encoding?

8. What is the difference between static and dynamic fonts?

More Worksheets for Class 12 Informatics Practices
CBSE Class 12 Informatics Practices Commonly Used Libraries Worksheet
CBSE Class 12 Informatics Practices Computer Networking Worksheet
CBSE Class 12 Informatics Practices Computer Xml Extensible Markup Language Worksheet
CBSE Class 12 Informatics Practices Concept Of Inheritance Worksheet
CBSE Class 12 Informatics Practices Database Connectivity To MySQL Worksheet
CBSE Class 12 Informatics Practices Database Fundamentals MySQL Revision Tour Worksheet
CBSE Class 12 Informatics Practices Database Transactions Worksheet
CBSE Class 12 Informatics Practices File Handling Worksheet
CBSE Class 12 Informatics Practices Html Basic Html Elements Worksheet
CBSE Class 12 Informatics Practices Html Lists Tables And Forms Worksheet
CBSE Class 12 Informatics Practices Introducing Classes And Objects Worksheet
CBSE Class 12 Informatics Practices It Applications Worksheet
CBSE Class 12 Informatics Practices Java Application Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Revision Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Worksheet
CBSE Class 12 Informatics Practices More On Sql Grouping Records And Table Joins Worksheet
CBSE Class 12 Informatics Practices MySQL Worksheet
CBSE Class 12 Informatics Practices Networking Worksheet
CBSE Class 12 Informatics Practices Open Source Concepts Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet Set A
CBSE Class 12 Informatics Practices Table And Integrity Constraints Worksheet
CBSE Class 12 Informatics Practices Web Application Development Worksheet

More Study Material

CBSE Class 12 Informatics Practices Open Source Concepts Worksheet

We hope students liked the above worksheet for Open Source Concepts designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Informatics Practices on a daily basis. All the latest worksheets with answers have been developed for Informatics Practices by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Studiestoday is the best portal for Class 12 students to get all the latest study material free of cost.

Worksheet for Informatics Practices CBSE Class 12 Open Source Concepts

Expert teachers of studiestoday have referred to the NCERT book for Class 12 Informatics Practices to develop the Informatics Practices Class 12 worksheet. If you download the practice worksheet for one chapter daily, you will get higher and better marks in Class 12 exams this year as you will have stronger concepts. Daily questions practice of Informatics Practices worksheet and its study material will help students to have a stronger understanding of all concepts and also make them experts on all scoring topics. You can easily download and save all revision worksheet for Class 12 Informatics Practices also from www.studiestoday.com without paying anything in Pdf format. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Informatics Practices designed by our teachers

Open Source Concepts worksheet Informatics Practices CBSE Class 12

All worksheets given above for Class 12 Informatics Practices have been made as per the latest syllabus and books issued for the current academic year. The students of Class 12 can be rest assured that the answers have been also provided by our teachers for all worksheet of Informatics Practices so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided a lot of MCQ questions for Class 12 Informatics Practices in the worksheet so that you can solve questions relating to all topics given in each chapter. All study material for Class 12 Informatics Practices students have been given on studiestoday.

Open Source Concepts CBSE Class 12 Informatics Practices Worksheet

Regular worksheet practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Open Source Concepts concepts. Worksheets play an important role in developing an understanding of Open Source Concepts in CBSE Class 12. Students can download and save or print all the worksheets, printable assignments, and practice sheets of the above chapter in Class 12 Informatics Practices in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 12 Informatics Practices MCQ Test for the same chapter.

Worksheet for CBSE Informatics Practices Class 12 Open Source Concepts

CBSE Class 12 Informatics Practices best textbooks have been used for writing the problems given in the above worksheet. If you have tests coming up then you should revise all concepts relating to Open Source Concepts and then take out a print of the above worksheet and attempt all problems. We have also provided a lot of other Worksheets for Class 12 Informatics Practices which you can use to further make yourself better in Informatics Practices

Where can I download latest CBSE Printable worksheets for Class 12 Informatics Practices Open Source Concepts

You can download the CBSE Printable worksheets for Class 12 Informatics Practices Open Source Concepts for latest session from StudiesToday.com

Can I download the Printable worksheets of Open Source Concepts Class 12 Informatics Practices in Pdf

Yes, you can click on the links above and download Printable worksheets in PDFs for Open Source Concepts Class 12 for Informatics Practices

Are the Class 12 Informatics Practices Open Source Concepts Printable worksheets available for the latest session

Yes, the Printable worksheets issued for Class 12 Informatics Practices Open Source Concepts have been made available here for latest academic session

How can I download the Class 12 Informatics Practices Open Source Concepts Printable worksheets

You can easily access the links above and download the Class 12 Printable worksheets Informatics Practices Open Source Concepts for each chapter

Is there any charge for the Printable worksheets for Class 12 Informatics Practices Open Source Concepts

There is no charge for the Printable worksheets for Class 12 CBSE Informatics Practices Open Source Concepts you can download everything free

How can I improve my scores by solving questions given in Printable worksheets in Class 12 Informatics Practices Open Source Concepts

Regular revision of practice worksheets given on studiestoday for Class 12 subject Informatics Practices Open Source Concepts can help you to score better marks in exams

Are there any websites that offer free test sheets for Class 12 Informatics Practices Open Source Concepts

Yes, studiestoday.com provides all latest NCERT Open Source Concepts Class 12 Informatics Practices test sheets with answers based on the latest books for the current academic session

Can test papers for Class 12 Informatics Practices Open Source Concepts be accessed on mobile devices

Yes, studiestoday provides worksheets in Pdf for Open Source Concepts Class 12 Informatics Practices in mobile-friendly format and can be accessed on smartphones and tablets.

Are worksheets for Open Source Concepts Class 12 Informatics Practices available in multiple languages

Yes, worksheets for Open Source Concepts Class 12 Informatics Practices are available in multiple languages, including English, Hindi