Artificial Intelligence Class 7th
Artificial Intelligence Class 7th
Class - 7
Note:
● All the students are requested to take a printout of this Booklet.
i.
j.
k.
Question/Answer:
1. What is coding?
Ans - Coding creates a set of instructions for computers to follow.
2. What are variables?’
Ans - A variable is like a box or container where you can store different kinds of things,
like numbers or words. and sometimes you can change the value inside the container
as per your program requirement.
3. Where do we use to store data in a program?
Ans- Variables
4. Sustainable Development Goals is to achieve?
Ans- By 2030
5. What do loops help with in coding?
Ans- Repeating
6. What is sequencing in coding?
Ans- Order
7. What allows code to run multiple times?
Ans- Loops
8. How many Sustainable Development Goal are there?
Ans- 17
9. What is Operator and how many its types?
Ans- An operator is a symbol or character that tells the computer to perform specific
mathematical, logical, or comparison operations on values or variables.
Types-
There are 3 Types of Operators-
1- Arithmetic operator
2- Relational operator
3- Logical operator
Arithmetic Operators-
Arithmetic operations are the basics of mathematics. It mainly consists of operations such as
addition, subtraction, multiplication, and division. These are also known as mathematical
operations.
Relational Operator-
A relational operator is an operator that tests a relation between two entities. The result of a
relational operator is either true or false.
There are 3 Types of Relational Operator-
1. Greater Than >
2. Less Than <
3. Equals to =
Logical Operator-
Logical operators are used to make decisions in your program based on conditions. They help you
create branching and looping structures. In PictoBlox, you can use logical operators to combine
conditions and determine whether a certain condition is true or false.
There are 3 types of Logical Operator-
1- And Operator 2- Or Operator 3- Not Operator