0% found this document useful (0 votes)
15 views26 pages

Level 2 Prim 5 First Term Questions

The document consists of multiple lessons on Artificial Intelligence (AI), covering topics such as AI applications, coding, logical operators, algorithm design, machine learning, and deep learning. Each lesson includes questions and answers related to the concepts, emphasizing the definitions, uses, and examples of AI and its components. The content is structured as a quiz format to assess understanding of the material presented.

Uploaded by

mai.asultan.84
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views26 pages

Level 2 Prim 5 First Term Questions

The document consists of multiple lessons on Artificial Intelligence (AI), covering topics such as AI applications, coding, logical operators, algorithm design, machine learning, and deep learning. Each lesson includes questions and answers related to the concepts, emphasizing the definitions, uses, and examples of AI and its components. The content is structured as a quiz format to assess understanding of the material presented.

Uploaded by

mai.asultan.84
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

Lesson 1 "Introduction to Artificial Intelligence"

What does the abbreviation "AI" means?

Artificial intelligence
Automated thinking
Machine learning
No right answer

What constitutes artificial intelligence applications?

Education
Industry
Robotics
All answers are correct

Which of the following is considered an application of artificial intelligence


technology?

All answers are correct.


An online store that recommends products based on your browsing history.
A grammar-checking application that checks the text for spelling, grammar, and punctuation
mistakes.
Self-driving cars.
What can an artificial intelligence model do?
Just performing tasks without understanding the data
Analyze data quickly without improving performance
Predicting future events based on past data
No right answer

What does the following figure represent in block programming?

Control
Event
Movement
No right answer

Mention the number of iterations in the following figure:

40 loops
1 Loop
No right answer
4 loops

How many steps does the panda take when implementing this program?

10 steps
40 steps
14 steps
No right answer

How can we train an artificial intelligence model?

(Testing the model - Entering data into the model - training the model )
(Deleting the data - add new data - testing the model)
(Entering data into the model - training the model - testing the model)
No right answer

Choose the different image from these images.

Picture number two


Picture number one
Picture number three
Picture number four

What is the meaning of the event?


It is a loop that repeats what is inside it
It is a loop that repeats a certain number of times
It is an action we perform that results in a specific result
A condition

Lesson 2 "Intelligence Coding Conditional statement &Variables"


What is the main purpose of using variables in programming?

To ensure that the program is implemented correctly


To store and change data and values while the program is running
Manipulating values in the code
no right answer

What type of data can be stored in variables?

Numbers only
Text and images only
Various types of data such as numbers, texts, and images
no right answer

Choose the appropriate name for this programming format for the code blocks.

Conditional rules
Loops
Flowcharts
no right answer

What would you choose if you were going to explain a complex programming
idea to your friends?
Pictures only
Texts only
Flowcharts
no right answer

Choose the correct use of this shape in flowcharts


It is used to introduce a variable
It is used to make a decision
It is not used at all
No right answer

Choose the correct use of this shape in flowcharts

It is used to make a decision


It is used to express only one step or a small step within another larger process
It is used at the beginning and end
no right answer

Which of the following expresses " numbers" data?


"Hello World"
True
1000
no right answer

Choose the correct use of this shape in flowcharts


It is used to make a decision
It is used to enter inputs or provide output (input/output)
It is used to express only one step or a small step within another larger process
no right answer

Choose the correct answer after studying this figure

Nothing will be printed. There is a programming error in this code


The word "Hooray" will be printed 20 times
no right answer
The word “Hip” will be printed 20 times

What does this shape represent in the flow chart?

The beginning and end of the program


A calculation process
Verifying a condition
no right answer

Lesson 3 "Logical Operators"


What language does the computer understand?

Mathematics
English language
Binary (0,1)
No right answer

Try the following code on Pictoblox. What will the sprite say?

Hello
7
The letter "A"
No right answer

What is meant by software?

A set of steps arranged according to a specific pattern to solve a specific problem


Arrange the steps randomly
A set of instructions, data, or programs used to operate computers and execute specific tasks
No right answer

What are the conditions?

Setting specific conditions or rules within the program. When the condition is met, specific
codes are executed
Repetition of certain codes
Create an event
No right answer

What is the correct arrangement of mathematical operations?

Addition and multiplication first


Multiplication and division then addition and subtraction
Addition and subtraction then multiplication and division
No right answer

What does the logical operator "AND" do?

Returns true if both conditions are true


Returns false if both conditions are true
Reverses false to true
No right answer

Try the following code on Pictoblox. What will the sprite say?
5
Hello
The letter "A"
No right answer

Try the following code on Pictoblox. What will the sprite say?

7
Hello
The letter "A"
No right answer

What is the role of lists in programming?

Store a set of values


Store a single value
Display values
No right answer

____ are values that cannot be predicted.

Variable values
Fixed values
Random values
No right answer

Lesson 4 "Algorithm Design"


What does the word decomposition mean?
Compositing small things into large and complex things
Dividing a large, complex thing into several small things so that it can be controlled
Building things on top of each other in a complex way
No right answer

What does pattern recognition mean?


Arrange the steps randomly
Find the common steps and parts, collect them, and arrange them
Arrange the steps in ascending order
No right answer

What does the word abstraction mean?


Think deeply about the steps.
Simplify the steps.
It is to start thinking about the final solution and the final functions that the program will
perform, regardless of the detailed steps.
No right answer.

What do you know about the word algorithms?


A set of steps arranged according to a specific pattern to solve a specific problem
Random steps taken to solve a problem
It is a theory used to solve simple mathematical problems
No right answer
What does this figure represent in the flowchart express?

Inputs / Outputs
Make a decision
A step or a part of a large process
No right answer

What will this block do to the variable score?

Subtract 1
Add 1
Divide by 1
No right answer

What is a flowchart?
A visual diagram shows the steps of any Algorithm
Repeat the code a certain number of times
It is a program used to perform some mathematical operations
No right answer

Try the following code on Pictoblox. What numbers will the sprite say?

5.4.3.2.1
5.6.7.8
1.2.3.4.5
No right answer

Try the following code on Pictoblox. What is the value of A that makes the
sprite say Hello?
When A becomes one
When A becomes four
No right answer
When A becomes zero

What does this figure represent in the flowchart express?

Go to the previous step


To the next step
Delete step
No right answer
Lesson 5 "Math in AI"
What is the result of this equation 5+4*6?
29
54
44
no right answer

What should be the result for this equation 5/0?


Math Error
0
1
No right answer

Which of the following fields uses mathematics?


Space sciences
Computer science and software
Banking
All answers are correct

Which of the following is not considered a mathematical operator?


AND
+
*
no right answer

What is the correct arrangement of mathematical operations?


Addition and subtraction first
Multiplication and division, addition and subtraction
Arrangement doesn't matter.
No right answer

Which of the following is considered a logical operator?


AND
OR
NOT
All answers are correct

(5+3)*7 =____?
56
100
38
no right answer

Does this equation give the correct answer?

Wrong
Undefined
Correct
no right answer

Does this equation give the correct answer?


Correct
Wrong
Undefined
no right answer

We use this part of the program to make a ..........

Loops
Variable
Condition
no right answer

Lesson 6 "Machine Learning"


If the score is greater than 90, the program will say (“Excellent”), otherwise, the
program will say “You need to study.” What is the correct result if the score is
equal to 60?
You need to Study
Excellent
Good
No right answer

Which of these is an example of machine learning?


A robot that moves only when told to
A calculator solving math problems
A computer playing chess by itself after learning the rules
No right answer

Machine learning is ________?


It is a part of artificial intelligence that makes machines able to make decisions and perform
tasks based on the data they use.
Making it set conditions for humans.
An alternative to human learning.
No right answer.

Deep learning is subset of _____?


The software code
Human intelligence
Machine learning
No right answer

The following Figure demonstrates a......


Nested conditions
Nested loops
Events
No right answer

This extension in the picture helps us to ____?

Adding a nice picture


In adding conditions
In using machine training models and creating new machine learning models
No right answer

What is training data?


Data we use to test if a computer has learned well
Data we use to teach a computer
Data for computers to ignore
No right answer
What will be the output of this code if the picture in the backdrop is not a
mouse?

It will say " Mouse"


Nothing will happen
It will say " I don't Know"
No right answer

When do we move to the code inside the else in the conditions?


When the condition inside the if is incorrect
When the code is repeated again
When program execution stops
No right answer

How can we control the accuracy of the AI model?


Arrange information
By increasing or decreasing the training data
Making the information different and inconsistent
No right answer

Lesson 7 "Intro to Deep Learning"


What is the correct definition of deep learning?
A subset of machine learning is composed of algorithms that allow the software to train itself
to perform tasks by being exposed to a huge amount of data.
A software technology that infers decisions based on prior knowledge
A technique based on improving computer performance without using data
No right answer

What is the relation between AI, machine learning, and deep learning?

Deep learning and machine learning are the same


AI and deep learning are the same
Deep learning is a subset of machine learning, which is a subset of AI
No right answer

What is meant by a list?

A collection of items arranged in a specific order, which can include numbers, text, or other
objects.
A type of file used to store large amounts of data.
A group of numbers arranged in ascending order.
No right answer

Which of the following is an application of deep learning?

Self-driving Cars
Recommendation system
Robotics
All answers are correct

What will be the output of the following PictoBlox code?

The list will be empty


The list will contain the numbers 5 and 7

The numbers 5 and 7 will be deleted from the list


No right answer

Choose the correct sentence below?


Machine learning contains artificial intelligence and deep learning
Deep learning contains artificial intelligence and machine learning
Artificial intelligence contains machine learning and machine learning contains deep learning
No right answer

What is the most important thing for a deep learning algorithm?


Computer hardware
Binary language
Data
No right answer

What is a chatbot?
It is a program that sends signals into the space
It is a program used to perform some mathematical operations
No right answer
It is an automated chat program that responds to people as if it were a human being like
them, with the aim of providing specific answers to any question

What is the value of variable A in this code?

0
2
5
No right answer
What will happen when the green flag is clicked?

The list will display "Banana".


The list will contain "Apple" and be shown.
The list will have a random item.
No right answer

Lesson 8 "Facial Reaction"


What does the word decomposition mean?
no right answer
Building things on top of each other in a complex way
Dividing a large, complex thing into several small things so that it can be controlled
Compositing small things into large and complex things

What is the main purpose of using variables in programming?


To ensure that the program is implemented correctly
Manipulating values in the code
No right answer
To store and change data and values while the program is running
What will the sprite say when the green flag is clicked?

no right answer
Perfect speed
Too slow
Too fast

What constitutes artificial intelligence applications?


Robotics
Education
Industry
All answers are correct

What is the difference between machine learning and deep learning?


Machine learning is part of deep learning.
There is no difference between them, they both mean learning the hardware.
no right answer
Deep learning uses advanced techniques to mimic how the human brain operates while
machine learning relies on traditional algorithms.

What is the goal of machine learning applications?


Create programs that learn from data and make decisions
Develop devices that think independently.
no right answer
Ability to develop new devices only.

Try the following code on Pictoblox. What will the sprite say?

48
40
no right answer
32

What is the difference between artificial intelligence and machine learning?

Machine learning is part of artificial intelligence


There is no difference between them, they are considered identical.
Artificial intelligence relies on data while machine learning relies only on programming.
no right answer
What is the primary goal of artificial intelligence?

Improving computing hardware only.


no right answer
Develop systems capable of thinking and making decisions independently
Programming devices to perform specific tasks only.

What is the result of this equation 17+9*2?

35
45
32
no right answer

You might also like