MCA II(C)

advertisement
MCA 201
SOFTWARE ENGINEERING
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
Define software.What is software engineering.
Define the requirement specification in software development.
Define transaction flow.
What do you mean by modularity.
What are the quality attribute for software design.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. Explain the following.
1.
2.
Spiral modal
RAD modal
Q3. Explain the structure of a software requirement document.
Q4. Explain the element of analysis modal.Describe the difference between data flow diagram & control flow
diagram with suitable example.
MCA 201SOFTWARE ENGINEERING
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What are the characteristics of a software.
What are the objective of requirement analysis.
Define control mechanism.
What are the characteristics of good design.
Define estimation.What are various software cost factors.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. Define software process model.Explain prototype modal in detail.
Q3.Write short note on.
1.
2.
3.
Metrics for source code
Matric for testing
Metric for mointenanee
Q4.Explain architectmal design in detail.
MCA 202
ARTIFICIAL INTELLIGENCE
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
Explain the characteristics of AI.
Disscuss the main problem domains of AI.
Define generate & test method.
What do you understand by term knowledge.
List the issues in knowledge representation.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. Explain depth first search & depth limited search giving suitable example.
Q3. What is adversarial search.Explain it with reference to “Two agent games” & “The minimax procedure”.
Q4. What is heuristic search.Explain different heuristic search techniques.
MCA 202
ARTIFICIAL INTELLIGENCE
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is resolution control strategies.
What is logic programming.
Discuss some applications of matching.
What is predicate logic.
Explain no-monotonic reasoning.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. Explain first order logic with its syntax, semamtics & notational variations.
Q3. Explain the concept of procedural & declarative knowledge with suitable examples.
Q4. Solve the following medical reasoning problem with ATMS. “If you have a runny nose,assume
you have a coid unless it is allergy season”.
MCA 203
DISCRETE MATHEMATICS
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1. In how many ways can 20 similar books be placed on 5 different shelves.
2. Prove that the sum of degree of all vertices in a graph is equal to twice the number
of edger in the graph.
3. Let H & K are two subgraps the prove that H & K is also a subgroup.
4. Every field is a principal ideal ring.
5. Prove that [A-(B∩C)]=[(A-B)U(A-C)].
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. Prove mathematical induction,that 1+3+5+…..+(2n-1)=n2 .
Q3. Let R be a relation on a set of integer Z be defined as a R b <=> a b (mod2) is an
equivalence relation.
Q4. Solve the recurrence relation.
a+2=4(an+1-an),n ≥0,a0=1,a1=3
MCA 203
DISCRETE MATHEMATICS
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is the meant by spanning tree & minimal spanning tree.
Find the coefficient of x9y3 in the expressing of (2x-3y)12.
Show that the complete graph KS is a non-planer.
If f is one-one onto mapping then f-1 is also one-one onto.
If E1&E2 be two independent events & P(E1)=1/3 , P(E2)=3/4.Find P(E1/E1UE2).
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2.Find a generation function for the recurrence relation an+an-1-6an-2=0 for n≥ 2.
Q3. Prove that the relation R in the set N*N where N is the set of natural number define as
follows.(a+b)R(c,d)<=>a+d=b+c is an equinatence relation.
Q4. Prove that order of each subgroup of a finite group is a divisor of the group.
MCA 204
PROGRAMMING IN JAVA
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is java virtual machine.
What is scope of variable.
Differentiale between String & String Buffer.
Differentiate between callby value & callby reference.
What is garbage collector.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. What is type casting. How many type of casting available in java.Describe with suitable
example.
Q3. Write a program to short the element of Array.
Q4. What is constructor overloading.Explain with suitable example.
PROGRAMMING IN JAVA
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is wrapper class.
What is package.How we compile the package.
How to join two thread.Write java code for join( ).
What is applet.How it work on client syatem.
Write java code to drow the rectangle.
NOTE: Answer any two questions.Each carries 5 marks(word limits 500)
Q2. What is inheritance. Describe various type of inheritance with coding.
Q3. What is exception.Write a java program to handle arithnatic exception.
Q4. Write a program to read & write in file.
MCA 205
COMPUTER GRAPICS
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is data glove.
What is difference between vector scan display anf Raster scan display.
What are the advantages & disadvantages of DDA algorithm.
Write about stroke method character generation method.
Classified Anti-aliasing methods with brief detail.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. What are the characteristics of a monitor. Explain.
Q3. Explain the steps in Bresenham’s circle drawing algorithm.
Q4. List the application of computer graphics. Explain each.
MCA 205
COMPUTER GRAPICS
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
How many types of polygons are there ? Explain in brief.
Write about prospective projection in brief.
Write short note on segment table.
What are the problems in True-Curve generation approach.
List the properties of B-SPline curve.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. Write about real time scan conversion in detail.
Q3. Explain various raster techniques.
Q4. Explain the Sutherland and cohen sub division algorithm for line.
MCA 206
WEB TECHNOLOGY
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What do you mean by object.
What is data binding.
What do you mean by cookies.
What is relational database model.
What do you understand by E-Business model.
NOTE: Answer any 2 questions . Each question carry 5 marks(word limit 500).
Q2. Define protocol? Explain the functionality of AMTP, POP3 and MIME in detail.
Q3. Define scripting ? Explain client side and server side scripting.
Q4. Define active server page . Describe the steps to access a database from active server page.
WEB TECHNOLOGY
INTERNAL ASSIGNMNET 2
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
Write about Risk and Electronic Payment System.
What is relationship? What are the types of relationships in DBMS.
Write about data Manipulation language with an example.
What are the advantages of server side programming.
Write features of database.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. What are the advantages of Java Servlets ? Explain.
Q3. What are the components of RDBMS? Give details.
Q4. Write about firewall in detail.
MCA 207
COMPUTERIZED FINANCIAL ACCOUNTING
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is Accounting cycle or process.
What is the difference between ledger & posting.
What do you mean by T-accounts.
Write any 3 advantages of subsidiary books.
What is compound Journal entry.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. How accounting works as information system? Who are the different users of accounting
information.
Q3. What is trial balance. What are the functions and limitations of trial balance.
Q4. On 1st jan 2004 a business man purchased a plant for Rs. 18,600 and paid Rs. 1200 for its erection.
The estimated life is of 10 years and its residual value will be 2000. Prepare plant account for three years
on fixed installment method.
COMPUTERIZED FINANCIAL ACCOUNTING
INTERNAL ASSIGNMNET 2
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What is cost accounting.
What do you mean by accounting equation.
What is suspense account.
What is sales return book.
Write the main advantages of Journal.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. Define Posting? What are the need of posting .Explain the rules for posting a transaction.
Q3. Define trial balance ? Why it is prepared? Describe the importance of trial balance sheet.
Q4. From the following particulars, prepare Bank Reconciliation statement as on Dec. 31,2012.
1. Balance as per cash book Rs. 4,200.
2. Cheque issued but not presented for payment Rs.2000.
3. Cheque deposited but not collected Rs.3000.
4. Bank charges debited by the bank Rs. 250.
MCA 208
COMPUTER ARCHITECTURE
INTERNAL ASSIGNMNET 1
MAX. MARKS:15
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
What do you understand by data path & control signal.
Differentiate between micro programmed control &Hardwired controls.
What do you mean by address space.
What is the difference between decoder and encoder.
What do you mean by register transfer language.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. Draw the Kmap for the following functions:
1. F=A’+B’+A.BC’
2. F=A’.B’.C+A’.B.C
Q3. Explain the register organization and stack organization in detail.
Q4. What is Handshaking? Explain synchronous & asynchronous data transfer in detail.
COMPUTER ARCHITECTURE
INTERNAL ASSIGNMNET 2
Q1. Answer all the Questions.
1.
2.
3.
4.
5.
Define computer bus and its types.
What do you mean by control signal.
What is the difference between multiplexer & demultiplexer .
What do you mean by micro-operation.
Differentiate between operand and opcode.
NOTE: Answer any 2 questions. Each question carry 5 marks(word limit 500).
Q2. What is Von- Neumam Architecture in detail.
Q3. What is cache memory? Explain cache hit , cache miss and cache ratio and mapping concept.
Q4. Write short note on:
1. Page Replacement
2. Direct Memory Access.
Download