Skip to main content

MCA211 – OPERATING SYSTEM BK ID B1405 NUMBER OF ASSIGNMNETS


ASSIGNMENT 
DRIVE SPRING- 2018
PROGRAM MASTER OF COMPUTER APPLICATION SEMESTER II
SUBJECT CODE & NAME MCA211 – OPERATING SYSTEM BK ID B1405 NUMBER OF ASSIGNMNETS, CREDITS & MARKS 2, 4 Credits,30 marks each  


ASSIGNMENT SET -1

Q.1. Differentiate between Sequential access and direct access methods.                                      10
Answer:-
Sequential access: - In this simple access method, information in a file is accessed sequentially one record after another. To process the ith record all the i-1 records previous to i must be accessed. Sequential access is based on the tape model that is inherently a sequential access device. Sequential access is best suited where most of the records in a file are to be processed. For example, transaction files.
Direct access: - Sometimes it is not necessary to process every record in a file. It may not be necessary to process records in the order in which they are present. Information present in a record of a file is to be accessed only if some key value in that record is known. In all such cases, direct access is used. Direct access is based on the disk that is a direct access device and allows random access of any file block. Since a file is a collection of physical blocks, any block and hence the records in that block are accessed. For example, master files. Databases are often of this type since they allow query processing that involves immediate access to large amounts of information. All reservation systems fall into this category. Not all operating systems support direct access files. Usually files are to be defined as sequential or direct at the time of creation and accessed accordingly later. Sequential access of a direct access file is possible but direct access of a sequential file is not.

Q.2. Differentiate between Daisy chain bus arbitration and Priority encoded bus arbitration.       10
Answer:-
Daisy chain arbitration
Priority encoded arbitration
The requesting device or devices assert the signal bus request.
Each device has a request line connected to a centralized arbiter that determines which device will be granted access to the bus.
The bus arbiter returns the bus grant signal, which passes through each of the devices which can have access to the bus
The order may be fixed by the order of connection (priority encoded), or it may be determined by some algorithm preloaded into the arbiter.

Daisy chain arbitration:-
Figure.a Here, the priority of a device depends solely on its position in the daisy chain. If two or more devices request the bus at the same time, the highest priority device is granted the bus first, and then the bus grant signal is passed further down the chain. Generally a third signal (bus release) is used to indicate to the bus arbiter that the first device has finished its use of the bus. Holding bus request asserted indicates that another device wants to use the bus.
Fig.a: Daisy chain bus arbitration
Priority encoded arbitration:-
Figure b. shows this type of system. Note that each device has a separate line to the bus arbiter. (The bus_grant signals have been omitted for clarity.)
Fig.b: Priority encoded bus arbitration

Comments

Popular posts from this blog

C#.NET/VB.NET interview questions

    C#.NET/VB.NET interview questions   Explain the elements of the .NET Framework.   a.           CLR (Common Language Runtime): It is a common managed environment where all the .net programs run. Supports multiple languages and has the garbage collector.   b.         .Net Framework Class Libraries:   For each source code compiler (VB.NET, C#.NET, etc.), there is a minimum set of coding standards that must be met. The minimum set of coding standards that must be met to compile .NET code into MSIL code is known as CLS - Common Language Specification. The role of the Common Language Specification is to ensure that all generated code (MSIL) that meets the minimum set of coding standards can operate successfully within the .NET framework. THE CTS (Common Type System) handles conversion of programming-language data types into .NET compatible (MSIL) data types. The implici...

MCA212 – ADVANCED DATA STRUCTURE BK ID B1476

ASSIGNMENT   DRIVE SPRING- 2018 PROGRAM MASTER OF COMPUTER APPLICATION SEMESTER II SUBJECT CODE & NAME MCA212 – ADVANCED DATA STRUCTURE BK ID B1476 NUMBER OF ASSIGNMNETS, CREDITS & MARKS 2, 4 Credits, and 30 marks each    ASSIGNMENT SET -1 Q.1. List and explain any Five types of graph.                                      10 Answer: - There are various types of graphs depending upon the number of vertices, number of edges, interconnectivity, and their overall structure. We will discuss only a certain few important types of graphs in this chapter. Null Graph A graph having no edges is called a Null Graph. Example (9899682018 What’s App and call) YOU CAN CONTACT US 10 A.M TO 8 P.M CHARGES – ASSIGNMENTS PER SEM 600, PER PAPER 150

MCA314- Technical writing

For Assignment Solution Contact Niraj kumar Call and whatsapp  (9899682018) Mail:-Nirajkumar294@gmail.com   ASSIGNMENT Drive Spring 2019 PROGRAM Master of Computer Application SEMESTER 3 SUBJECT CODE & NAME MCA314- Technical writing bk id B0955 NUMBER OF ASSIGNMNETS, CREDITS & MARKS 1, 2 Credits, 30 marks Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Q.No Assignment Questions Marks Total Mark s 1 What’s Audience Analysis? Technical Communication. Explain its significance in [5+5] [10] 2 Explain the role of a technical editor. Differentiate between Micro and Macro editing. [5+5] [10] 3 Explain the various phases involved in System Development Life Cycle (SDLC). [10] [1...