Campus Recruitments
 
 
Google Plus Suggest a Friend Facebook Us E-Brochure Blogs Shop
 
 
  •  
  •  
    Nucleus Software - 5  

    ANALYTICAL ABILITY

    1. I. All G's are H's
    II. All G's are J's or K's
    III All J's and K's are G's
    IV All L's are K's
    V All N's are M's
    VI No M's are G's

    Q1. If no P's are K's which of the following must be true
    (A) No P is a G
    (B) No P is an H
    (C) If any P is an H it is a G 
    (D) If any P is a G it is a J
    Ans. D

    Q2. Which of the following can be logically deduced from the stated conditions

    (A) No M's are H's 
    (B) No H's are M's
    (C) Some M's are H's
    (D) No N's are G's 
    Ans. D

    Q3. Which of the following is inconsistent with one or more conditions

    (A) All H's are G's 
    (B) All H's are M's
    (C) Some H's are both M's and G's
    (D) No M's are H's
    Ans. C

    Q4. The statement "No L's are J's" is 

    I. Logically deducible from the conditions stated
    II Consistent with but not deducible from the conditions stated
    III. Deducible from the stated conditions together with the additional statements "No J's are K's"
    (A) I only 
    (B) II only
    (C) III only
    (D) II and III only 

    5. When does the condition 'rendezvous' arise?
    In message passing, it is the condition in which, both, the sender and receiver are blocked until the message is delivered.

    6. What is a trap and trapdoor?
    Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition.

    7. What are local and global page replacements?
    Local replacement means that an incoming page is brought in only to the relevant process address space. Global replacement policy allows any page frame from any process to be replaced. The latter is applicable to variable partitions model only.

    8. Define latency, transfer and seek time with respect to disk I/O.
    Seek time is the time required to move the disk arm to the required track. Rotational delay or latency is the time it takes for the beginning of the required sector to reach the head. Sum of seek time (if any) and latency is the access time. Time taken to actually transfer a span of data is transfer time.

    9. Describe the Buddy system of memory allocation.
    Free memory is maintained in linked lists, each of equal sized blocks. Any such block is of size 2^k. When some memory is required by a process, the block size of next higher order is chosen, and broken into two. Note that the two such pieces differ in address only in their kth bit. Such pieces are called buddies. When any used block is freed, the OS checks to see if its buddy is also free. If so, it is rejoined, and put into the original free-block linked-list.

    10. What is time-stamping?
    It is a technique proposed by Lamport, used to order events in a distributed system without the use of clocks. This scheme is intended to order events consisting of the transmission of messages. Each system 'i' in the network maintains a counter Ci. Every time a system transmits a message, it increments its counter by 1 and attaches the time-stamp Ti to the message. When a message is received, the receiving system 'j' sets its counter Cj to 1 more than the maximum of its current value and the incoming time-stamp Ti. At each site, the ordering of messages is determined by the following rules: For messages x from site i and y from site j, x precedes y if one of the following conditions holds....(a) if Ti<Tj or (b) if Ti=Tj and i<j.

    back  
     
       home | about us | solutions | services | resumes | contact us | blogs | sitemap
    all rights reserved
     
     
    disclaimer : All trademarks are the property of the respective trademark holders.None of the trademark holders are affiliated with this website.