Вы находитесь на странице: 1из 5

mRrj izns'k jktf"kZ V.

Mu eqDr fo'ofo|ky;]
bykgkckn
Assignment – 2010-2011
Master of Computer Application (MCA)
SUBJECT CODE : MCA-5.1
SUBJECT TITLE: ACCOUNTING & FINANCE COURSE CODE: MCA-5.1
DeefOekeâlece Debkeâ : 30
MAXIMUM MARKS : 30
Note: Answer all questions. Question No. 1 to 3 are long answer
questions. Answers should be given in 800 to 1000 words. Each
question carry 6 marks.
Section —A
MAXIMUM MARKS :18
1. What is working capital and what factors affect the size of working capital
in an Enterprises? 6
2. What is the significance of 'Budgetary Control' in Modern Business? 6
3. You are given the following data of a Company for the year 2008. 6
Rs.
Variable cost 300,000
Fixed cost 150,000
Net profit 50,000
Find out :
(a) P / V Ratio
(b) Break Even Point
(c) Margin of safety Ratio .
SECTION – B
MAXIMUM MARKS :12
Note: Answer all questions. Question No. 4 to 9 are short answer
questions. Answers should be given in 200 to 300 words. Each
question carry 2 marks.
4. What do you mean by Absorption costing? 2
5. What factors a company would in General Consider before it takes a
decision on dividends? 2
6. The Balance sheet is said to be the statement of Financial Position of a
Company. Explain it. 2
7. What are the determinants of capital structure. Explain Breifly. 2
8. What is Return on Equity? Why do we measure it. 2
9. What is variance? How can the variance be controlled? 2
MCA-5.1
mRrj izns'k jktf"kZ V.Mu eqDr fo'ofo|ky;]
bykgkckn
Assignment – 2010-2011
Master of Computer Application (MCA)
SUBJECT CODE : MCA-5.2
SUBJECT TITLE: ARTIFICIAL INTELLIGENCE COURSE CODE: MCA-5.2
DeefOekeâlece Debkeâ : 30
MAXIMUM MARKS : 30
Note: Answer all questions. Question No. 1 to 3 are long answer
questions. Answers should be given in 800 to 1000 words. Each
question carry 6 marks.
Section —A
MAXIMUM MARKS :18
1. What are the various role of LISP in artificial intelligence? Describe its
important features in brief. Also write advantages of any substitute for
LISP. 6
2. What do you understand by blind search? Discuss the different types of
blind search with help of suitable examples. 6
3. What is probabilistic reasoning? Explain the ad hoc methods in brief. How
it differ from heuristic reasoning methods? . 6
SECTION – B
MAXIMUM MARKS :12
Note: Answer all questions. Question No. 4 to 9 are short answer
questions. Answers should be given in 200 to 300 words. Each
question carry 2 marks.
4. Describe the various importance of knowledge in Artificial Intelligence. How
is it represented in theh form of model? 2
5. Write and explain the LISP program to convert centigrade temperature to
Fahrenheit. 2
6. What do you understand by Fuzzy Logic? How does it play important role in
Natural Language Computations? 2
7.a) What is the class of Class? What is the super class of Class? 2
b) What is result the result from typing the following expression?
3+(4print); + 6.
8. Describe the following: 2
(a) Monkey – Banana Problem
(b) Hill-Climbing Method.
9. Write the recursive function named power that takes two numeric
arguments, n and m. The function computes the nth power of m. Be sure to
account for the case where n = 0. 2
MCA-5.2
mRrj izns'k jktf"kZ V.Mu eqDr fo'ofo|ky;]
bykgkckn
Assignment – 2010-2011
Master of Computer Application (MCA)
SUBJECT CODE : MCA-5.3
SUBJECT TITLE: OPERATING SYSTEM COURSE CODE: MCA-5.3
DeefOekeâlece Debkeâ : 30
MAXIMUM MARKS : 30
Note: Answer all questions. Question No. 1 to 3 are long answer
questions. Answers should be given in 800 to 1000 words. Each
question carry 6 marks.
Section —A
MAXIMUM MARKS :18
1. Explain theh four major functions of an operating system and also explain
the properties and characteristics of Semaphores. 6
2.a) What is a process? How does it differ from a program? How is it
represented in an operating system? Explain the various process states
using a state transition diagram. 6
b) Define process Scheduling. What is the role of the scheduler? List all the
Schedulers available, along with their working principles.
3. Define and explain the following using appropriate examples: 6
(i) Deadlock prevention.
(ii) Deadlock avoidance.
SECTION – B
MAXIMUM MARKS :12
Note: Answer all questions. Question No. 4 to 9 are short answer
questions. Answers should be given in 200 to 300 words. Each
question carry 2 marks.
4. Define Critical section. How can we solve a critical section problem? 2
5. What is paging ? Explain the principle of its operation with the help of a
diagram. 2
6. Explain the following: 2
(i) Disk Controller.
(ii) Access Lists.
7. What are the performance criteria for CPU scheduling algorithms? 2
8. What is the difference between non preemptive and preemptive
scheduling? Explain why it is not likely to use strict non preemptive
scheduling in a computer center. 2
9. Explain the difference between static and dynamic participationed memory
allocation in terms of principles of operation, relocation, compaction,
protection and sharing. 2
MCA-5.3
mRrj izns'k jktf"kZ V.Mu eqDr fo'ofo|ky;]
bykgkckn
Assignment – 2010-2011
Master of Computer Application (MCA)
SUBJECT CODE : MCA-5.4
SUBJECT TITLE: OPERATION RESEACH COURSE CODE: MCA-5.4
DeefOekeâlece Debkeâ : 30
MAXIMUM MARKS : 30
Note: Answer all questions. Question No. 1 to 3 are long answer
questions. Answers should be given in 800 to 1000 words. Each
question carry 6 marks.
Section —A
MAXIMUM MARKS :18
1. Solve graphically the following linear programming problem max. Z = 30 x
+ 40 y
Subject to 2x + y 90
x + 2y 80
x + y 50 and x 0, y 0. 6
2. Solve the linear programming problem :
Minimize z = x1 – 3x2 + 2 x3
Subject to
3x+1+ - x2 + 2 x3 7
-2x + 4 x2 12
-4x1 + 3x2 + 8 x3 1 0
x1 0, x2 0, x3 0 6
3. a) What you mean by Assignment problem.
b) Write general methods for solving finite games. 6
SECTION – B
MAXIMUM MARKS :12
Note: Answer all questions. Question No. 4 to 9 are short answer
questions. Answers should be given in 200 to 300 words. Each
question carry 2 marks.
4. Discuss about uses of operation research. 2
5. State and Illustrate the principle of simplex method of linear programming. 2
6. Write a lucid note on ABC classification and VED Analysis of inventory
control. 2
7. What are limitations of game theory. Discuss briefly. 2
8. What is unbalanced Assignment problem. 2
9. Give a short note on variations in transportation problem. 2
MCA-5.4
mRrj izns'k jktf"kZ V.Mu eqDr fo'ofo|ky;]
bykgkckn
Assignment – 2010-2011
Master of Computer Application (MCA)
SUBJECT CODE : MCA-5.5
SUBJECT TITLE: MULTIMEDIA COURSE CODE: MCA-5.5
DeefOekeâlece Debkeâ : 30
MAXIMUM MARKS : 30
Note: Answer all questions. Question No. 1 to 3 are long answer
questions. Answers should be given in 800 to 1000 words. Each
question carry 6 marks.
Section —A
MAXIMUM MARKS :18
1. Suppose the UPRTOU wants to deliver BCA programme in multimedia
form. Design a BCA block in multimedia form. 10
Hint : Assume a section of a unit to be smallest entity. Then propose text,
graphics, audio, video, animation required for that section. You can also
think of linking severalnon linear sections.
2. Create a topic on Educational Theme and explain How the university can
utilize the multimedia application ? Prepare the project outline, logic flow,
and story board for the above in any chosen subject of your. Create a
prototype of the project. 8
SECTION – B
MAXIMUM MARKS :12
Note: Answer all questions. Question No. 4 to 9 are short answer
questions. Answers should be given in 200 to 300 words. Each
question carry 2 marks.
3. Explain about the Hardware and Software necessities for Multimedia. 2
4. List the legal issues related to copy right in multimedia application. 2
5. Describe the need for multimedia authoring and crisp features of the
authoring tools. 2
6. Explain any one Commercial application which is an example of
applications of Hypertext. 2
7. Write about the multimedia services in references with that it can be in the
form of Television or through www. 2
8. Explain briefly about the two special effects of multimedia. 2
MCA-5.5

Вам также может понравиться