Page Loading... Please wait...
Wait

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-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, .....

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 .....

Recently Visited Pages

  • Master of English (MEG)
    Master of English (MEG) Eligibility: Bachelor's Degree or a higher degree from a recognized University Age: No bar Min. Duration: 2 years Max. Duration: 6 years (.....)
  • Master's Degree in Hindi (MHD)
    Master's Degree in Hindi (MHD) Eligibility: Bachelor's Degree or a higher degree from a recognized University Age: No bar Min. Duration: 2 years Max. Duration: 6 (.....)
  • Bangalore Study Centre – Bijapur
    Bangalore Study Centre – Bijapur SC CODE - 1307 NAME & ADDRESS OF THE IGNOU STUDY CENTRE PROF. B. JAGADEESH COORDINATOR, IGNOU STUDY CENTRE BLDE ASSN'S SS JUNIOR COLLEGE, (.....)
  • Master of Arts - Hindi Program
    Master of Arts - Hindi Program (.....)
  • MCA CS-10 PROJECT Software Engineering
    MCA CS-10 PROJECT Software Engineering Course Code : CS-10 Course Title : Software Engineering Assignment Number : MCA(4)-10/Project/04 Maximum Marks : 15 Last date of Submission : 30th October, 2004 This is a project assignment. Answer the following question. (.....)
  • Jan 2001
    Question Paper of CS-09 - Data Communication & Network of Jan 2001 from IGNOU 1 (i) Suppose that the Aloha Protocol is used to (.....)
  • DEC 1998
    Question Paper of CS-54 - Finance & Accounting On Computers of Dec 1998 from IGNOU Note : Question 1 is compulsory. Attempt any three (.....)
  • CS-69 TCP/IP Programming
    CS-69 TCP/IP Programming TCP-block-1 TCP-block-2 TCP-block-3 We will updated this pages soon.. (.....)
  • Post Graduate Diploma in Financial Management (PGDFM)
    Post Graduate Diploma in Financial Management (PGDFM) (.....)
  • Master of Business Administration (MBA)
    Master of Business Administration (MBA) Courses The MBA Programme consists of 21 courses in all. These comprise : * All the courses in PGDIM (Eleven Courses) i.e. MS-1 to (.....)
  • Post-graduate Diploma in Educational Technology
    Post-graduate Diploma in Educational Technology (.....)
  • IGNOU - NAVY Recognized Regional Centres - VISAKHAPATNAM
    IGNOU - NAVY Recognized Regional Centres - VISAKHAPATNAM Code - 73 CAPTAIN HS BHAKTA VATSALA REGIONAL DIRECTOR IGNOU - NAVY RECOG. REGIONAL CENTRE HQ EASTERN NAVAL COMMAND VISAKHAPATNAM - 530014 ANDHRA PRADESH PH.OFF: (.....)
  • MS-46 Management of Financial Services
    Syllabus of MS-46 Management of Financial Services From IGNOU MS-46 Management of Financial Services (.....)
  • IGNOU Regional Centres -Chennai
    IGNOU Regional Centres -Chennai Region Code - 25 Dr. (Mrs) K. Soundravalli Regional Director IGNOU Regional Centre C.I.T. Campus Taramani Chennai- 600 113 Tamil Nadu. Ph.Off 044-22541919 / 22542727 / 22542525 Fax 044-22542828 Email ignourcc@md3.vsnl.net.in soundri@hotmail.com soundri33@yahoo.com Operational (.....)
  • Dec-2002
    Question Paper of CS-15 - RDBMS of Dec 2002 from IGNOU Note: there are six questions in this paper. Question 1 is compulsory and carrier (.....)