NEW
Font size
WorksheetsAI and Python Quiz
Total questions: 38
Worksheet time: 19mins
The term A.I is short for?
Anatomy Insector
Astrology Iselin
Anh Intelligence
Artificial Intelligence
Antificial Intelligence
Which one of these is not an area of AI?
computer vision/image recognition
voice recognition
web design
robotics
The ability of a computer to understand
images and videos
computer vision
robotics
Natural Language Processing
The ability of a computer to interact and
understand different human languages
computer vision
robotics
Natural Language Processing
Color recognition:………………
computer vision
robotics
Natural Language Processing
Translation:………………
computer vision
robotics
Natural Language Processing
Human face recognition:………………
computer vision
robotics
Natural Language Processing
Voice to text:………………
computer vision
robotics
Natural Language Processing
The study of algorithms that enable the machine to learn from data and to make decisions without the help of humans.
Machine Learning
Artificial Intelligence
learning from examples in a training data set is a
Supervised Learning
Unsupervised Learning
How does an AI device learn and think?
It hacks our computer
It accepts data and trains itself, then creates a model
It hacks our brain
None of the above
What is VR?
Virtual Response
Virtual Reality
Very Random
Virtually reliable
What is AR?
Augmented Reality
Argumentative Reality
Augmented Response
All of the above
Why do we need AI?
To help in treatment of diseases
To make our lives much easier
To help in fighting crime
All of the above
How does AR work?
It takes a real world and adds computer simulation
It simulates a virtual world
It creates a virtual world that is harmful
None of the above
The following statements describe Artificial Intelligence EXCEPT
AI is very useful in the present generation increasing its productivity.
Al is a threat if mismanaged or used for bad intentions.
AI replaces humans as it is more efficient than humans.
All of the above
Which of the following statements best describes the difference between robots and humans?
Robots move differently and made up of metal.
Robots do not have feelings and emotions as compared to humans.
Robots are too smart as compared to humans.
Robots are more effective than humans.
It is a device module, or system used in electronic gadgets and materials to detect events and changes.
Electrons
Motor
Sensor
detector
Which of the following is a scenario where an AI is being asked to make an ETHICAL decision?
A self-driving car can only avoid one of two pedestrians and must choose which
A chess computer must choose its next move
A voice assistant is asked to schedule an appointment on the users calendar
A voice assistant is asked whether the user will need an umbrella today
name = 'Dave'
print (name)
Which is the Python logo?
What is a input?
A function that allows us to ask the user to enter some data.
To plug in something.
Data displayed on a screen.
A function
What is a output?
A piece of data that is shown on the screen.
Data that the user enters
An output
A orange
What function is used to output a message in python?
print("")
input=name
name=input
What syntax would you use to create a name variable?
name=input()
input=name
name=input{}
name=INPUT
What is pseudocode?
A planning tool that resembles code but is not code used for humans.
Syntax code
A programming language.
A pastry.
Why would you use a loop?
To repeat a piece of code
To create a loop
To input data
