Mca Ii Year Assignment Question Papers2022

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

JAIPUR NATIONAL UNIVERSITY, JAIPUR

School of Distance Education & Learning


Internal Assignment No. 1

Master of Computer Applications (MCA – 201)

Paper Code : MCA -201


Paper Title : Software Engineering
Last Date of submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)

Section-A
Q. 1. Answer all the questions:
(i) What is Software Engineering? Explain two categories of software in detail.
(ii) Explain the purpose of Software Engineering Risk Management.
(iii) Explain software project planning process description.
(iv) Describe different product size cost estimation methods.
(v) Define feasibilty study steps and its process.
(vi) Explain the concept of Information Hiding and Functional Independence.
(vii) What is cohesion and coupling concept in Software Enfineering? Explain.
(viii) What is software testing? Explain Black box and white box testing on detail with example.
(ix) Explain different types of touch screen technologies in detail.
(x) What is a test plan? Explain different types of software test Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain the design process and design quality in detail.
Q.3. Describe the quality assurance standards in detail.
Q.4. Write short notes on the following:-
(i) Software Reuse (ii) CASE (iii) Validation Testing
(iv) Cleanroom Process (v) ISO Quality Model
Q.5. Explain the software process and important software models in detail.
Q.6. Describe the quality assurance standards in detail
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1

Master of Computer Applications (MCA)

Paper Code: MCA-202


Paper Title: Artificial Intelligence
Max. Marks: 30
Last Date of Submission:
Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)
Section-A
Q. 1. Answer all the questions:

(i) Explain AI with its applications.


(ii) Explain natural Language processing.
(iii) Explain need of expert systems.
(iv) Define state space search with its application in Artificial Intelligence Machine.
(v) Explain Heuristic Search in AI systems.
(vi) Explain theorum proving?
(vii) Explain Modus Ponen inference rule in AI systems.
(viii) Explain architecture of Expert Systems.
(ix) Explain Forward reasoning.
(x) Explain how knowledge may be represented so that knowledge may be utilized in Expert
Systems.
Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain different types of Artificial Intelligence Systems. Q.3.Write short notes on
the following:
(a) Fuzzy Logic (b) Neural Network (c) Machine Learning (d) Backward reasoning.
(e) Knowledge Representation
Q.4. Explain MYCIN as expert System with its architecture as expert system.
Q.5. Explain Best first Search in AI systems
Q.6. Explain RI system as expert system with its architecture and functioning.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1
Master of Computer Applications (MCA)
Paper Code: MCA – 203
Paper Title: Discrete Mathematics

Last date of submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)
Section -A

Q. 1. Answer all the questions.

(i) Define sets and propositions.


(ii) What is conditional probability? Write its formula.
(iii) Explain planar graphs.
(iv) What are the rooted trees?
(v) What are the equivalent machines?
(vi) What are the ordered sets?
9 3 12
(vii) Find the coefficient of x y in the expression of (2x-3y)
(viii) What is graph theory?
-1
(ix) if f is one-one onto mapping then f is also one-one onto.
(x) Explain Groups and sub-groups.

Section -B

Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q. 2. Explain the minimum spanning trees and its applications.
Q. 3. What are the Bipartite Graphs explain with the help of example.
Q. 4. Describe FSM as language recognizer.
Q. 5. Find a generating function for the recurrence relation an + an-1 – 6 an-2 = 0 for n>, 2
Q. 6. Prove that order of each subgroup of a finite group is a divisor of the order of the group.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1
Master of Computer Applications (MCA)
Paper Code: MCA – 204
Paper Title: Programming in Java

Last date of submission: Max. Marks: 30

Note : Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)
SECTION - A
Q. 1. Answer all the questions.
(i)What are the four main OOPS concepts?
(ii)Explain token with one example?
(iii)Differentiate --a and a--.
(iv)Define decision control statement.
(v)What is array and how to declare it?
(vi) Explain the class and constructors.
(vii)Explain the abstract methods and classes.
(viii)What is wrapper class and number class?
(ix)Briefly explain the types of packagesx.
(x)Differentiate between throw and throws.
SECTION - B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2 Explain in detail sequence control statement.
Q.3.Write a programme to short an array of strings.(for bubble sort)
Q.4.Explain the garbage collection and garbage collection algorithms.
Q.5 What is inheritance, Described any two type of inheritance with coding.
Q.6 Write a programme to read and write in file.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1

Master of Computer Applications (MCA)

Paper Code: MCA -205


Paper Title: Computer Graphics

Last Date of submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)

Section-A
Q. 1. Answer all the questions.

(i) What is computer graphics? Explain its applications in different fields.


(ii) Explain the different input and output devices used in computer graphics in detail.
(iii) What is Raster Scan and Random Scan displays? Explain in detail.
(iv) Explain two dimensional viewing functions with an example.
(v) What are blending functions? Explain.
(vi) Explain the advantages of computer graphics in detail.
(vii) Explain the basic elements of computer graphics.
(viii) What is Line Segment? Explain its parametric form.
(ix) Explain the concept of Aliasing and Antialiasing.
(x) What are polygons? Explain different of polygons.

Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain Bezier Curves and B-Spline curves generation in detail.
Q.3. Explain 2D geometric transformations in detail.
Q.4. Write short notes on the following:-
(i) Brenham’s Circle Algorithm (ii) Frame Buffer
(iii) Boundary Fill Algorithms (iv) Cohen – Sutherland Subdivision Line clipping
algorithm (v) Spline representation
Q.5. Explain Painter's Algorithm in detail.
Q.6. Explain the concept of segments and segment table.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1

Master of Computer Applications(MCA)

Paper Code: MCA-206


Paper Title: Web Technology

Last Date of Submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)

Section-A
Q. 1. Answer all the questions:

(i).What is World Wide web ?


(ii).What is protocol. Explain HTTP protocol.
(iii).Explain use of Java Scipts in web development.
(iv).What is DHTML how is it different for mHTML.
(v). Explain XML with its utilization in todays's secenerio.
(vi) Explain Ecommerce and E-Marketing?
(vii) Explain Internet Information Server.
(viii).Explain Client Side and server side scripting.
(ix).Explain document type definition.
(x). Explain Schema in XML with compairing it with XML DTD.

Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain different tags in DHTMl with their use.
Q.3.Write short notes on the follwing :
(a) SMTP and IMAP (b) Event bullers (c) Data Binding (d) ADO
(e) DOM(document Object Model)
Q.4. Explain JSP as a powerful web development tool.
Q.5. Explain Servelet and JSP.
Q.6. Explain Explain different business models in E-commerce with example.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1

Master of Computer Applications(MCA)

Paper Code: MCA-207


Paper Title: Computerized financial Accounting

Last Date of Submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)

Section-A
Q. 1. Answer all the questions:

(i).What is book keeping?


(ii).Explain principles of Accounting.
(iii).Explain double entry system.. .
(iv).Explain Bank Reconciliation statement.
(v). Explain profit and Loss accounts.
(vi) Explain the preparation of ledger accounts.
(vii) Explain how we do recording of cash and bank transactions.
(iii).Explain need for reconciliation between cash book and passbook.
(ix).Define depreciation Explain with straight line and diminishing balance method .
(x). Explain deferred revenue Expenditure.

Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain process of final accounts.
Q.3.Write short notes on the following :
(a) Voucher Entry (b) Adjustment entries (c) Ledger Accounts (d) Deferred revenue
Expenditure. (e) Subsidiary Books
Q.4.Prepare and Explain the books of prime entry.
Q.5. Explain manufacturing, trading and profit and loss accounts.
Q.6 Explain tally as a accounting software. Write different steps to create and maintain different
companies in Tally.
JAIPUR NATIONAL UNIVERSITY, JAIPUR
School of Distance Education & Learning
Internal Assignment No. 1

Master of Computer Applications (MCA)

Paper Code: MCA -208


Paper Title: Computer Architecture

Last Date of submission: Max. Marks: 30

Note: Question No. 1 is of short answer type and is compulsory for all the students. It
carries 1 Mark each. (Word limits 50-100)

Section-A
Q. 1. Answer all the questions:

(i) Explain the difference between computer architecture and computer organisation.
(ii) What is full adder and subtractor? Explain.
(iii) Describe the Hard – Wired Control Unit in detail.
(iv) Briefly explain I/O organisation.
(v) Describe cache memory and virtual memory concept in detail.
(vi) Explain floating point computation.
(vii) Explain instruction set.
(viii) Explain ASCII.
(ix) What is multiplexing and demultiplexing?
(x) What is Encoder? Explain.

Section-B
Note: Answer any four questions. Each question carries 5 marks (Word limits 500)
Q.2. Explain Flynn's and Feng's Classification in detail.
Q.3. What is Asynchronous Data Transfer? Explain the concept of Handshaking.
Q.4. Write short notes on the following:-
(i) Pipelining
(ii) Interrupts
(iii) Serial & parallel Communication
(iv) DMA
(v) Associative Memory
Q.5. Explain different types of Flip flops.
Q.6. Explain K-Map simplification with an example.

You might also like