Class XI Unsolved Question&Answers (Part B-Unit-1 To 4)
Class XI Unsolved Question&Answers (Part B-Unit-1 To 4)
XI ANSWER KEY
Part-B: Subject Specific Skills Artificial Intelligence
1. Introduction to AI
Exercise
Unsolved Questions
A. 1. Deep Learning 2. Reinforcement 3. Artificial Super Intelligence
4. virtual 5. Machine Learning
B. 1. Machine learning algorithms like Decision Tree is used in fraud detection. This is supervised
learning where classification is performed to categorise fraudulent and regular transactions.
2.
Can do Cannot do
Predictions while commuting - like Traffic Go beyond their tasks
Forecasts on Google Maps.
Product recommendations Learn on small amounts of data
3. • This layer is responsible for processing the input fed into the system
• E
ach node of the hidden layer has its functionality and hence, the defined machine learning
algorithm gets executed on the data received from the input layer.
• T
he number of hidden layers in a neural network system depends on the complexity of
the function for which the network has been designed.
4. Data Analyst, Data Scientist, Product Manager (any two)
5.
Data Big Data
The volume of the data is small. The volume of the data is huge.
Can be handled by traditional DBMS. Cannot be handled by traditional DBMS.
Data handling is not expensive. Data handling and management are quite
expensive.
C. 1. Machine learning is the process of computers discovering useful information without being
directed where to seek. Instead, they use algorithms that learn from data in an iterative
process. Machine learning algorithms can process vast volumes of data and extract meaningful
In Life
Can have multiple solutions
Deep Thinking
Can have multiple solutions
Ready
1. Can have multiple solutions
2. L algorithms can supplement field data and automate functions mostly linked to regulation
M
and optimization. Furthermore, machine learning and computer vision have enriched numerous
sectors, including medical diagnostics, statistical data analysis and algorithms, scientific research,
and so on. Such approaches have already been implemented in the fields of smartphone apps,
computer equipment, online websites, cybersecurity, and so on. Examples – Google Maps, Email
Spam Filter.
In Life
Can have multiple solutions
Deep Thinking
Can have multiple solutions
Ready
1. a. TIM Brasil – AI powered chatbot
b. Telefonica de Argentina - AI powered chatbot
uring pandemic, only 50% staff was allowed in organizations. Hence chatbots provided
D
a reduction in burden on call centres and the wait time for users. This also reduced the
need for expensive human resource.
3. Maths For AI
Exercise
Unsolved Questions
A. 1. True 2. True 3. False 4. True 5. True
B. 1. 1
–3i + j
2
1 7
a21 i=2j=1 × –3(2) + 1
2 2
1 11
a32 i=3j=2 –3(3) + 2
2 2
2. 1×2+2×1+3×5 1 × 2 + 2 × 0 + 3 × –1
A×B= –1 × 2 + 4 × 1 + –2 × 5 –1 × 2 + 4 × 0 + –2 × –1
2×2+0×1+5×5 2 × 2 + 0 × 0 + 5 × –1
19 –1
= –8 0
29 –1
5. The cartesian product of two relations is the concatenation of tuples belonging to the two
relations. The cartesian product is a binary operation and is denoted by (x). The cartesian
product of two relations will produce the relation which has a degree = sum of columns of
parent relations and a cardinality =product of rows of parent relations.
7 –3
Adjoint of r =
–8 4
1 7 –3 1 7 –3
P–1 = =
P –8 4 4 –8 4
= 7/4 –3/4
–2 1
4 3
P=
8 7
4 3
P = 8 (4×7) – (8×3) 4
7
Adjoint of r = 7 –3
–8 4
1 7 –3 1 7 –3
P–1 = =
P –8 4 4 –8 4
= 7/4 –3/4
–2 1
1 0 0
S= 1 1 0 Expanding along Row 1
1 1 1
1 0 1 0 1 1
S = 1 – 0 + 0
1 1 1 1 1
= 1 so inverse exists
Adjoint of 5 First row
1 0 1 0 1 1
1 1 1 1 1 1
1 1 0
1 –1 0 1 –1 0 1 –1 0
1
0 1 –1 A–1 = 0 1 –1 = 0 1 –1
1
0 0 0 0 0 0 0 0 0
4. Mean = (7+16+12+35+51+10+80+71+16+9+11+16)/12 = 27.83
Median = 12/2 = 6th item = 16
7 9 10 11 12 16 16 16 35 51 71 80
Mode = 16
5.
Height f cf
120-130 4 256
130-140 6 256
140-150 12 210
150-160 20 269
160-170 8 287
50
Median th
Me = size of N item
2
th
Me = size of 50 item
2
Median class 150 – 160
N/2 – c.f
Me = l1 + ×i
f
= 150 + 25 – 22 × 10
20
3
= 150 + = 150 + 1.5 = 151.5 cm
2
In Life
Can have multiple solutions
Deep Thinking
Can have multiple solutions
Ready
1. A tensor is a container that can hold N dimensions of data. Tensors are generalisations of
matrices to N-dimensional space that are frequently and incorrectly used interchangeably
with the matrix (which is precisely a 2-dimensional tensor).
2. A sparse matrix is one that contains largely zero values. Sparse matrices differ from dense
matrices, which have a large number of non-zero values.
3. Artificial Neural Network (ANN) - Each layer of an ANN is made up of many perceptrons
or neurons. Because inputs are exclusively processed in the forward direction, ANN is also
known as a Feed-Forward Neural Network. This sort of neural network is one of the most
basic neural network versions. They send data in one way, through multiple input nodes,
until it reaches the output node. The network may or may not contain hidden node layers,
which makes its operation more understandable.
Convolutional neural networks (CNN) are among the most widely used models today. This
neural network computational model employs a variant of multilayer perceptrons and
includes one or more convolutional layers that can be completely linked or pooled. These
convolutional layers provide feature maps that capture a portion of an image, which is then
divided into rectangles and sent out for nonlinear processing.
Recurrent neural networks (RNN) are more complex. They record the results of processing
nodes and input them back into the model (they do not pass the information in one direction
only). The model is said to learn to anticipate the outcome of a layer in this manner. Each
node in the RNN model functions as a memory cell, continuing calculation and operation
implementation. If the network’s forecast is erroneous, the system self-learns and continues
to backpropagate towards the correct prediction.