Technology and Inventions

Artificial Intelligence Practice Questions

19 free Artificial Intelligence practice questions for the Static GK. Tap an option to answer — you get instant feedback, the correct answer, and a detailed explanation for every question.

Practice in Quiz Mode

Question 1 of 19 Medium

What is the name of the test proposed in 1950 to determine if a machine can demonstrate intelligent behavior equivalent to, or indistinguishable from, that of a human?

  1. A Chinese Room Test
  2. B Lovelace Test
  3. C ELIZA Test
  4. D Turing Test

Correct answer: Turing Test

The Turing Test was introduced by Alan Turing in his paper 'Computing Machinery and Intelligence'. It evaluates a machine's ability to exhibit intelligent behavior through natural language conversation.

Question 2 of 19 Medium

Which AI program, developed by Google DeepMind, became the first to defeat a world champion in the board game Go?

  1. A AlphaGo
  2. B Deep Blue
  3. C Watson
  4. D ChatGPT

Correct answer: AlphaGo

AlphaGo defeated 18-time world champion Lee Sedol in 2016. This was a landmark achievement because Go is significantly more complex for AI to master than Chess.

Question 3 of 19 Medium

In the context of AI, what does 'NLP' stand for?

  1. A Natural Language Processing
  2. B Neuro-Linguistic Programming
  3. C Neural Learning Protocol
  4. D Network Layer Processing

Correct answer: Natural Language Processing

Natural Language Processing (NLP) is a branch of AI that helps computers understand, interpret, and manipulate human language. It powers tools like translation services and voice assistants.

Question 4 of 19 Medium

What is the term for a subset of AI that enables a system to learn from data rather than through explicit programming?

  1. A Machine Learning
  2. B Robotic Process Automation
  3. C Quantum Computing
  4. D Cybernetics

Correct answer: Machine Learning

Machine Learning (ML) uses algorithms to find patterns in data and make predictions. It allows systems to improve their performance automatically through experience.

Question 5 of 19 Medium

Which IBM supercomputer famously defeated world chess champion Garry Kasparov in 1997?

  1. A Deep Blue
  2. B Watson
  3. C Blue Gene
  4. D Summit

Correct answer: Deep Blue

Deep Blue's victory over Garry Kasparov was the first time a computer defeated a reigning world champion in a match under regulation time controls. It used massive parallel processing to evaluate millions of positions per second.

Question 6 of 19 Medium

What is 'Generative AI' primarily used for?

  1. A Cleaning hardware components
  2. B Creating new content like text, images, or audio
  3. C Increasing the physical clock speed of a processor
  4. D Calculating the weight of server racks

Correct answer: Creating new content like text, images, or audio

Generative AI refers to models that can produce new data that resembles the training data. Examples include Large Language Models (LLMs) that write essays or models that generate realistic images.

Question 7 of 19 Medium

In neural networks, what are the layers between the input and output layers called?

  1. A Void layers
  2. B Hidden layers
  3. C Buffer layers
  4. D Dark layers

Correct answer: Hidden layers

Hidden layers are where the actual processing and feature extraction happen in a deep neural network. The term 'Deep Learning' refers to networks with many of these hidden layers.

Question 8 of 19 Medium

Which of the following is an example of 'Narrow AI' (Weak AI)?

  1. A A conscious robot
  2. B An email spam filter
  3. C A machine that can solve any intellectual task a human can
  4. D A software with its own personality and emotions

Correct answer: An email spam filter

Narrow AI is designed to perform a specific task, such as filtering spam or recognizing faces. Unlike General AI, it cannot apply its intelligence to problems outside its programmed scope.

Question 9 of 19 Medium

What was 'ELIZA', developed by Joseph Weizenbaum at MIT in the 1960s?

  1. A The first self-driving car
  2. B The first chatbot
  3. C A chess program
  4. D An AI used for weather forecasting

Correct answer: The first chatbot

ELIZA was an early natural language processing program that simulated conversation by following a script. It was most famous for the 'DOCTOR' script, which mimicked a Rogerian psychotherapist.

Question 10 of 19 Medium

What does the 'GPT' in ChatGPT stand for?

  1. A Generalized Probabilistic Technique
  2. B Generative Pre-trained Transformer
  3. C Global Program Tracker
  4. D Graphical Processing Tool

Correct answer: Generative Pre-trained Transformer

Generative means it creates content; Pre-trained means it was trained on a vast dataset; Transformer is the specific neural network architecture it uses. It was developed by OpenAI.

Question 11 of 19 Medium

Which programming language is most commonly used in AI development today due to its extensive libraries like TensorFlow and PyTorch?

  1. A C++
  2. B Python
  3. C Java
  4. D Fortran

Correct answer: Python

Python's simple syntax and large community support make it the preferred choice for AI. It offers specialized libraries that simplify complex mathematical and data processing tasks.

Question 12 of 19 Medium

The 'Winter' of Artificial Intelligence refers to which period in its history?

  1. A The time when AI was developed to predict snowfall patterns
  2. B The invention of AI-powered cooling systems
  3. C The launch of AI in Nordic countries
  4. D A period of reduced funding and interest in AI research

Correct answer: A period of reduced funding and interest in AI research

An 'AI Winter' occurs when high expectations for AI are not met, leading to a collapse in research funding and public interest. Major AI winters occurred in the 1970s and late 1980s.

Question 13 of 19 Medium

What is the primary function of a 'Computer Vision' system?

  1. A Improving the resolution of a computer monitor
  2. B Protecting the eyes of computer users from blue light
  3. C Translating spoken words into text
  4. D Allowing machines to interpret visual content

Correct answer: Allowing machines to interpret visual content

Computer Vision is a field of AI that trains computers to interpret the visual world. It is essential for technologies like self-driving cars, facial recognition, and medical image analysis.

Question 14 of 19 Medium

Which of these is a 'Turing-complete' device?

  1. A A mechanical calculator that only adds
  2. B A basic light switch
  3. C A traditional analog clock
  4. D A device that can run any algorithm

Correct answer: A device that can run any algorithm

A system is Turing-complete if it can perform any computation that a universal Turing machine can. Most modern programming languages and general-purpose computers are Turing-complete.

Question 15 of 19 Medium

What is an 'Expert System' in the context of AI?

  1. A A computer built by an expert
  2. B A high-speed internet connection for servers
  3. C A professional gamer using AI
  4. D A program that emulates expert judgment

Correct answer: A program that emulates expert judgment

Expert systems were popular in the 1980s and used 'if-then' rules to solve complex problems in specific domains. They were the first truly successful software products derived from AI research.

Question 16 of 19 Medium

In AI ethics, what is 'Algorithmic Bias'?

  1. A A computer's preference for certain colors
  2. B The speed at which an algorithm runs
  3. C A programming error that causes a system to crash
  4. D Systematic errors that lead to unfair outcomes

Correct answer: Systematic errors that lead to unfair outcomes

Algorithmic bias occurs when human biases are reflected in the training data or the algorithm's design. This can lead to unfair treatment of individuals based on race, gender, or other characteristics.

Question 17 of 19 Medium

Which tech mogul co-founded OpenAI in 2015 before later leaving the board?

  1. A Mark Zuckerberg
  2. B Bill Gates
  3. C Tim Cook
  4. D Elon Musk

Correct answer: Elon Musk

Elon Musk co-founded OpenAI as a non-profit to promote friendly AI. He resigned from the board in 2018 to avoid potential conflicts of interest with Tesla's AI development.

Question 18 of 19 Medium

What is the 'Singularity' in AI theory?

  1. A The point at which a single AI algorithm achieves perfection
  2. B The gradual replacement of all human workers by intelligent machines
  3. C A hypothetical point where AI surpasses human intelligence
  4. D The use of AI for a single, specific purpose

Correct answer: A hypothetical point where AI surpasses human intelligence

The technological singularity is a theoretical point in time where technological growth becomes uncontrollable and irreversible, resulting in unfathomable changes to human civilization.

Question 19 of 19 Medium

Which component is often used in hardware to accelerate AI tasks because it can handle many calculations simultaneously?

  1. A Hard Disk Drive (HDD)
  2. B Uninterruptible Power Supply (UPS)
  3. C Graphics Processing Unit (GPU)
  4. D Ethernet Port

Correct answer: Graphics Processing Unit (GPU)

GPUs are highly efficient at the matrix and vector math required for deep learning. Companies like NVIDIA have become central to the AI industry because their GPUs power most major AI training models.

0 / 19 answered