MCQOPTIONS
Saved Bookmarks
This section includes 141 Mcqs, each offering curated multiple-choice questions to sharpen your Master of Science in Computer Science (M.Sc CS) knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which search is equal to minimax search but eliminates the branchesthat can’t influence the final decision? |
| A. | depth-first search |
| B. | breadth-first search |
| C. | alpha-beta pruning |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |
| 2. |
Research scientists all over the world are taking steps towards building computers with circuits patterned after the complex inter connections existing among the human brain’s nerve cells. What name is given to such type of computers? |
| A. | intelligent computers |
| B. | supercomputers |
| C. | neural network computers |
| D. | smart computers |
| Answer» D. smart computers | |
| 3. |
Which company offers the LISP machine considered to be “the most powerful symbolic processor available”? |
| A. | lmi |
| B. | symbolics |
| C. | xerox |
| D. | texas instruments |
| Answer» C. xerox | |
| 4. |
In neural network, the network capacity is defined as |
| A. | The traffic carry capacity of the network |
| B. | The total number of nodes in the network, |
| C. | The number of patterns that can be stored and recalled in a network |
| D. | None of the above |
| Answer» D. None of the above | |
| 5. |
Match List I with List IIList IList II(A) Branch-and-bound(I) Keeps track of all partial paths which can be candidate for further exploration.(B) Steepest-accent hill climbing(II) Detects difference between current state and goal state(C) Constraint satisfaction(III) Discovers problem state(s) that satisfy a set of constraints.(D) Means-end-analysis(IV) Considers all moves from current state and selects best move Choose the correct answer from the options given below: |
| A. | A - I, B - IV, C - III, D - II |
| B. | A - I, B - II, C - III, D - IV |
| C. | A - II, B - I, C - III, D - IV |
| D. | A - II, B - IV, C - III, D - I |
| Answer» B. A - I, B - II, C - III, D - IV | |
| 6. |
Given below are two statements:If two variables V1 and V2 are used for clustering, then consider the following statements for k means clustering with k = 3:Statement I: If V1 and V2 have correlation of 1 the cluster centroid will be in straight line.Statement II: If V1 and V2 have correlation of 0 the cluster centroid will be in straight line.In the light of the above statements. choose the correct answer from the options given below |
| A. | Both Statement I and Statement II are true |
| B. | Both Statement I and Statement II are false |
| C. | Statement I is correct but Statement II is false |
| D. | Statement I is incorrect but Statement II is true |
| Answer» D. Statement I is incorrect but Statement II is true | |
| 7. |
Consider a single perceptron with sign activation function. The perceptron is represented by weight vector [0.4 - 0.3 0.1]t and a bias θ = 0. If the input vector to the perceptron is X = [0.2 0.6 0.5] then the output of the perceptron is : |
| A. | 1 |
| B. | 0 |
| C. | -0.05 |
| D. | -1 |
| Answer» E. | |
| 8. |
In linguistic morphology, _____________ is the process for reducing inflected words to their root form. |
| A. | rooting |
| B. | stemming |
| C. | text-proofing |
| D. | both a & b |
| Answer» C. text-proofing | |
| 9. |
Many words have more than one meaning; we have to select the meaning which makes the most sense in context. This can be resolved by |
| A. | fuzzy logic |
| B. | word sense disambiguation |
| C. | shallow semantic analysis |
| D. | all of the mentioned |
| Answer» C. shallow semantic analysis | |
| 10. |
Parts-of-Speech tagging determines |
| A. | part-of-speech for each word |
| B. | part-of-speech for each word dynamically as per sentence structure and meaning |
| C. | all part-of-speech for a specific word given as input |
| D. | all of the mentioned |
| Answer» D. all of the mentioned | |
| 11. |
Which is used to provide the feedback to the learning element? |
| A. | critic |
| B. | actuators |
| C. | sensor |
| D. | none of the mentioned |
| Answer» B. actuators | |
| 12. |
Where does the performance measure is included? |
| A. | rational agent |
| B. | task environment |
| C. | actuators |
| D. | sensor |
| Answer» C. actuators | |
| 13. |
Which environment is called as semidynamic? |
| A. | environment does not change with the passage of time |
| B. | agent performance changes |
| C. | environment will be changed |
| D. | both a & b |
| Answer» E. | |
| 14. |
Which is used to select the particular environment to run the agent? |
| A. | environment creator |
| B. | environment generator |
| C. | both a & b |
| D. | none of the mentioned |
| Answer» C. both a & b | |
| 15. |
What kind of behavior does the stochastic environment posses? |
| A. | local |
| B. | deterministic |
| C. | ratioanl |
| D. | primary |
| Answer» B. deterministic | |
| 16. |
What kind of environment is crossword puzzle? |
| A. | static |
| B. | dynamic |
| C. | semidynamic |
| D. | none of the mentioned |
| Answer» B. dynamic | |
| 17. |
What kind of environment is strategic in artificial intelligence? |
| A. | deterministic |
| B. | rational |
| C. | partial |
| D. | stochastic |
| Answer» B. rational | |
| 18. |
What kind of observing environments are present in artificial intelligence? |
| A. | partial |
| B. | fully |
| C. | learning |
| D. | both a & b |
| Answer» E. | |
| 19. |
What is the expansion if PEAS in task environment? |
| A. | peer, environment, actuators, sense |
| B. | perceiving, enivornment, actuators, sensors |
| C. | performance, environment, actuators, sensors, |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |
| 20. |
What is the action of task environment in artificial intelligence? |
| A. | problem |
| B. | solution |
| C. | agent |
| D. | observation |
| Answer» B. solution | |
| 21. |
Which function is used to calculate the feasibility of whole game tree? |
| A. | evaluation function |
| B. | transposition |
| C. | alpha-beta pruning |
| D. | all of the mentioned |
| Answer» B. transposition | |
| 22. |
Which is identical to the closed list in Graph search? |
| A. | hill climbing search algorithm |
| B. | depth-first search |
| C. | transposition table |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |
| 23. |
What is called as transposition table? |
| A. | hash table of next seen positions |
| B. | hash table of previously seen positions |
| C. | next value in the search |
| D. | none of the mentioned |
| Answer» C. next value in the search | |
| 24. |
How the effectiveness of the alpha-beta pruning gets increased? |
| A. | depends on the nodes |
| B. | depends on the order in which they are executed |
| C. | both a & b |
| D. | none of the mentioned |
| Answer» B. depends on the order in which they are executed | |
| 25. |
Where does the values of alpha-beta search get updated? |
| A. | along the path of search |
| B. | initial state itself |
| C. | at the end |
| D. | none of the mentioned |
| Answer» B. initial state itself | |
| 26. |
Which value is assigned to alpha and beta in the alpha-beta pruning? |
| A. | alpha = max |
| B. | beta = min |
| C. | beta = max |
| D. | both a & b |
| Answer» E. | |
| 27. |
To which depth does the alpha-beta pruning can be applied? |
| A. | 10 states |
| B. | 8 states |
| C. | 6 states |
| D. | any depth |
| Answer» E. | |
| 28. |
Which search is similar to minimax search? |
| A. | hill-climbing search |
| B. | depth-first search |
| C. | breadth-first search |
| D. | all of the mentioned |
| Answer» C. breadth-first search | |
| 29. |
Which values are independant in minimax search algorithm? |
| A. | pruned leaves x and y |
| B. | every states are dependant |
| C. | root is independant |
| D. | none of the mentioned |
| Answer» B. every states are dependant | |
| 30. |
Which search is equal to minimax search but eliminates the branchesthat can’t influence the final decision? |
| A. | depth-first search |
| B. | breadth-first search |
| C. | alpha-beta pruning |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |
| 31. |
Which type of actuator generates a good deal of power but tends to be messy? |
| A. | electric |
| B. | hydraulic |
| C. | pneumatic |
| D. | both b & c |
| Answer» C. pneumatic | |
| 32. |
Research scientists all over the world are taking steps towards building computers with circuits patterned after the complex inter connections existing among the human brain’s nerve cells. What name is given to such type of computers? |
| A. | intelligent computers |
| B. | supercomputers |
| C. | neural network computers |
| D. | smart computers |
| Answer» D. smart computers | |
| 33. |
Which of the following have people traditionally done better than computers? |
| A. | recognizing relative importance |
| B. | finding similarities |
| C. | resolving ambiguity |
| D. | all of the above |
| Answer» D. all of the above | |
| 34. |
Natural language processing is divided into the two sub-fields of: |
| A. | symbolic and numeric |
| B. | time and motion |
| C. | algorithmic and heuristic |
| D. | understanding and generation |
| Answer» D. understanding and generation | |
| 35. |
What of the following is considered a pivotal event in the history of Artificial Intelligence? |
| A. | 1949, donald o, the organization of behavior |
| B. | 1950, computing machinery and intelligence |
| C. | 1956, dartmouth university conference organized by john mccarthy |
| D. | 1961, computer and computer sense |
| Answer» D. 1961, computer and computer sense | |
| 36. |
Which company offers the LISP machine considered “the most powerful symbolic processor available� |
| A. | lmi |
| B. | symbolics |
| C. | xerox |
| D. | texas instruments |
| Answer» C. xerox | |
| 37. |
In LISP, the function evaluates both and is |
| A. | set |
| B. | setq |
| C. | add |
| D. | eva |
| Answer» B. setq | |
| 38. |
A bidirectional feedback loop links computer modeling with: |
| A. | artificial science |
| B. | heuristic processing |
| C. | human intelligence |
| D. | cognitive science |
| Answer» E. | |
| 39. |
High-resolution, bit-mapped displays are useful for displaying: |
| A. | clearer characters |
| B. | graphics |
| C. | more characters |
| D. | all of the mentioned |
| Answer» E. | |
| 40. |
Natural language processing is divided into the two subfields of: |
| A. | symbolic and numeric |
| B. | time and motion |
| C. | algorithmic and heuristic |
| D. | understanding and generation |
| Answer» E. | |
| 41. |
What of the following is considered to be a pivotal event in the history of Artificial Intelligence. |
| A. | 1949, donald o, the organization of behavior, |
| B. | 1950, computing machinery and intelligence. |
| C. | 1956, dartmouth university conference organized by john mccarthy |
| D. | 1961, computer and computer sense. |
| Answer» D. 1961, computer and computer sense. | |
| 42. |
Which company offers the LISP machine considered to be “the most powerful symbolic processor available� |
| A. | lmi |
| B. | symbolics |
| C. | xerox |
| D. | texas instruments |
| Answer» C. xerox | |
| 43. |
Ambiguity may be caused by: |
| A. | syntactic ambiguity |
| B. | multiple word meanings |
| C. | unclear antecedents |
| D. | all of the mentioned |
| Answer» E. | |
| 44. |
The cray X-MP, IBM 3090 and connection machine can he characterized as |
| A. | sisd |
| B. | simd |
| C. | misd |
| D. | mimd |
| Answer» C. misd | |
| 45. |
In LISP, the function assigns . the value of a to b is |
| A. | (setq a b) |
| B. | (setq b a ) |
| C. | (b = a) |
| D. | (set b = a) |
| Answer» C. (b = a) | |
| 46. |
The Newell and Simon program that proved theorems of Principia Mathematica was: |
| A. | elementary perceiver |
| B. | general problem solver |
| C. | logic theorist |
| D. | boolean algebra |
| Answer» D. boolean algebra | |
| 47. |
The primary method that people use to sense their environment is: |
| A. | reading |
| B. | writing |
| C. | speaking |
| D. | seeing |
| Answer» E. | |
| 48. |
Artificial intelligence is |
| A. | the embodiment of human intellectual capabilities within a computer. |
| B. | a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans. |
| C. | the study of mental faculties through the use of mental models implemented on a computer. |
| D. | all of the mentioned |
| Answer» E. | |
| 49. |
One definition of AI focuses on problem-solving methods that process: |
| A. | smell |
| B. | symbols |
| C. | touch |
| D. | algorithms |
| Answer» C. touch | |
| 50. |
Which technique is being investigated as an approach to automatic programming? |
| A. | generative cai |
| B. | specification by example |
| C. | all of the above |
| D. | non-hierarchical planning |
| Answer» C. all of the above | |