MOCK TEST : SET 5

COMPUTER SCIENCE

Countdown Timer

Time remaining:

SET 5 COMPUTER SCIENCE

  1. Which of the following step is not a part of the requirement engineering process?

  2. Elicitation of requirements is a ______________

  3. ________________ is not an approch to agile software development

  4. . .......... focuses on the degree to which the implementation follows the design and the resulting system meets its requirements and performance gools.

  5. . ......... is a test case design philosophy that uses the control structure described as part of component level design to derive testcases.

  6. Let function f : R -> R be defined by f(x) = 3x - 4. Then f^-1(x) is given by:

  7. If A = {1, 2, 3} , then which of the following is relation reflexive but not symmetric on A?

  8. Given A = {1,2,3}, B = {7, 8} and R = {(1, 7), (2, 7), (3, 7), (1, 8), (3, 8), then .........

  9. Given function f: N -> N as f(l) = 3 and f(n) = 2f(n -1), then f(5) = ....... .

  10. Match the Column X with their corresponding description in Column Y :

  11. Normalization is the process of organizing data in a relational database to reduce . ............... and improve Data Integrity.

  12. Which of the following is a example of an "Unsupervised" machine learning technique commonly used in Big Data Analysis?

  13. In supervised learning for classification what is the role of the labelled dataset?

  14. In paging, every address generated by the CPV is divided into 2 parts ................. . and ............ .

  15. Choose the correct answer

  16. An AI (Artificial Intelligence) agent performs which of the following functions?

  17. Choose correct option

  18. What is the length of single error correcting code for detecting error is 16 bit data?

  19. In order to transfer a complete block of data from a hard disk to memory, which of the following I/O techniques will be used ?

  20. How many RAM chips of size 256 K x 4 bit are needed to build a memory of 1 M word, with the size of 1 word being 32 bits?

  21. In servlet programming data sent with the ............ method is appended to the VRL.

  22. Consider the following statements relating to structure in C++ :
    I: Structure is a user defined data type.
    II: A structure is similar to records.
    III : In C++ array of structure cannot be declared.
    Choose the correct option:

  23. Consider the following statements relating to Huffman coding:
    I : The Huffman tree is a tree in which the leaves of the tree are the symbols.
    II: Huffman coding assigns longer codes to teh symbols that occur more frequently.
    Choose the correct option :

  24. Consider the following boolean function- F(W, X, Y, Z) = Σm(1, 3, 4, 6, 9, 11, 12, 14) The simplified function would be :

  25. What is the mean (average) of a standard normal distribution (Z-distribution) ?