M.SC (Computer Science) 2013 Pattern
M.SC (Computer Science) 2013 Pattern
[5440]-1001
M.Sc. (Semester - I)
COMPUTER SCIENCE
CS - 101 : Principles of Programming Languages
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) All questions carry equal marks.
3) Figures to the right indicate full marks.
P.T.O.
Q4) Attempt all questions.
a) Explain various parameter passing modes with suitable example. [4]
b) Explain the difference between applicative and normal order evaluation
of an expression. Under what circumstances in each desirable? [4]
c) Define boxing and unboxing in Java? [2]
[5440]-1001 2
Total No. of Questions : 8] SEAT No. :
[5440]-1002
M.Sc. (Semester - I)
COMPUTER SCIENCE
CS - 102 : Advanced Networking
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions from given eight questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right indicate full marks.
P.T.O.
Q4) Attempt all of the following :
a) What is frame relay? Discuss its advantages. [4]
b) What is digital certificate? Also explain steps involved in the creation of
digital certificates. [4]
c) What are the key participants in SET. [2]
[5440]-1002 2
Total No. of Questions : 8] SEAT No. :
[5440]-1003
M.Sc. (Semester - I)
COMPUTER SCIENCE
CS - 103 : Distributed Database Concepts
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five out of eight questions.
2) Neat diagrams must be drawn wherever necessary.
3) All questions carry equal marks.
4) Assume suitable data if necessary.
P.T.O.
Using information given below, describe a join transfer program which
will need minimum data transfer.
Size (Emp) = 100, Size (ASG) = 200, Size (PROJ) = 300,
Size (Emp ASG) = 300, Size (ASG PROJ) = 200.
c) Define [2]
i) Reliability
ii) Availability
[5440]-1003 2
Suppose ASG relation is horizontally fragmented as follows :
Asg1 = σeno ≤ e3 (ASG)
Asg2 = σe3 < eno ≤ e5 (ASG)
Asg3 = σeno > e5 (ASG)
Transform the following query into a reduced query on fragments.
Select ename, resp
from ASG,Emp
where ASG.eno = Emp.eno
and ASG.pno = “P1”.
b) Write a note on voting based protocols. [4]
c) State the wound - wait rule used in deadlock avoidance. [2]
[5440]-1003 3
Q8) Answer the following :
a) Let Q = {q1, q2, q3} be the set of queries, A = {A1, A2, A3, A4} be the set
of attributes and S = {S1, S2} be the set of sites. The matrix a, given
below describes the attribute usage values and matrix b gives application
access frequencies. Assume ref (qk) = 1 for all qk. Apply clustering
algorithm and obtain vertical partitions of the relation. [5]
A1A2A3 A 4 S1 S2
q1 ⎡1 1 1 0⎤ q1 ⎡ 5 20⎤
⎢ ⎥ ⎢ ⎥
q 2 ⎢ 0 1 1 0⎥ q 2 ⎢ 25 8 ⎥
⎢ ⎥ ⎢ ⎥
q 3 ⎢ 0 0 1 1⎥ q 3 ⎢30 6 ⎥
⎣ ⎦ ⎣ ⎦
(a) (b)
[5440]-1003 4
Total No. of Questions : 8] SEAT No. :
[5440]-1004
M.Sc. (Computer Science) (Semester - I)
CS - 104 : DESIGN AND ANALYSIS OF ALGORITHMS
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) All questions carry equal marks.
3) Figures to the right indicate full marks.
4) Neat diagrams must be drawn wherever necessary.
Q2) a) Discuss the time complexicity of binary search algorithm in the best case
and worst case. [4]
b) Consider the following instance for job sequencing with deadlines problem
where n = 4,
(P1, P2, P3, P4) = (100, 10, 15, 27)
(d1, d2, d3, d4) = (2, 1, 2, 1)
Give Solution obtained using greedy method that uses set representation.[4]
c) Define Time complexity and space complexicity. [2]
P.T.O.
Q3) a) What is minimum spanning tree? Show step of kruskal's algorithm to
obtain spanning tree. [4]
¯ ¯
#¡ ° $ ¡ °
¡¢ °± ¡¢ °±
Q5) a) Find all hamiltonian cycles that are present in following graph. [4]
[5440]-1004 2
Q6) a) What is strongly connected component? Find the strongly connected
components of the following graph. (Start from vertex a) [4]
b) Order the following function in asending order of the growth rate and
justify.
en, nn, n2, 42, log3n, logn, n! [4]
c) Explain optimal merge patterns? [2]
Q7) a) Test whether the following diagraph is DAG. If yes, apply topological
sort to produce ordering of vertices, start from vertex 1. [5]
Q8) a) Explain Dijkstra's algorithm. Apply the algorithm on the directed graph
given below, where B is the source. [5]
[5440]-1004 3
Total No. of Questions : 8] SEAT No. :
[5440]-1005
M.Sc. (Computer Science) (Semester - I)
CS - 105 : NETWORK PROGRAMMING
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) All questions carry equal marks.
3) Figures to the right indicates full marks.
4) Neat diagrams must be drawn whenever necessary.
P.T.O.
Q4) Attempt all of the following :
a) Explain Byte Manipulation function. [4]
b) Explain the concept of SIP PIPE. Explain the Scenario when it is raised.[4]
c) Explain dg-cli function. [2]
ssss
[5440]-1005 2
Total No. of Questions : 8] SEAT No. :
[5440]-2001
M.Sc. (Computer Science) (Semester - II)
CS - 201 : DIGITAL IMAGE PROCESSING
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Solve any five questions.
2) All questions carry equal marks.
3) Draw neat diagrams wherever necessary.
4) Figures to the right indicate full marks.
P.T.O.
Q4) Attempt All.
a) Write a short note on contrast stretching. [4]
b) Explain the concept of image Sampling and quantization. [4]
c) Define 2-D ideal low pass filter. [2]
ssss
[5440]-2001 2
Total No. of Questions : 8] SEAT No. :
[5440]-2002
M.Sc. (Computer Science) (Semester - II)
CS - 202 : ADVANCED OPERATING SYSTEM
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) Draw neat diagrams wherever necessary.
Q1) a) Explain different types of files with respect to Linux o.s. [4]
b) Explain the working of read v() and write v() system call. [4]
c) What is ACL? [2]
P.T.O.
Q5) a) What will happen when following program is executed? [4]
® main ( )
{
char *end pt;
char *sbrk;
int brk ( );
end pt = sbrk (0);
printf (endpt = % ud after sbrk\n, (int endpt));
while (endpt --)
{
if (brk (endpt = = - 1)
{
printf (brk of % ud failed\n endpt);
exit ( );
}
}
}
b) Explain thread scheduling scenarios in windows o.s. [4]
c) Explain major and minor no. [2]
Q6) a) Explain wait ( ), waitpid ( ), waitid ( ), wait 3( ) and wait4 ( ) system call.[4]
b) Write a C program in which parent and child share a file access. [4]
c) Explain nice ( ) system call. [2]
ssss
[5440]-2002 2
Total No. of Questions : 8] SEAT No. :
[5440]-2003
M.Sc. (Computer Science) (Semester - II)
CS - 203 : DATA MINING AND DATA WAREHOUSING
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any five questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right indicate full marks.
4) Assume suitable data if necessary.
Q2) a) Discuss the precision and recall methods with example. [4]
b) Write a short note on CART. [4]
c) Classification is superwised learning technique comment. [2]
Q3) a) The following table consists of training data construct a decision tree
based on this data using the basic algorithm of decision tree induction.
Classify the records by Play Golf attribute. [4]
Out look Temp Humidity Windy Play Golf
Rainy Hot High False No
Rainy Hot High True No
Overcast Hot High False Yes
Sunny Mild High False Yes
Sunny Cool Normal False Yes
Sunny Cool Normal True No
Overcast Cool Normal True Yes
Rainy Mild High False No
Rainy Cool Normal False Yes
Sunny Mild Normal False Yes
Rainy Mild Normal True Yes
P.T.O.
b) Explain the working of k-means algorithm? [4]
c) Write any two challenges of text mining. [2]
Q4) a) Consider the following transactional table and generate the candidate
itemset and frequent itemsets using Apriory algorithm, where support
count is 2. [4]
TID List of Items
1 Bread, Butter, Sugar
2 Bread, Butter, Milk, Sugar
3 Bread, Butter, Milk
4 Bread, Butter, Sugar
5 Butter, Sugar
6 Butter, Sugar
7 Bread, Milk
8 Butter, Milk
9 Bread, Milk
b) Write a note on linear regression. [4]
c) Define confusion matrix. [2]
ssss
[5440]-2003 2
Total No. of Questions : 8] SEAT No. :
[5440]-2004
M.Sc. - I (Computer Science)
CS - 205 : PROGRAMMING WITH DOTNET
(2013 Pattern) (Semester - II)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any five questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right side indicate full marks.
Q2) a) What are the access modifiers supported by C#. Net. [4]
b) Write a short note on XCOPY deployment. [4]
c) What is clipping? [2]
P.T.O.
Q5) a) Explain Data Reader and Data Adapter. [4]
b) What are the characteristics of Web Services. [4]
c) Write any two features of.Net Assembly. [2]
ssss
[5440]-2004 2
Total No. of Questions : 8] SEAT No. :
[5440]-2005
M.Sc. - I (Computer Science)
CS - 206 : ARTIFICIAL INTELLIGENCE
(2013 Pattern) (Semester - II)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any five questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right side indicate full marks.
P.T.O.
b) Represent the following sentence into the appropriate semantic network
diagram.
" I own a black color car". [4]
c) What are the advantages of breadth first search? [2]
Q5) a) What are Scripts? Explain its all components with a suitable example.[4]
b) Write a short note on rote learning. [4]
c) Translate the following FOPL statement to English.
Z : IsABunny (x) IsAStudent (x) Is taking AI (x) º Is cute (x)
Is cool (x). [2]
Q6) a) State 4 Components using which problem can be well formated. [4]
b) What is probability axioms? Explain Baye's rule with a suitable example.[4]
c) What is CYC? [2]
5'0&
/14'
/10';
The aim is to assign each letter a unique integer in the range 0-9 so
that the sum is correct.
This problem can be defined as a Constraint Satisfaction Problem
(CSP) in terms of variables (V), domains (D) and constraints (C).
State the initial solution, initial constraints. Describe any one step of
reducing the domain and creating additional constraints. [5]
b) Apply alpha-beta pruning algorithm to the following search tree. [5]
[5440]-2005 2
Q8) a) Consider the following graph. [5]
Using A* algorithm work out a route from (Start) A to H (goal). Use the
following cost function
G (n) = The cost of each move as the distance between each node.
H (n) = The heuristic cost.
Heuristic Costs given below.
A 24
B 18.6
C 17.1
D 15.2
E 13.5
F 10
G 8.5
H 0
b) Describe the unification algorithm why is it useful to generate the most
general unifier possible by this algorithm? [5]
ssss
[5440]-2005 3
Total No. of Questions : 8] SEAT No. :
[5440]-2006
M.Sc. (Computer Science) (Semester - II)
CS - 207 : ADVANCE DESIGN AND ANALYSIS OF
ALGORITHMS
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) All questions carry equal marks.
3) Figures to the right indicates full marks.
4) Neat diagrams must be drawn whenever necessary.
P.T.O.
Q5) Attempt all of the following :
a) Find out maximum flow through the network. [4]
ssss
[5440]-2006 2
Total No. of Questions : 8] SEAT No. :
[5440]-3001
M.Sc. (Computer Science)
CS - 301 : SOFTWARE METRICS AND PROJECT
MANAGEMENT
(2013 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions from given Eight questions.
2) Neat diagram must be drawn whenever necessary.
3) Figures to the right side indicate full marks.
4) Use of simple calculator is allowed.
P.T.O.
Q4) Attempt the following :
a) Explain TSP in detail. [4]
b) Given the following information
BCWS = 2,10,000, BCWP = 1,80,000, ACWP = 2,40,000
Find Cost Performance Index (CPI) and Schedule Performance Index
(SPI) for above information. [4]
c) List the content of risk register. [2]
ssss
[5440]-3001 2
Total No. of Questions : 8] SEAT No. :
[5440]-3002
M.Sc. (Computer Science)
CS - 302 : MOBILE COMPUTING
(2013 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five of the following.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right indicate full marks.
P.T.O.
Q4) Attempt all of the following :
a) Explain fast Retransmit/Recovery with its advantages & disadvantages.[4]
b) What are primary goals of GSM? [4]
c) Explain advantages of Indirect - TCP. [2]
ssss
[5440]-3002 2
Total No. of Questions : 8] SEAT No. :
[5440]-3003
M.Sc. (Computer Science) (Semester - III)
CS - 303 : SOFT COMPUTING
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions from given eight questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right side indicate full marks.
4) Use of simple calculator is allowed.
¯
¡ °
4 ¡ °
¡ °
¡ °
¢ ±
c) Write Advantages of Genetic Algorithms. [2]
P.T.O.
Q3) Attempt the following :
a) Using Genetic Algorithm maximize f (x) = x2 + 1 with initial x values of
(12, 25, 5, 19). Show crossover operation. [4]
b) Explain Fuzzy systems - (Rule Based) [4]
c) Explain term Error correction Rule and Gradient Rule. [2]
£
¦ ²
¦ £
¦ ²
¦
: ¤ »; ¦
¤ ¦
»
¦
¦C
¥ D E F¦
¦
¼ ¦
¥G
¦ H I J¦
¦
¼
b) Explain Perceptron Learning Algorithm. [4]
c) What is intensification? [2]
[5440]-3003 2
Q7) Attempt the following :
a) Define What is Learning - supervised and unsupervised. [5]
b) State reasons how GA are different from traditional Algorithm. [5]
¦£ ¦²
# CRRTQZKOCVGN[ ¤ »
¦¥¦ ¦¼¦
£ ²¦
$ CRRTQZKOCVGN[ ¦¤ »
¦¥¦ ¦¼¦
ssss
[5440]-3003 3
Total No. of Questions : 8] SEAT No. :
[5440]-3004
M.Sc. (Computer Science) (Semester - III)
CS - 305 : WEB SERVICES
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) Neat diagrams must be drawn whenever necessary.
3) Figures to the right full marks.
4) All questions carry equal marks.
P.T.O.
Q4) Answer the following :
a) Explain web services life cycle. [4]
b) What is WSDL? Explain structure of a WSDL. [4]
c) Explain Limitations of WSDL. [2]
ssss
[5440]-3004 2
Total No. of Questions : 8] SEAT No. :
[5440]-3005
M.Sc. (Computer Science) (Semester - III)
CS - 306 : DATABASE AND SYSTEM ADMINISTRATION
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions out of eight questions.
2) Figures to the right indicates full marks.
3) Draw neat and labelled diagrams wherever necessary.
P.T.O.
Q4) Attempt all the questions.
a) Explain different types of communication protocols used in MYSQL.[4]
b) What is Locking? Explain implicit & explicit table locking in detail. [4]
c) Write a short note on FEDERATED storage engine. [2]
ssss
[5440]-3005 2
Total No. of Questions : 8] SEAT No. :
[5440]-3006
M.Sc. (Computer Science) (Semester - III)
CS - 307 : FUNCTIONAL PROGRAMMING
(2013 Pattern) (Elective)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagrams must be drawn wherever necessary.
2) Figures to the right indicates full marks.
3) All questions carry equal marks.
4) You are advised to attempt not more than 5 questions.
5) Assume suitable data, if necessary.
P.T.O.
Q4) Attempt All : [4 + 4 + 2 = 10]
a) What are the key features of Python?
b) What is the difference between list and tuples in Python?
c) What is the difference between deep and shallow copy?
ssss
[5440]-3006 2
Total No. of Questions : 8] SEAT No. :
[5440]-3007
M.Sc. (Computer Science) (Semester - III)
CS - 308 : BUSINESS INTELLIGENCE
(2013 Pattern)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any five questions.
2) Figures to the right indicate full marks.
Q1) a) List the applications of text mixing and explain any one of them in detail.[4]
b) List ethical issues of BI. [4]
c) Give two applications of BI. [2]
Q4) a) List the components and explain the Business Pressures responses support
model. [4]
b) Explain the elements of Artificial Neural Networks. [4]
c) Define : BPM. [2]
Q5) a) What is web content mining? How does it differ from text mining? [4]
b) Explain the steps in closed loop model of Act and adjust process of
BPM. [4]
c) Define : Gini Index [2]
P.T.O.
Q6) a) Explain any two steps in CRISP-DM process. [4]
b) What are hubs and authorities? What is the HITS algorithm. [4]
c) What is a strategic map? [2]
Q7) a) Explain data visualization? Explain how does the selection of a particular
display widgets used with particular metrics affect the visualization of
data? [5]
b) Explain the need of BI integration. [5]
Q8) a) Consider the case study of a leading MNC company which delivers
globally consistent and transparent management information. The company
provides detailed consistent views of performance across functions such
as finance, marketing, sales and supply logistics. The company is
undergoing transformation to become more effective and agile and to
size opportunities for rapid growth. The architecture should give a solution
for strategic initiative in MIS and business intelligence. The benefits should
include consistency, flexibility, accommodation and adaptability.
Design and analyse the alternative data warehouse architecture for
the above case study and justify your answer. [5]
b) Consider the following case study to combine Data marts into a single
enterprise data warehouse. In January 2006, Indian-oil company planned
to Consolidate its 862 data marts around the country into a single EDW.
Indian-oil took this approach to gain a superior sense of its own business
and to determine how Rest to serve its customers. There was a thirst of
analytical data inside the company that had unfortunatly led to creation of
many data marts. Indian oil started to Consolidate the data in the data
mart into a new data warehouse and all the disparate data marts are
eliminated
i) How EDW can provide internal and customer information in effective
analytical approach?
ii) What are the efforts need to be applied in EDW approach to that
the above case can be achieved?
[5]
ssss
[5440]-3007 2
Total No. of Questions : 8] SEAT No. :
[5440]-4001
M.Sc.(Computer Science)
CS-402 : PARALLEL COMPUTING (Elective)
(2013-Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Neat diagrams must be drawn wherever necessary.
2) Figures to the right indicates full marks.
3) All questions carry equal marks.
4) Your are advised to attempt not more than 5 questions.
5) Assume suitable data, if necessary.
P.T.O.
Q5) Attempt all: [4+4+2]
a) What is the role of PVM daemon?
b) Explain SINGLE and MASTER construct in detail.
c) What do you mean by continuation in the context of Cilk++ programming?
mmm
[5440]-4001 2
Total No. of Questions : 8] SEAT No. :
[5440]-4002
M.Sc.(Computer Science)
CS - 403 : EMBEDDED SYSTEM
(2013 Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Answer any five questions.
2) Neat diagram must be drawn wherever necessary.
3) Figures to the right indicates full marks.
Q1) a) Define buffer? Explain circular buffer with neat - diagram. [4]
b) How is a real time performance derived from a non-real time system?[4]
c) Define muskable and non- muskable interrupts. [2]
Q3) a) What are different types of addressing modes of 8051? Explain any one
with suitable example. [4]
b) Write short note on Run-time libraries. [4]
c) List different software tools required for designing an embedded
system. [2]
Q4) a) Briefly explain the time slice mechanism for multitasking operating
system. [4]
b) Write short note on JTAG. [4]
c) Define page and segment. [2]
P.T.O.
Q6) a) How do functions differ from ISRS, task, threads and processes. [4]
b) Discuss the problems with real time without a RTOS. [4]
c) Give any four examples of medium scale embedded system. [2]
Q8) a) What are the advantages and disadvantages of buffer exchange? [5]
b) Explain the 'Serial Lines' and ' From disk' method of down loading the
code to the target board. [5]
mmm
[5440]-4002 2
Total No. of Questions : 8] SEAT No. :
[5440]-4003
M.Sc. (Computer Science)
CS - 404 : SOFTWARE QUALITY ASSURANCE
(2013 Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right indicate full marks.
P.T.O.
Q5) Attempt the following:
a) Write a short note on CASE Tools. [4]
b) Write a short note on Documentation control. [4]
c) What is CMM. [2]
mmm
[5440]-4003 2
Total No. of Questions : 8] SEAT No. :
[5440]-4004
M.Sc.(Computer Science)
CS-405:MODELING & SIMULATION
(2013 Pattern) (Semester - IV)
Time : 3 Hours] [Max. Marks : 50
Instructions to the candidates:
1) Attempt any five questions.
2) Neat diagrams must be drawn wherever necessary.
3) Figures to the right side indicate full marks.
4) Assume suitable data if necessary.
P.T.O.
Q6) Attempt the following:
a) Discuss Mesh based simulations. [5]
b) What is a generator and transducer? [3]
c) What is a discrete event? [2]
Q8) Attempt any one Case Study and answer the following questions
Multi - Teller Bank with Jockeying:
A bank with five tellers opens its door at 10 A.M. and closes its doors at
5 P.M., but operates until all customers in the bank have been served by
5 P.M. Assume that the inter arrival times of customers are IID exponential
random variables with mean 1 minute and that service times of customers are
IID exponential random variables with mean 4.5 minutes.
Each teller has a separate queue. An arriving customer joins the shortest queue,
choosing the leftmost shortest queue in case of ties. Let ni be the total number
of customers in front of teller 'i' (including customers in queue as well as the
customer in service, if any) at a particular instant. If the completion of a
customer's service at teller 'i' causes nj > nj +1 for some other teller 'j' then the
customer from the tail of queue 'j' jockeys to the tail of queue 'i'. (If' there are
two or more such customers, the one from the closest, leftmost queue jockeys).
If teller 'i' is idle, the jockeying customer begins service at teller 'i'.
The bank's management is concerned with operating costs as well as the
quality of service currently being provided to customers and is thinking of
changing the number of tellers. For each of the cases n=4, 5, 6 and 7 tellers.
We need to find the expected time average total number of customers in
queue, the expected average delay in queue and the expected maximum delay
in queue. In all cases, we assume that no customers are present when the bank
opens.
Questions:
a) Define Discrete and Continuous system. Identify whether the System is
Discrete or Continuous System and justify your answer [5]
b) Identify the following components for the system:- [5]
System state, Simulation Clock, Event List,
Initialization routine and Report Generation
mmm
[5440]-4004 2