Artificial Intelligence — Set 1
Technology · कृत्रिम बुद्धिमत्ता · Questions 1–10 of 40
Which sub-field of Artificial Intelligence focuses on enabling computers to understand and process human language?
Correct Answer: A. Natural Language Processing
• **Natural Language Processing (NLP)** = the core AI technology enabling computers to comprehend human language. • **Machine comprehension tasks** — translation, sentiment analysis, and speech recognition are core NLP functions. • 💡 Wrong-option analysis: B (Computer Vision): interprets images, not language; C (Reinforcement Learning): learns via trial/reward, not text processing; D (Robotics): physical machine control, not language.
What is the primary goal of supervised learning in Artificial Intelligence?
Correct Answer: C. Predicting outcomes based on labeled data
• **Supervised learning** = using labeled datasets to train algorithms for precise outcome prediction. • **Input-output mapping** — the model learns a function mapping inputs to outputs based on labeled examples. • 💡 Wrong-option analysis: A (Navigation): involves spatial reasoning, not prediction; B (Clustering): unsupervised grouping task, requires no labels; D (No data): contradicts supervised approach which requires labeled data.
In AI, what does the 'Turing Test' primarily measure?
Correct Answer: C. A machine's ability to exhibit intelligent behavior
• **Turing Test** = Alan Turing's benchmark to assess whether a machine can mimic human intelligence through conversation. • **Indistinguishability criterion** — evaluates if a human judge can tell the difference between machine and human dialogue. • 💡 Wrong-option analysis: A (Processing speed): measures computational power, not intelligence; B (Memory capacity): physical storage metric, not behavioral ability; D (Energy efficiency): measures hardware performance, not cognitive ability.
Which type of AI is designed to perform a specific, single task like facial recognition?
Correct Answer: D. Narrow AI
• **Narrow AI (Weak AI)** = specialized systems designed to solve one specific task efficiently. • **Task-specific expertise** — facial recognition, language translation, and game-playing are examples of narrow AI applications. • 💡 Wrong-option analysis: A (General AI): hypothetical system handling any intellectual task; B (Super AI): superintelligent concept, beyond narrow capabilities; C (Autonomous AI): independent operation focus, not task specificity.
What is the term for a set of rules or instructions a computer follows to solve a problem in AI?
Correct Answer: D. Algorithm
• **Algorithm** = the logical step-by-step procedure AI models execute to process data and derive conclusions. • **Adaptive improvement** — algorithms refine themselves through exposure to more data and feedback in machine learning systems. • 💡 Wrong-option analysis: A (Database): structured data storage, not decision-making rules; B (Middleware): software layer enabling communication, not logic; C (Hardware): physical computer components, not logical procedures.
What is the primary function of a 'Neural Network' in Artificial Intelligence?
Correct Answer: A. Miming the structure of the human brain to find patterns
• **Neural networks** = computational models mimicking biological neurons in the human brain to detect patterns. • **Hierarchical information processing** — interconnected layers of nodes process data at multiple abstraction levels sequentially. • 💡 Wrong-option analysis: B (Video storage): memory management function, not pattern recognition; C (Cable connection): physical infrastructure, not computational function; D (Morse translation): linguistic decoding task, not brain-inspired architecture.
Which concept involves AI learning from its own mistakes through a system of rewards and penalties?
Correct Answer: C. Reinforcement Learning
• **Reinforcement learning** = AI agent learns by trial-and-error interaction with environment, receiving reward/penalty feedback. • **Reward-penalty optimization** — agents maximize cumulative rewards by refining strategy through experience and feedback loops. • 💡 Wrong-option analysis: A (Unsupervised): finds patterns in unlabeled data, no reward system; B (Data Mining): extracts knowledge from large datasets, not agent feedback; D (Expert Systems): uses rule bases, not learning from mistakes.
Which of these is a real-world application of Computer Vision?
Correct Answer: D. Identifying objects in a self-driving car's path
• **Computer Vision** = AI field training computers to interpret and understand the visual world through image/video analysis. • **Real-world object detection** — autonomous vehicles identify obstacles and pedestrians using visual data from cameras. • 💡 Wrong-option analysis: A (Text summarization): NLP task, processes language not images; B (Stock trends): financial analysis, requires numerical data; C (Audio translation): speech-to-text function, processes sound not visual data.
What does the term 'Big Data' refer to in the context of training AI models?
Correct Answer: A. Extremely large datasets analyzed computationally
• **Big Data** = computationally analyzed massive datasets providing information AI systems require to learn patterns effectively. • **Volume, velocity, variety** — large scale (volume), rapid generation (velocity), and diverse formats (variety) characterize big data. • 💡 Wrong-option analysis: B (Computer size): physical hardware dimension, not data characteristic; C (Software price): cost metric, irrelevant to data definition; D (Engineer count): team size, unrelated to dataset properties.
Which AI category describes a machine with the ability to perform any intellectual task a human can do?
Correct Answer: C. Artificial General Intelligence
• **Artificial General Intelligence (AGI)** = theoretical AI form matching human cognitive abilities across all domains. • **Cross-domain knowledge transfer** — AGI would apply learning from one area to any other without specific retraining. • 💡 Wrong-option analysis: A (Narrow Intelligence): single-task specialization, limited scope; B (Expert Systems): rule-based decision-making, not general intelligence; D (Robotic Automation): process workflow execution, not cognitive reasoning.