Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

open sources software, Exams of Operating Systems

Open source software dr.p.rizwan ahmed, Study notes for Advanced Computer Programming. Thiruvalluvar University Thiruvalluvar University

Typology: Exams

2017/2018

Uploaded on 04/18/2018

yuvaraj
yuvaraj 🇮🇳

4

(1)

1 document

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
UNIT I: INTRODUCTION11
. What is Open source software?
Open Source Software is software for
which the underlying programming code
is available tothe users so that they may
read it, make changes to it, and build
new versions of the
softwareincorporating their changes.
There are many types of Open Source
Software, mainly diering in thelicensing
term under which (altered) copies of the
source code may (or must be)
redistributed.
2. What is the Need of Open Source
Systems?
•No initial cost
•No licensing issues
•Openness and Transparency
•Speed of Access
•Freedom of movement
•Portable
•Reliable
•Stable
•Security
pf3
pf4
pf5
pf8

Partial preview of the text

Download open sources software and more Exams Operating Systems in PDF only on Docsity!

UNIT I: INTRODUCTION

. What is Open source software? Open Source Software is software for which the underlying programming code is available tothe users so that they may read it, make changes to it, and build new versions of the softwareincorporating their changes. There are many types of Open Source Software, mainly di ff ering in thelicensing term under which (altered) copies of the source code may (or must be) redistributed.

  1. What is the Need of Open Source Systems? •No initial cost •No licensing issues •Openness and Transparency •Speed of Access •Freedom of movement •Portable •Reliable •Stable •Security
  1. What are the four important factors that led to the development of open source software The following are the four important factors that lead to the development of Open SourceSoftware:
  2. To diminish the high monopoly value of the Proprietary Software 2.To avoid discrimination among persons like developers of the product and users of theproduct 3.To enable the user fi nding and fi xing the bugs themselves 4.To allow customers to have control over the products they use and to redistribute the samewith or without modi fi cations.
  3. What are the advantages of open source system? •Lesser hardware costs •High-quality software •No vendor lock-in •Integrated management •Simple license management •Lower software costs •Abundant support

E0 00 Predominantly known for its use in

servers supported by corporations such as Dell, Hewlett-Packard, IBM, Novell, Oracle Corporation, Red Hat, and Sun Microsystems. E0 00 Used as an operating system for a wide

variety of computer hardware, including desktopcomputers, supercomputers, video game systems, such as the PlayStation 2 and PlayStation3, several arcade games, and embedded devices such as mobile phones, routers,wristwatches, and stage lighting systems

  1. What are the two phases in the evolution of Linux? A Development Phase: Here the Kernel is not reliable and the Process is to add functionality to it, Optimize it and totry new ideas. This Phase gives rise to odd-numbered version numbers, such as 1.1,1.3 etc., This isthe time when the maximum amount of work is done on the kernel A Stabilization Phase:

Where the aim is to produce as stable a kernel as possible. Only minor adjustments andmodi fi cations are made. The version numbers of so called Stable Kernels are even, such as 1.0, 1.2etc.,

  1. What are the advantages of Linux? •Low-Cost •Runs on old Hardware •Choice •Installation and GUI •Security •Open source
  2. List the disadvantages of Linux •Learning •Lack of equivalent programs •More technical ability needed •Not all hardware compatible
  3. What are the types of system? Operating system is a generic term which in fact describes several families of systems E0 00 Single task system:

Only one program may be run at a time, and therefore only one personmay work on a machine at one time. However, the

  1. De fi ne Process and di ff erentiate process and program A process can be considered to be a program being run. A program is not a process of itself;it is a passive entity while the process is a active entity with a program counter specifying the nextinstruction to be carries out, as well as the total associated resource.
  2. What are the Process states? During the course of execution, processes change state. The state of a process is de fi ned by itscurrent activity. The di ff erent possible states of a process are the following E0 00 In execution:

the process is being executed by the processor, E0 00 Ready:

the process could be executed, but another process is currently being executed E0 00 Suspended:

the process is waiting for a resource E0 00 Stopped:

the process has been suspended by the external process

E0 00 Zombie:the process has fi nished its

execution but it is still referenced in the system