您的位置:漫步小说网 > 励志成功 > 你也能拿高薪: 名企面试自助手册章节目录 > 42.维尔VERITAS软件笔试题

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

你也能拿高薪: 名企面试自助手册作者:苏贵阳 2017-01-29 12:09
or

    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 of comparisons in the worst case to merge two sorted lists containing n elements each   .

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

    7. Time complexity 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