历史

42.维尔VERITAS软件笔试题(2/2)

    d. none of the above

    5. Which of the following information is not contained in an inode   .

    a. file owner   b. file size

    c. file name d. disk address

    6. What’s the number ofparisons in the worst case to merge two sorted lists containing n elements each   .

    a. 2n   b.2n-1 c.2n+1d.2n-2

    7. Timeplexity of n algorithm T(n), where n is the input size ,is T(n)=T(n-1)+1/n if n>1 otherwise 1 the order of this algorithm is   .

    a. log (n)   b. n c. n^2  d. n^n

    8. The number of 1’s in the binary representation of 3*4096+ 15*256+5*16+3 are   .

    a. 8  b. 9  c. 10   d. 12