0% found this document useful (0 votes)
16 views7 pages

AI and Data Science Exam Questions Guide

The document outlines various examination papers for different subjects, including Artificial Intelligence, Statistical Learning for Data Science, System Programming & Compiler Construction, Mobile Computing, Cryptography & System Security, and Digital Forensics. Each paper consists of compulsory questions and a selection of additional questions covering key concepts, algorithms, and applications relevant to the respective fields. The total marks for each paper are 80, and students are expected to assume necessary data where applicable.

Uploaded by

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

AI and Data Science Exam Questions Guide

The document outlines various examination papers for different subjects, including Artificial Intelligence, Statistical Learning for Data Science, System Programming & Compiler Construction, Mobile Computing, Cryptography & System Security, and Digital Forensics. Each paper consists of compulsory questions and a selection of additional questions covering key concepts, algorithms, and applications relevant to the respective fields. The total marks for each paper are 80, and students are expected to assume necessary data where applicable.

Uploaded by

SHREYA BHUVAD
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Paper / Subject Code: 89284 / Artificial Intelligence

(3 Hours) [Total Marks: 80]

Note: i) Question no. 1 is compulsory


ii) Attempt any three from remaining
iii) Assume necessary data

1 (a) Explain the Learning Agent with suitable block diagram. 5

(b) Give difference between Informed Search and Uninformed search 5


Algorithms.

(c) Give PEAS and state space description for “Automobile Driver Agent” 5

(d) Explain different quantifiers with example. 5

2 (a) Explain various properties of task environment with suitable examples 10

(b) What is Game Playing Algorithm? Draw a game tree for Tic-Tac-Toe 10
problem.

3 (a) Illustrate forward-chaining and backward-chaining algorithm with suitable 10


example.

(b) Explain Hill Climbing Algorithm and problems that occurs in hill climbing 10
algorithm?
4 (a) What do you mean by Resolution? Also discuss the steps in Resolution. 10

(b) Consider problem of changing a flat tire. The goal is to have a good spare 10
tire properly mounted on to the car’s axle, where the initial state has a flat
tire on the axle and a good spare tire in the trunk. Give the ADL
description for the problem and also discuss the solution

5 (a) Explain Partial-order planning with suitable example. 10

(b) Define Belief Network. Describe the steps of constructing belief network 10
with an example.

6 Write short notes on any Two of following:

(a) Explain different applications of AI in Healthcare, Retail and Banking. 10

(b) Alpha Beta Pruning 10

(c) Wumpus world Environment 10

54516 Page 1 of 1

X692Y180765X692Y180765X692Y180765X692Y180765
Paper / Subject Code: 48847 / Statistical Learning for Data Science

(3 Hours) Total Marks: 80

N.B. 1. Question No. 1 is compulsory.


2. Attempt any three questions out of remaining five.
3. All questions carry equal marks
4. Assume Suitable data, if required and state it clearly.

1 Attempt any four: 20


(a) The box plot below was constructed from a collection of times taken to run 5
a 100 m sprint. Using the box plot, determine the range and interquartile range.

(b) Define Type I and Type II Errors 5


(c) In 800 families with 4 children each. Classify according to given criteria, how 5
many families would you expect to have?
2 boys and 2 girls
(d) A coin is tossed three times. Calculate the probability of obtaining more heads 5
than tails.
(e) Explain the various decomposition models used in time series data. Also, 5
state which decomposition model will be appropriate for the following
condition:
a) When the seasonal variation is relatively constant over time.

2 (a) You have just taken ownership of a pizza shop. The previous owner told you 10
that you would save money if you bought the mozzarella cheese in a 4.5 pound
slab. Each time you purchase a slab of cheese, you weigh it to ensure that you
are receiving 72 ounces of cheese. The results of 7 random measurements are
70, 69, 73, 68, 71, 69 and 71 ounces. Are these differences due to chance or is
the distributor giving you less cheese than you deserve?
a. State the hypotheses.
b. Calculate the test statistic.
c. Would the null hypothesis be rejected at the 10% level? The 5% level? The
1% level?
(b) Elaborate moving average and exponential smoothing techniques? 10

3 (a) Define sampling and central limit theorem ? Elaborate stratified sampling, 10
judgment sampling , systematic sampling and cluster sampling

54580 Page 1 of 2

X692Y466A1EX692Y466A1EX692Y466A1EX692Y466A1E
Paper / Subject Code: 48847 / Statistical Learning for Data Science

(b) Use multiple regression derive equation for y given x1 and x2. 10

4 a) In a manufacturing unit, four teams of operators were randomly selected and sent 10
to four different facilities for machining techniques training. After the training,
the supervisor conducted the exam and recorded the test scores. At 95%
confidence level does the scores are same in all four facilities? (Kruskal–Wallis
and chi-square table)

b) In the context of Multiple linear regression explain what is Over fitting & 10
multicollinearity?

5 a) Some vehicles pass through a junction on a busy road at an average rate of 300 10
per hour.
a. Find out the probability that none passes in a given minute.
b. What is the expected number of passing in two minutes?
c. Find the probability that this expected number found above actually pass
through in a given two-minute period.
b) Find the simple linear regression equation for the data given below: 10

X Y 6
2 21 a)
4 27
6 29 Explain any 3 numerical measures for : 10
8 64 a. Measures of variability
10 86 b. Measures of location
12 92 c. Measures of distribution shape
b) Difference between 10
a. Parametric and non-parametric test
b. Discrete and Continuous probability distribution.

54580 Page 2 of 2

X692Y466A1EX692Y466A1EX692Y466A1EX692Y466A1E
Paper / Subject Code: 89281 / System Programming & Compiler Construction

(3hours) Total Marks: 80

N.B: (1) Question No. 1 is compulsory.


(2) Attempt any three questions out of remaining five questions.
(3) Make suitable assumptions wherever necessary.

Q.1. a) Differentiate between System software & Application software. [05]


b) What is Left recursion? Check if the following grammar is left [05]

𝑆𝑆𝑆 + |𝑆𝑆 * |𝑎
recursive, and take necessary action if it exists:

c) Discuss the forward reference problem in assembler with [05]


suitable example.
d) Explain different functions of loader in detail. [05]

Q.2. a) Explain any five code optimization in compiler designing with [10]
suitable example.
b) Explain with the help of flow chart the working of two pass [10]
assembler along with databases used.

Q.3. a) Explain Design of Direct Linking Loader. [10]

𝑆 𝑎𝐵𝐷ℎ
b) Construct LL(1) parsing table for the following grammar: [10]

𝐵  𝑐𝐶
𝐶 𝑏𝐶 |
𝐷 𝐸𝐹
𝐸 𝑔 | 
𝐹 𝑓 | 

Q.4. a) Generate 3-address code for the following C program and construct [10]
flow graph with the help of basic blocks : (assume 4 memory locations
for integer ):

b) With reference to MACRO, explain the following tables with suitable [10]
example:
i) MNT ii) MDT iii) ALA

Q.5. a) Explain design issues in code generation in detail. [10]

𝑎 = 𝑎 * 𝑏- 5 * 3/𝑐
b) Explain Phases of compiler with following example [10]

Q.6. Write short note on: [20]


a) Three address code representation
b) YACC
c) Parameterized Macros
d) Syntax directed translation
*************

55247 Page 1 of 1

X692Y1EA11DX692Y1EA11DX692Y1EA11DX692Y1EA11D
Paper / Subject Code: 89283 / Mobile Computing

Duration: 3hrs [Max Marks: 80]

N.B.: (1) Question No 1 is Compulsory.


(2) Attempt any three questions out of the remaining five.
(3) All questions carry equal marks.

Q1. Attempt any FOUR Questions 20


a) Explain the concept of frequency reuse with clustering.
b) Compare LTE and LTE advanced.
c) What is Hidden and Exposed station problem?
d) What are the roles of EIR and HLR entities in a GSM network?
e) Discuss about the mobile services and data services in GSM.

Q2 a) What do you mean by Self Organizing Networks. Explain the architecture of SON. 10
Q2 b) What is a need of Micro Mobility? Explain Cellular IP in detail. 10

Q3 a) What are the different Handover mechanism in GSM? Explain each handover mechanism 10
in brief.
Q3 b) Explain the protocol architecture of IEEE 802.11 with diagram. 10

Q4 a) Explain the GPRS architecture, explain each block in detail. 10


Q4 b) Explain snooping TCP and mobile TCP with their merits and demerits. 10

Q5 a) What is spread spectrum? Why is it used? Explain any one of the spread spectrum 10
techniques.
Q5 b) Explain Mobile Terminated Call and Mobile Originated Call. 10

Q6 a) Explain the mechanism for IP packet delivery using mobile IP. 10


Q6 b) Discuss in detail about Wi-Fi security protocol. 10

*********

55392

X692Y40D490X692Y40D490X692Y40D490X692Y40D490
Paper / Subject Code: 89282 / Cryptography & System Security

Duration: 3Hours [Max Marks : 80]

N.B : (1) Question No 1 is Compulsory.


(2) Attempt any three questions out of the remaining five.
(3) All questions carry equal marks.
(4) Assume suitable data, if required and state it clearly.

1 Attempt any FOUR [20]


a Explain Euclidean Algorithm.
b Explain RC4 stream cipher.
c Differentiate between SHA-1 and MD5
d Explain worms and viruses
e Discuss RSA as a digital signature algorithm.
2 a Explain Diffie Hellman key agreement algorithm. Also discuss the possible
[10]
attacks on it. Consider the example where A and B decide to use the Diffie
Hellman algorithm to share a key. They choose p=23 and g=5 as the public
parameters. Their secret keys are 6 and 15 respectively. Compute the secret key
that they share
b Explain Advanced Encrypted Standards (AES) in detail. [10]
3 a Explain cryptographic hash functions with properties of secure hash function. [10]

b What is ICMP flood attack? Explain in detail. [10]


4 a Explain Public Key Distribution in detail. [10]
b Encrypt the string “The Key is hidden under the door” with Play fair cipher
[10]
using the keyword “domestic”.
5 a What are the different components of IDS? List and explain different
approaches of IDS. [10]
b Explain Needham-schroeder authentication protocol. [10]
6 a Write a short note on
[10]
1. Packet Sniffing.
2. ARP spoofing.
b Discuss various attacks on Digital signatures. [10]

55415 Page 1 of 1

X692YFD972FX692YFD972FX692YFD972FX692YFD972F
Paper / Subject Code: 48845 / Digital Forensic

(3 Hours) [Total Marks: 80]

N.B.: (1) Question No. 1 is compulsory.


(2) Solve any three questions out of remaining five.
(3) Figures to right indicate full marks.
(4) Assume suitable data where necessary.

1.
(a) Define hackers, crackers and Phreakers. [5]
(b) Discuss in detail the challenges in handling digital evidences. [5]
(c) What volatile data can be obtained from the investigation of routers. [5]
(d) Describe the staircase digital investigation process model. [5]

2 (a) Explain the role of the following tools in digital forensics: i) netstat [10]
ii) psloggedon iii) tcptrace iv) netcat v) cryptcat

(b) Explain process of live data collection from Windows system in detail. [10]

3 (a) What is an incident response (IR)? Describe phases of IR process in detail. [10]

(b) Describe the various types of network monitoring techniques for data and [10]
evidence collection.
4 (a) What is Mobile Forensics? What are different Mobile Forensic tools? Explain [10]

(b) What is the significance of command-line utility dd in unix? Enumerate the steps for [10]
Simple Forensics imaging with dd,
5 (a) What is network forensics? What is the standard procedure used for [10]
network forensics.

(b) Explain guidelines for incident report writing. Give one report-writing example. [10]

6 Write short notes on (any 4)


(a) Incident response methodology. [5]
(b) Preventive measures for cybercrime. [5]

(c) Digital Forensic Methodology. [5]


(d) Role of Windows registry in collecting forensic evidence. [5]
(e) E-mail forensic investigation methods. [5]

56423 Page 1 of 1

X692YC49F97X692YC49F97X692YC49F97X692YC49F97

You might also like