Download as pdf or txt
Download as pdf or txt
You are on page 1of 28

Model Question

M.Sc.IT -Part I

Paper I

Computer Simulations and Modelling and Programme with Component

MCQ

1. All simulations involve:

a. The passage of time


b. A model on a computer
c. An imitation of a system
d. A visual display
Ans : C

2. The simulations described in the book are used for:

a. Understanding a system
b. Understanding and improving a system
c. Improving a system
d. None of the above
Ans : b

3. Which of the following systems can be simulated?

a. Transportation systems
b. Manufacturing systems
c. Health systems
d. All of the above
Ans : d

4. What software is likely to be needed for a simulation study?

a. Spread sheet software


b. Simulation package
c. Statistical software
d. All of the above
Ans : b

5. A simulation uses the logical relationships and mathematical expressions of the


a. Real system
b. Computer model
c. Performance measures
d. Inferences
Ans :a

Q6.What encapsulates both data and data manipulation functions ?

a) Object

b) Class

c) Super Class

d) Sub Class

ans. a)

Q7.How do clients access COM objects?

a)Through public data members because the object is usually implemented in

C++

b)Through the servers' implementation of Invoke

c)Through the object's interfaces

Ans.c)

Q8 RMI is stands for:

a) Remote methodology invocation


b) Research method invocation
c) Remote method invocation
d) Resource method invocation
Ans.c)

Q9 CORBA is stands for:

a) Common oriented request broker architecture


b) Common object request break architecture
c) Common object request broker architecture
d) Common object request broker access
Ans.c)
Q10. The standard which allows the access to DBMS by the Java client programs is
classified as

a) JCBD standard
b) JDBC standard
c) BDJC standard
d) CJBD standard
Ans.b)
Modelling and Simulation of Dynamic Systems - ... https://onlinecourses.nptel.ac.in/noc19_me39/un...

reviewer4@nptel.iitm.ac.in ▼

Courses » Modelling and Simulation of Dynamic Systems Announcements Course Ask a Question Progress FAQ

Unit 3 - Week 1
Register for Certification
exam
Assignment 1
The due date for submitting this assignment has passed. Due on 2019-02-13, 23:59 IST.
Course outline As per our records you have not submitted this assignment.

How to access the 1) Which command in MATLAB gives list of user created variables with dimensions; 1 point
portal?
whose
MATLAB Access and
which
Learning Module
whos
Week 1
who
Introduction to Modeling
No, the answer is incorrect.
and Simulation
Score: 0
Examples of Models
Accepted Answers:
Modeling of Dynamic whos
Systems
2) Equation p(s)=s^3+5s^2+2s+5, is represented in MATLAB, by 1 point
Introduction to
Simulation p=[ 1 5 2 5];
MATLAB as a p= [0 1 5 2];
Simulation tool
p= [1 5 2 0];
Quiz : Assignment 1
p=[1 5 2 10];
Solution: Assignment 1
No, the answer is incorrect.
Week 2 Score: 0
Accepted Answers:
Week 3
p=[ 1 5 2 5];

Week 4 3) Which of the following statement is false for Simulation. 1 point

Week 5 To get the broader idea, one needs to perform more no of Simulations.

Simulation is quicker and easy way of deriving results.


Week 6
It gives general solution.
Week 7
It gives specific solution.

Week 8 No, the answer is incorrect.


Score: 0
DOWNLOAD VIDEOS
Accepted Answers:
It gives general solution.
Interaction Session
4) In simulation process “Queues” is ________ 1 point

Desirable software feature.

Modelling Approach.

Common modelling element.

A step in modelling process.

No, the answer is incorrect.


Score: 0
Accepted Answers:
Common modelling element.

5) Dynamic behavior of state-determined system can be predicted if : 1 point

© 2014 NPTEL - Privacy & Terms - Honor Code - FAQs -


A project of In association with Funded by

Powered by

1 of 3 Thursday 02 May 2019 06:57 PM


Modelling and Simulation of Dynamic Systems - ... https://onlinecourses.nptel.ac.in/noc19_me39/un...

Score: 0
Accepted Answers:
Both (A) and (B)

6) Refer to Figure shown below. 1 point

When U, S and X are known but Y is unknown, that process of finding Y is called______

Synthesis

Analysis

Identification

Diagnosis

No, the answer is incorrect.


Score: 0
Accepted Answers:
Analysis

7) Which model represents a system at a particular point in time when the system is in balance? 1 point

Dynamic Model

Physical Model

Static Model

(A) and (B)

No, the answer is incorrect.


Score: 0
Accepted Answers:
Static Model

8) “The production manager will want to consider the shops of the departments as individual entities”. This is an example 1 point
of_______ principle in modelling.

Block Building

Accuracy

Aggregation

Relevance

No, the answer is incorrect.


Score: 0
Accepted Answers:
Aggregation

9) Which of the following is an Entity in aircraft system: 1 point

Gyroscope

Gyroscope settings

Control surface angle

Speed

No, the answer is incorrect.


Score: 0
Accepted Answers:
Gyroscope

10) What is a stochastic activity? 1 point

When the outcome of an activity can be described completely in terms of its input.

Where the effects of the activity vary randomly over various possible outcomes.

Activity in which changes are smooth.

When the outcome of an activity can be described completely in terms of its output.

No, the answer is incorrect.


Score: 0
Accepted Answers:
Where the effects of the activity vary randomly over various possible outcomes.

2 of 3 Thursday 02 May 2019 06:57 PM


Modelling and Simulation of Dynamic Systems - ... https://onlinecourses.nptel.ac.in/noc19_me39/un...

Previous Page End

3 of 3 Thursday 02 May 2019 06:57 PM


University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

SIMULATION & MODELLING.


1) Which of the following statements are NOT true of simulation?

A. Simulation model cannot prescribe what should be done about a problem


B. Simulation models can be used to study alternative solutions to a problem
C. Simulation models the behaviour of a system
D. The equations describing the operating characteristics of the system are known

ANSWER : B

2) Select the valid reasons for using simulation.

A. Relationship between the variables is nonlinear


B. Optimized solutions are obtained
C. Conduct experiments without disrupting the real system
D. Answers 1 and 3

ANSWER : D

3) Monte Carlo simulation gets its name from which of the following?

A. Data collection
B. Model formulation
C. Random-number assignment
D. Analysis

ANSWER : C

4) Simulation models can be used to obtain operating characteristic estimates in less time
than with the real system using a feature of simulation called:

A. Microseconds
B. Warp speed
C. Time compression
D. None of the above

ANSWER : C

5) Which of the following statistical methods are commonly used to analyze simulation results?

A. Regression analysis
B. t-tests
C. Analysis of variance
D. All of the above

ANSWER : D
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

CLOUD OPERATING SYSTEM.


1. The __________ model originally did not require a cloud to use virtualization to pool
resources.
A. NEFT
B. NIST
C. NIT
D. All of the mentioned
Correct Answer –B

2. NIST Stands for _________________


A. National Institute of Standards and Technology
B. National Institute of Subject and Thinking.
C. National Institute of Standards and Thinking.
D. National Institute of Subject and Technology.
Correct Answer – A

3. NIST is defined by __________________


A. Cloud International Service.
B. Indian Meteorological Department.
C. Federal Chief Information Officer
D. Indian Cloud Services.
Correct Answer – C

4. A consumer can unilaterally provision computing capabilities, such as server time and
network storage, as needed automatically without requiring human interaction with each service
provider. This service is recognized by __________________
A. On-demand self-service
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

B. Broad network access


C. Resource pooling
D. Rapid elasticity
Correct Answer – A

5. Capabilities are available over the network and accessed through standard mechanisms that
promote use by heterogeneous thin or thick client platforms. This service is recognized by
__________________
A. On-demand self-service
B. Broad network access
C. Resource pooling
D. Rapid elasticity
Correct Answer – B
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

CYBER SECURITY
1. Why would a hacker use a proxy server?
A. To create a stronger connection with the target.
B. To create a ghost server on the network.
C. To obtain a remote access connection.
D. To hide malicious activity on the network.
Correct Answer – D

2. What type of symmetric key algorithm using a streaming cipher to encrypt information?
A. RC4
B. Blowfish
C. SHA
D. MD5
Correct Answer – A

3. Which of the following is not a factor in securing the environment against an attack on
security?
A. The education of the attacker
B. The system configuration
C. The network architecture
D. The business strategy of the company
E. The level of access provided to employees
Correct Answer – D
.

4. What type of attack uses a fraudulent server with a relay address?


A. NTLM
B. MITM
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

C. NetBIOS
D. SMB
Correct Answer – B

5. What port is used to connect to the Active Directory in Windows 2000?


A. 80
B. 445
C. 139
D. 389
Correct Answer – D
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

BUSINESS INTELLIGENCE AND BIG DATA


1. Facebook Tackles Big Data With _______ based on Hadoop
A. Project Prism
B. Prism
C. Project Data
D. Project Bid

ANSWER: A

2. What are the 3v's of Big Data?


A. Volume
B. Variety
C. Velocity
D. all the above

ANSWER: D

3. What license is Hadoop distributed under ?


A. Apache License 2.0
B. Mozilla
C. .Middleware
D. D.All the above

ANSWER: A

4. Which of the following genres does Hadoop produce ?

A. Distributed file system


B. JAX-RS
C. Java Message Service
D. JSP

ANSWER: A

5. Which of the following platforms does Hadoop run on ?

A. Bare metal
B. Debian
C. Cross-platform
D. Unix-Like

ANSWER: C
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

MACHINE INTELLIGENCE
1. What is the other name of informed search strategy?
a) Simple search
b) Heuristic search
c) Online search
d) None of the mentioned

ANSWER: b

2. How many types of informed search method are in artificial intelligence?


a) 1
b) 2
c) 3
d) 4

ANSWER: d

3. Which search uses the problem specific knowledge beyond the definition of the problem?
a) Informed search
b) Depth-first search
c) Breadth-first search
d) Uninformed search

ANSWER: a

4. Which function will select the lowest expansion node at first for evaluation?
a) Greedy best-first search
b) Best-first search
c) Depth-first search
University of Mumbai
University Department of Computer Science , Kalina, Santacruz (E) – 400092
M.Sc. Semester IV Computer Science
Sample MCQ Questions

d) None of the mentioned

ANSWER: b

5. What is the heuristic function of greedy best-first search?


a) f(n) != h(n)
b) f(n) < h(n)
c) f(n) = h(n)
d) f(n) > h(n)

ANSWER: c

You might also like