12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 06/01/2020
Open Source Concepts
Download Tamil Nadu 12th Standard Computer Applications question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Applications Test

1.
The free software concept is developed by ______________
Richard Stallman
Charles Babbage
Blaise Pascal
John Napier
2.
Which of the following organization is not related to Open Source?
Apache Software Foundation
The Document Foundation
The Eclipse Foundation
Initiative Foundation
3.
Open NMS was released in _____
1999
2000
2003
2004
4.
Which of the following is not a network simulation software?
Ns2
OPNET
SSFNet
C++
5.
Choose the Correct Pair from the following to build NS2
UNIX & TCL
UNIX & a. C++
C++ & OTcl
C++ & NS2
6.
What is the network simulator?
7.
What is the use of trace files?
8.
Write short note on Open NMS?
9.
10.
Explain the History of open source software
11.
Write short note on Open-Source Software and Developers
12.
Write some of the features of Open Source Hardware
13.
Explain Types of Organisations related to Open Source.
14.
Write note on open source hardware.
15.
What are the uses of Open source Network Software?
16.
Explain in detail about Open Source Software and Free Software.
17.
Explain in detail about network simulation tool - NS2
18.
Explain various Open Source License
19.
Differentiate Proprietary and open source software
1.
(a)
Richard Stallman
2.
(d)
Initiative Foundation
3.
(a)
1999
4.
(d)
C++
5.
(c)
C++ & OTcl
6.
(i) A network simulator is a software program that replicates the functioning of a computer network.
(ii) In simulators, the computer network is typically demonstrated with devices, traffic, etc. and the performance are evaluated.
7.
Trace files can document every incident that happened in the simulation and are used for examination.
8.
Open NMS (Network Management System) is a free and open-source initiative grade network monitoring and management platform. It is established and maintained by a community of users developers and by the open NMS group, it offering services, training and support.
9.
10.
Richard Stallman the free software movement, the beginnings of open source. Collaboration was king in the software world when Richard Stallman joined MIT's Artificial Intelligence Lab in 1971 as a freshman at Harvard University.
11.
OSS projects are collaboration opportunities that improve skills and build connections in the field.
Domains that developers can contribute to the open source community include:
(i) Communication tools.
(ii) Distributed revision control systems.
(iii) Bug trackers and task lists.
(iv) Testing and debugging tools.
12.
(i) Remix
(ii) Remake
(iii) Remanufacture
(iv) Redistribute
(v) Resell
(vi) Study and Learn
13.
Organization related to open source:
(i) Apache Software Foundation
(ii) Free Software Foundation
(iii) Linux Foundation
(iv) Open Source Initiative.
14.
(i) In this period of increased competition and cyber crimes, the computers used by indivudals or business organisations may have spy hardwares of rivals.
(ii) Open source hardware technology helps in such threats.
(iii) In this technique we get the components of the hardware and its circuit diagram, so that we can remove suspicious spyware if found.
15.
(i) Software can be used without any cost and restrictions
(ii) Sharing of ideas with the team.
(ii) User friendly.
(iv) We can add the most required features in the software.
(v) We can learn many ideas.
(vi) We can make our program writing skills more efficient
16.
(i) OSS is slightly different from free software.
(ii) Both deal with the ability to download and modify software without restriction or charge.
(iii) In contrast, the OSS criteria, which the Open Source Initiative developed a decade later, place more emphasis on the modification of software, and the consequences of altering source code, licensing, and distribution.
(iii) Obviously, the two overlap; some would say the differences between OSS and free software are more philosophical than practical.
(iv) However, neither should be confused with freeware.
(v) Freeware usually refers to proprietary software that users can download at no cost, but the whose source code cannot be changed.
17.
Network simulation
In a computer network, network simulation is a method whereby a software program models the activities of a network by calculating the communication between the different network objects such as(routers, nodes, switches, access points, links, etc.).
Network simulator
(i) A network simulator is a software program that replicates the functioning of a computer network.
(ii) In simulators, the computer network is typically demonstrated with devices, traffic, etc. and the performance is evaluated.
Normally, users can then adapt the simulator to accomplish their precise analysis needs.
Network Parameters:
The network parameters define the state of the network (node placement, existing links) and the events (data transmissions, link failures, etc.).
Trace files:
A significant output of the simulation is the trace files. Trace files can document every incident that happened in the simulation and are used for examination.
NS2: NETWORK SIMULATOR version 2.
(i) It was considered explicitly for exploration in network communication and event-driven opensource simulator in computer.
(ii) OTCL and C++ used to create and run NS2.
(iii) NS2 works on Windows and Linux platforms that support wired or wireless network and also use the command line interface as a user interface.
API:
(i) API a pure event base software tool with super simulation design, it has more models which help the user to get desired output easily.
18.
Types of open source licenses are:
(i) Apache License 2.0
(ii) BSD 3-Clause 'New' or 'Revised' license
(iii) BSD 2-Clause "simplified" or "Free BSD" license
(iv) GNU General Public License (GPL)
(v) GNU Library or "Lesser" General Public License (LGPL)
(vi) MIT license
(vii) Mozilla Public License 2.0
(viii) Common Development and Distribution License
(ix) Eclipse Public License
(i) Apache License:
Apache License version 2.0 rights can be applied to both copyrights and patents. Some of the license can be applied only to copyrights and not patents some details of Apache License and Rights are never ending, Worldwide Authority of Rights, Rights for No few or Royalty, Rights are Irrevocable.
(ii) BSD License:
BSD license is a part of a family of the free software license that have much fewer restrictions in distribution as compared to other free software license. Two important version are:
(1) The New BSD License/The NEW Modified BSD License (3 clause "new" or "Revised" license)
(2) The simplified BSD License/Free BSD License (2-clause "simplified" or "free BSD" license)
Both have been accepted as open source license by the open source initiative.
The primary difference between the New and the simplified BSD License is that simplified BSD license emits this clause.
(iii) GNU General Public License:
The General Public License are copy the software, Distribution, charge a fee, change the code base.
(iv) GNU Lesser General Public License:
It grants fewer right to work than GNU GPL. It's generally appropriate for libraries and projects that want to allow linking from non-GPL and non-open-source software. GPL. requires any other project or source that is using the project under GPL also be licensed as GPL: GPL licensed code can't be used for paid and proprietary software.
(v) MIT License:
It's the shortest and most used popular open source license. The main giving of this licnese are copy, modify, merge, publish, distribute, sublicense, etc.
19.
| Open Source Software | Proprietary Software |
|---|---|
| It refers to the software that is developed and tested through open collaboration. | It refers to the software that is solely owned by the individual or the organization that developed it. |
| Anyone with the academic knowledge can access, inspect modify and redistribute the source code. | Only the owner or publisher who holds the legal property rights of the source code can access it. |
| The project is managed by an open source community of developers and programmers. | The project is managed by a closed group of individuals or team that developed it. |
| They are not aimed at unskilled users outside of the programming community. | They are focused on a limited market of both skilled and unskilled and users. |
| It provides better flexibility which means more freedom which encourages innovation. | There is a very limited scope of innovation with the restrictions and all. |
| Examples: Android, Firefox, Libreoffice, Ubuntu, Gname etc.. | Examples: Windows, mac Os, iTunes, Google earth. Adobe flash etc. |
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards