π Chapter 06 Β· Previous Year Questions
Artificial Intelligence & Robotics β Previous Year Questions
10 actual questions from UPSC, APPSC, and TGPSC previous year papers on AI and robotics.
π‘ Tip: AI questions focus on key concepts, India’s AI initiatives, and applications in governance and healthcare.
π 10 Previous Year Questions
Which of the following best describes “Machine Learning”?
A) A subset of AI where systems learn from data to improve performance without explicit programming
B) Programming machines to follow fixed rules
C) Teaching machines using human instructors
D) Machines that can physically learn new skills
β
Answer: A) A subset of AI where systems learn from data to improve performance without explicit programmingMachine Learning (ML) is a subset of AI where systems learn from data to improve their performance without being explicitly programmed for each task. ML algorithms identify patterns in data and make predictions or decisions. Types: Supervised Learning (labelled data), Unsupervised Learning (unlabelled data), Reinforcement Learning (reward-based). Applications: spam filters, recommendation systems, fraud detection, medical diagnosis.
The term “Natural Language Processing (NLP)” in AI refers to:
A) AI’s ability to understand, interpret, and generate human language
B) Processing data in natural environments
C) AI learning from natural phenomena
D) Programming in natural languages like English
β
Answer: A) AI’s ability to understand, interpret, and generate human languageNLP (Natural Language Processing) is the branch of AI that enables computers to understand, interpret, and generate human language. Applications: ChatGPT (text generation), Google Translate (translation), Siri/Alexa (voice assistants), sentiment analysis, spam detection. India’s government uses NLP for multilingual services in 22 official languages. Bhashini is India’s AI-powered language translation platform for Indian languages.
India’s “Bhashini” platform is related to:
A) Digital payments
B) AI-powered translation for Indian languages
C) Satellite communication
D) Cybersecurity
β
Answer: B) AI-powered translation for Indian languagesBhashini is India’s AI-powered language translation platform for Indian languages, launched in 2022 under the Digital India initiative. It aims to break language barriers by providing translation, transcription, and voice services in all 22 scheduled Indian languages. It is developed by MeitY (Ministry of Electronics and IT). Bhashini enables government services to be accessible in local languages. It uses NLP and speech recognition technologies.
A GAN (Generative Adversarial Network) consists of:
A) A generator (creates fake data) and a discriminator (distinguishes real from fake)
B) Two competing AI systems fighting each other
C) A network that generates and analyses data simultaneously
D) A government AI network
β
Answer: A) A generator (creates fake data) and a discriminator (distinguishes real from fake)A GAN (Generative Adversarial Network) consists of two neural networks: a Generator (creates synthetic data β images, text, audio) and a Discriminator (tries to distinguish real data from generated data). They compete against each other β the generator improves to fool the discriminator, and the discriminator improves to detect fakes. GANs are used to create deepfakes, generate realistic images, and augment training data. They were invented by Ian Goodfellow in 2014.
The “Turing Test” is used to determine:
A) Whether a machine can exhibit intelligent behaviour indistinguishable from a human
B) The speed of a computer processor
C) The accuracy of a machine learning model
D) The security of a computer system
β
Answer: A) Whether a machine can exhibit intelligent behaviour indistinguishable from a humanThe Turing Test, proposed by Alan Turing in 1950, tests whether a machine can exhibit intelligent behaviour indistinguishable from a human. In the test, a human evaluator converses with both a human and a machine (without knowing which is which). If the evaluator cannot reliably distinguish the machine from the human, the machine passes the test. ChatGPT and other LLMs have come close to passing the Turing Test. Alan Turing is called the “Father of Computer Science.”
Autonomous vehicles (self-driving cars) primarily use which AI technology?
A) Computer Vision, Deep Learning, and Sensor Fusion
B) Natural Language Processing
C) Blockchain technology
D) Quantum computing
β
Answer: A) Computer Vision, Deep Learning, and Sensor FusionAutonomous vehicles use Computer Vision (to see the road, pedestrians, signs), Deep Learning (to make driving decisions), and Sensor Fusion (combining data from cameras, LiDAR, radar, GPS). They also use HD maps and real-time data processing. Companies like Tesla, Waymo, and Cruise are developing autonomous vehicles. India is exploring autonomous vehicles for public transport. 5G connectivity is crucial for vehicle-to-vehicle (V2V) and vehicle-to-infrastructure (V2I) communication.
India’s “Kisan AI” initiative is related to:
A) AI-based agricultural advisory for farmers
B) AI for rural banking
C) AI for rural healthcare
D) AI for rural education
β
Answer: A) AI-based agricultural advisory for farmersKisan AI is an initiative to provide AI-based agricultural advisory to farmers in India. It uses AI to analyse soil data, weather forecasts, crop prices, and pest information to provide personalised advice to farmers. It is part of India’s Digital Agriculture Mission. Similar initiatives: Microsoft’s AI Sowing App (Andhra Pradesh), IBM’s Watson Decision Platform for Agriculture. AI can help India’s 140 million farming households improve productivity and income.
The concept of “Explainable AI (XAI)” refers to:
A) AI systems that can explain their decisions in human-understandable terms
B) AI that can explain scientific concepts
C) AI systems that are easy to program
D) AI that teaches humans
β
Answer: A) AI systems that can explain their decisions in human-understandable termsExplainable AI (XAI) refers to AI systems that can explain their decisions and reasoning in human-understandable terms. Traditional deep learning models are “black boxes” β they make decisions without explaining why. XAI is crucial for high-stakes applications like medical diagnosis, loan approval, and criminal justice, where humans need to understand and trust AI decisions. Regulatory frameworks (EU AI Act) require explainability for high-risk AI systems.
The EU AI Act (2024) is significant because it is:
A) The world’s first comprehensive legal framework for regulating AI
B) A trade agreement for AI products
C) A technical standard for AI systems
D) A funding programme for AI research
β
Answer: A) The world’s first comprehensive legal framework for regulating AIThe EU AI Act (2024) is the world’s first comprehensive legal framework for regulating AI. It classifies AI systems by risk level: Unacceptable Risk (banned β social scoring, real-time biometric surveillance), High Risk (regulated β medical devices, critical infrastructure), Limited Risk (transparency requirements), Minimal Risk (no regulation). It requires high-risk AI to be transparent, accurate, and human-overseen. India is developing its own AI governance framework.
AlphaGo, developed by DeepMind, defeated the world champion in which game?
A) Chess
B) Go
C) Poker
D) Checkers
β
Answer: B) GoAlphaGo, developed by DeepMind (Google), defeated world Go champion Lee Sedol in 2016. Go is an ancient Chinese board game considered far more complex than chess (10^170 possible positions vs 10^43 for chess). AlphaGo used deep reinforcement learning. AlphaGo Zero (2017) learned Go from scratch without human data. AlphaZero (2017) mastered chess, Go, and shogi. These achievements demonstrated AI’s ability to master complex strategic games, a milestone in AI development.