1. Question: A circuit which is a connected graph and which includes every vertex of the graph is known as_____.

    A
    Euler

    B
    Unicursal

    C
    Hamiltonian

    D
    Clique

    Note: Not available
    1. Report
  2. Question: A one dimensional array A has indices 1...75. Each element is a string and takes up three memory words. The array is stored starting at location 1120 decimal. The starting address of A[49] is:

    A
    1267

    B
    1164

    C
    1264

    D
    1169

    Note: Not available
    1. Report
  3. Question: A simple graph in which there exists an edge between every pair of vertices is called a/an _________.

    A
    incomplete graph

    B
    complete graph

    C
    Euler graph

    D
    planner graph

    Note: Not available
    1. Report
  4. Question: Let A be a sorted array of n=10 elements. Assume that only one comparison is required to determine whether the target is equal to, less than, or greater than A[i]. Which of the following denotes the average successful time of finding an arbitrary element x in A using the binary search?

    A
    1.6

    B
    2.9

    C
    4.2

    D
    5.5

    Note: Not available
    1. Report
  5. Question: Which operations require linear time for their worst-case behavior in the linked-list version of a queue?

    A
    front

    B
    push

    C
    empty

    D
    None of these operations require linear time

    Note: Not available
    1. Report
  6. Question: Which of the following statements about binary trees is false?

    A
    Every Node must have at least two children

    B
    Every non-empty tree has exactly one root node

    C
    Every node has at the most two children

    D
    None of the above

    Note: Not available
    1. Report
  7. Question: How many real links are required for a sparse matrix having 10 rows, 10 columns and 15 non-zero elements? (Pick the nearest answer)

    A
    15

    B
    20

    C
    50

    D
    100

    Note: Not available
    1. Report
  8. Question: In a graph G having the cut set matrix C(G) and an incidence matrix A(G), the rank of C(G) would be____

    A
    The same as that of A(G)

    B
    More than that of A(G)

    C
    Less than that of A(G)

    D
    Independent of the rank of A(G)

    Note: Not available
    1. Report
  9. Question: Which of the operations is simpler in the doubly linked list than it is in the simple linked list?

    A
    Insertion

    B
    Deletion

    C
    Both a and b

    D
    None of the above

    Note: Not available
    1. Report
  10. Question: Which of the following formulae in big-Oh notation best represents the expression n2+35n+6?

    A
    O(n3)

    B
    O(n2)

    C
    O(n)

    D
    O(42)

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