1. Question: The number of nodes in the largest maximal independent set of the complete bipartite graph K(4,2) is_____ .

    A
    2

    B
    3

    C
    4

    D
    6

    Note: Not available
    1. Report
  2. Question: Which of the following techniques is used to resolve collision in hashing?

    A
    Separate chaining

    B
    Open addressing

    C
    Linear probing

    D
    All of the above

    Note: Not available
    1. Report
  3. Question: You have implemented a queue with a linked list keeping track of a front pointer and a rear pointer. Which of these pointers will you change during an insertion into a NONEMPTY queue?

    A
    Neither of them changes

    B
    Only front_ptr changes

    C
    Only rear_ptr changes

    D
    Both change

    Note: Not available
    1. Report
  4. Question: Which of the following operations is performed more efficiently by the doubly linked list than by the linear linked list?

    A
    Deleting a node the location of which is given

    B
    Searching an unsorted list for a given item

    C
    Inserting a node after the node with a given location

    D
    Traversing the list to process each node

    Note: Not available
    1. Report
  5. Question: Four characters are placed in a queue in the following order: D, C, B, and A. If they are removed one at a time, what will be the order of their removal?

    A
    ABCD

    B
    ABDC

    C
    DCAB

    D
    DCBA

    Note: Not available
    1. Report
  6. Question: What is the meaning of the statement: "Entries in a stack are 'ordered'"?

    A
    A collection of stacks can be sorted

    B
    Stack entries may be compared with the '<' operation

    C
    The entries must be stored in a linked list

    D
    There is a first entry, a second entry, and so on

    Note: Not available
    1. Report
  7. Question: A given connected graph G is a Euler graph if and only if all vertices of G are of ______.

    A
    the same degree

    B
    even degrees

    C
    odd degrees

    D
    different degrees

    Note: Not available
    1. Report
  8. Question: Which of the following data structures has a balanced condition?

    A
    AVL Tree

    B
    Doubly Linked List

    C
    Double Ended Queue

    D
    Stack

    Note: Not available
    1. Report
  9. Question: A matrix is called sparse when______

    A
    most of its elements are non-zero

    B
    most of its elements are zero

    C
    all of its elements are non-zero

    D
    None of the above

    Note: Not available
    1. Report
  10. Question: Which of the following operations in the simple linked list will modify the beginning of the linked list?

    A
    Deletion of the first node

    B
    Insertion after the last node

    C
    Insertion after the first node

    D
    None of the above

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd