IGNOU MCA IGNOU BCA IGNOU MBA IGNOU CIC Courses

Pages (1) : [1]

December 2002

Filed under:

Question Paper of CS-13 - Operating Systems of December 2002 from IGNOU

1. (a) Write and explain one of the deadlock detection algorithms and evaluate its performance.

(b) Explain the logic of Dekker�s solution to the mutual-exclusion problem and also discuss whether it is suitable to be implemented in a multiprocessors system with shared memory.

© Describe Belady�s anomaly and provide an example that illustrates anomalous behaviors of FIFO.

2 (a) Compare and contrast implicit tasking and Explicit tasking of the processes. Also highlight the advantages of Explicit tasking. (more…)

June, 2002

Filed under:

Question Paper of CS-13 - Operating Systems of June 2002 from IGNOU

Note :The candidates are required to attempt four questions in all.
Q. No.one is compulsory and carries 30 marks.
Q. Nos. two to six carry 15 marks each.

1(a) Explain the drawbacks of Busy-Wait implementation of semaphores. How can we overcome these by using queuing implementation of semaphores? Discuss.

(b) Explain the Rivest, Shamir, Adelman (RSA) public key algorithm.

© Explain the anatomy of Disk Address Transaction.
(more…)

Dec, 2001

Filed under:

Question Paper of CS-13 - Operating Systems of Dec 2001 from IGNOU

Note :The candidates are required to attempt four questions in all.
Q. No.one is compulsory and carries 30 marks.
Q. Nos. two to six carry 15 marks each.

1(a) Write an algorithm/program using the file system calls (open, creat, read, write, break, close, unlink) That determines the lenght of a file without using a loop in the code.

(b) Explain the following 3 primary forms of explicit interprocess interaction:
(1) Interprocess synchronization
(2) Interprocess signaling
(3) Interprocesscommunication.

Also discuss the need for Interprocess synchronization.

© What is Translation lookaside buffer (TLB)? Describe the functions of TLB in a paging system and also discuss the issues and operations involved in TLB management by the operating system. (more…)

JUNE 2001

Filed under:

Question Paper of CS-13 - Operating Systems of June 2001 from IGNOU

1. (i) Write an algorithm for bounded buffer producer/consumer problem using monitor. Also describe the problem and algorithm in detail.

(ii) Discuss in detail the distribution of control and the degree o functional specification of the individual processing elements in the three major classes of multiprocessor operating system.

(iii) A processor references five page A ,B,C,D and E in the following order :

A, B,C,D,A,E,B,C,E,D
(more…)

JAN 2001

Filed under:

Question Paper of CS-13 - Operating Systems of Jan 2001 from IGNOU

Time : 3 Hours
Max. Marks : 75

Note: Question 1 is compulsory.
Answer any three from the rest.

1. (a) Write an algorithm for implementing Dining philosopher problem using semaphores. Also describe the problems and the algorithm in detail.

(b) What is the time stamping scheme of distributed system for mutual exclusion? Explain the functioning of the scheme through a diagram.

© Describe the algorithm proposed by Ricart and Agrawal for distributed mutual exclusion. Also distinguish between this algorithm and Lamport;’s algorithm on the following lines:
- Correctness of the algorithm
- Deadlock
- Communication cost (more…)

DEC 2000

Filed under:

Question Paper of CS-13 - Operating Systems of Dec 2000 from IGNOU

Time : 3 Hours
Max. Marks : 75

Note: Question 1 is compulsory.
Answer any three from the rest.

1. (a) Write an algorithm that solves the readers/writers problem using monitors

(b) Devise an algorithm for Dead-lock detection, Discuss the operational aspects of this algorithm

© Discuss the common performance measures and optimization criteria that the schedulers use in attempting to maximize system performance. (more…)

JUNE 2000

Filed under:

Question Paper of CS-13 - Operating Systems of June 2000 from IGNOU

Time : 3 Hours
Max. Marks : 75

Note: Question 1 is compulsory.
Answer any three from the rest.

1. (a) Hierarchical directories are more complex to manage than flat files, but their advantages are considered to outweight their drawbacks by many system designers. Explain why.

(b) Design algorithms/functional specifications for the basic range of file-related system services given below :
(i) CREATE
(ii) SEEK
(iii) READ
(iv) WRITE

© Discuss the queuing implementation of Semaphores. The algorithm should be nearer to ‘C’ Language implementation (more…)

JUNE 1999

Filed under:

Question Paper of CS-13 - Operating Systems of June 1999 from IGNOU

Note: Question 1 is compulsory.
Answer any three from the rest.

1 (a). Explain First come, First served (FCFS) and Round Robin scheduling algorithms.

(b). Consider the following set of processes, with the length of the CPU burst time given in milliseconds:

Process Burst Time
P1 10
P2 29
P3 3
P4 7
P5 12 (more…)

DEC 1997

Filed under:

Question Paper of CS-13 - Operating Systems of Dec 1997 from IGNOU

Time : 3 Hours
Max. Marks : 75

Note: Question 1 is compulsory.
Answer any three from the rest.

1.
(a) Assume that in the system shown in the following figure, Process p1 does not won a disk drive and it requests two disk drives simultaneously. Illustrate that situation by means of the general resource graph and use the deadlock detection algorithm to evaluate the resulting system state.

(b) Discuss whether each of the following programming techniques and program action is good or bad with regard to the degree pf locality of page reference it is likely to exhibit. Explain your reasoning and where applicable, state roughly the number of distinct loci of activity (hot spots) that you expect the execution to generate.

(i) Sequential processing of one dimensional array (more…)

JUNE 1998

Filed under:

Question Paper of CS-13 - Operating Systems of June 1998 from IGNOU

Time : 3 Hours
Max. Marks : 75

Note: Question 1 is compulsory.
Answer any three from the rest.

1.
(a) Identify and discuss all operations and parameters that influence the effective memory access time in a virtual-memory system. Indicate the most significant changes that may be expected with future technological improvements, such as introduction of the secondary storage devices with access time one or more orders of magnitude faster than that of contemporary devices.

(b) A disk has 305 cylinders, four heads and 17 sectors of 512 bytes each per track. The disk is rotated at 3000 rpm and it has a moving head assembly with an average head positioning time of 30 ms. The peak date transfer rate that the drive can sustain is 4 mbps. Calculate the best and the worst case time needed to transfer 20 consecutive and 20 randomly distributed blocks (sectors)from such a disk. Indicate the dominant factors in determining the transfer times and the variability between the best case and the worst case figures.

© Give several reasons why the study of concurrency is appropriate in OS design (more…)








Related pages

JUNE 1998

Question Paper of CS-12 - Computer Architecture of June 1998 from IGNOU Note : Question one is compulsory. Answer any three from the rest. 1. (a) What is superpipelining? How is it different from Superscalar pipeline? (b) Analyse the data dependence of the statements of the following program: S1: Load RA, M[20] .....

June 1998

Question Paper of CS - 03 File Structure & Programming in COBOL of June 1998 from IGNOU Time : 2 Hours Maximum Marks : 60 1 (a)(i) Explain the Implementation of iteration in COBOL with the help of an example. Is recursion supported by COBOL? Justify your answer. (b) What is the .....

JUNE 1998

Question Paper of CS-16 - Object-Oriented Systems of June 1998 from IGNOU Note : Question one is compulsory. Answer any three from the rest. 1. (a) Define the following terms with examples: (i) Abstract data type (ii) Polymorphism (iii) Inheritance (iv) Templates (b) Design an EMPLOYEE base class. Define all its possible methods and data .....

JUN 1998

Question Paper of CS-54 - Finance & Accounting On Computers of June 1998 from IGNOU Note : Question 1 is compulsory. Attempt any three from the rest. 1. (a). In about one short paragraph, explain the meaning of the following words or phrases: (i). Accrued liabilities (ii). Zero base budgeting (iii). Working capital (iv). .....

JUN 1998

Question Paper of CS-54 - Finance & Accounting On Computers of JUne 1998 from IGNOU Time : 3 Hours Max. Marks : 75 Note : Question 1 is compulsory. Attempt any three from the rest. 1. (a). In about one short paragraph, explain the meaning of the following words or phrases: (i). Accrued liabilities (ii). .....

Dec 1998

Question Paper of CS-09 - Data Communication & Network of Dec 1998 from IGNOU 1 (a) Is the Nyquist theorem true for all types of communication channels? [5] (b) A cable TV system has a number of commercial channels, all of them showing programs and advertisement alternatively. What type .....

DEC 1998

Question Paper of CS-54 - Finance & Accounting On Computers of Dec 1998 from IGNOU Note : Question 1 is compulsory. Attempt any three from the rest. 1. (a). In about one short paragraph, explain the meaning of the following words or phrases : (i). Accounts receivable (ii). Payback period (iii). Marginal costing (iv). Internal .....

DEC 1998

Question Paper of CS-12 - Computer Architecture of Dec 1998 from IGNOU Note : Question one is compulsory. Answer any three from the rest. 1.(a) Explain in brief how instruction set, compiler technology, cache and memory hierarchy and CPU implementation affect the CPU performance and justify the effects in terms .....

June 1998

Question Paper of CS-09 - Data Communication & Network of June 1998 from IGNOU 1 (a)(i)Which of the following access control methods is probabilistic? [8] Polling. Contention. Token passing. Sliding window (ii) Which three of the following terms are related? Port. Connection ID. Socket. Service Address. (iii) Which two of the following .....

June 2001

Question Paper of CS 08 Numerical & Statistical Computing of June 2001 from IGNOU Time: 2 hours Max. Marks: 75 Note: Note: Calculator is allowed in this examination. Question number 1 is compulsory. Attempt any three more questions from questions numbered 2 to 6. 1. a. Write, which of the following variable names, .....

Recently Visited Pages

  • Doctor of Philosophy (Ph.D.) in History
    Doctor of Philosophy (Ph.D.) in History Eligibility: 55% marks in Post-Graduation (50% in case of SC / ST) and 2. M.Phil. in the relevant subject from (.....)
  • Bangalore Study Centre – PONDA - 0806 - P
    Bangalore Study Centre – PONDA - 0806 - P SC CODE - 0806 - P NAME & ADDRESS OF THE IGNOU STUDY CENTRE MRS. DOLONCHAPA VERNAL PROG. I/C, (.....)
  • Doctor of Philosophy (Ph.D.) in Education
    Doctor of Philosophy (Ph.D.) in Education Eligibility: M.Phil. in Education/ M.Phil in any discipline for distance education employees Min age as on 1st Jan. of the (.....)
  • MCA Assignments : CS-16 TMA Object Oriented Systems
    MCA CS-16 TMA Object Oriented Systems Course Code : CS-16 Course Title : Object Oriented Systems Assignment Number : MCA (5)-16/TMA/05 Maximum Marks : 10 Last date of Submission : 15th April, 2005 This is a Tutor Marked Assignment. There (.....)
  • MCA CS-54 PROJECT Accounting and Finance on Computers
    MCA CS-54 PROJECT Accounting and Finance on Computers Course Code : CS-54 Course Title : Accounting and Finance on Computers Assignment Number : MCA(4)-54/Project/04 Maximum Marks : 15 Last Date of Submission : 30th October, 2004 This is a Project Assignment. (.....)
  • MCA Assignments : CS-07 TMA Discrete Mathematics
    MCA CS-07 TMA Discrete Mathematics Course Code : CS-07 Course Title : Discrete Mathematics Assignment Number : MCA(4)-07/TMA/04 Maximum Marks : 10 Last Date of Submission : 15th October, 2004 This is a Tutor Marked Assignment. There are four questions (.....)
  • June 1997
    Question Paper of CS-09 - Data Communication & Network of June 1997 from IGNOU 1 (i) Sketch the differential Manchester encoding for the bit (.....)
  • JUN 1999
    Question Paper of CS-54 - Finance & Accounting On Computers of Jun 1999 from IGNOU Note : There are 6 questions in the (.....)
  • MBA Assignements : TMA MS -23 First Assignment - Human Resource Planning
    MBA Assignements : TMA MS -23 First Assignment - Human Resource Planning Course Code : MS-23 Course Title : Human Resource Planning Assignment No. : MS-23/TMA-1/SEM-II/2004 Coverage : Blocks 1& 2 Note: Attempt both the questions (.....)
  • December, 2001
    Question Paper of CS-12 - Computer Architecture of December 2001 from IGNOU Note : Question one is compulsory. Answer any three from the rest. 1. (.....)
  • MCA CS-07 PROJECT Discrete Mathematics
    MCA CS-07 PROJECT Discrete Mathematics Course Code : CS-07 Course Title : Discrete Mathematics Assignment Number : MCA(4)-07/Project/04 Maximum Marks : 15 Last date of Submission : 30th October, 2004 This is a Project Assignment. There are three questions in (.....)
  • Bangalore Study Centre – Shimoga
    Bangalore Study Centre – Shimoga SC CODE - 1306 NAME & ADDRESS OF THE IGNOU STUDY CENTRE DR. B.M. HOSUR COORDINATOR, IGNOU STUDY CENTRE DVS EVENING COLLEGE, SHIMOGA - (.....)
  • Sultnate of Oman(Muscat) - 5905
    International Partner Institutions of IGNOU in Gulf Countries - Sultnate of Oman(Muscat) - 5905 Sultnate of Oman(Muscat) - 5905 Al Amjad Glory Institute For Technical (.....)
  • MS-66 Marketing Research
    Syllabus of MS-66 Marketing Research From IGNOU MS-66 Marketing Research (.....)
  • Dec 2001
    Question Paper of CS - 03 File Structure & Programming in COBOL of Dec 2001 from IGNOU Time : 2 Hours Maximum Marks : 60 1 (.....)
Tell Us in Details What You Are Looking for
Your e-mail:


Subject:


Type verification image:
verification image, type it in the box

Message:

Latest Education Alerts


All Archive Section : Alerts News 1 2 3 4 CBSE Institutions 1 2 3 4  IGNOU Symbiosis Amity Delhi University Mumbai University Syllabus Scholarship  Bussiness Schools Results Study Abroad Career Forum Archives : 1 2 3 4 Disclaimer   About Us Site Design and SEO by : MAAS InfoMedia
Site best viewed in Opera and Google Chrome browsers with 1024x768 resolution. May not be best viewed in Internet Explorer.