assignmentssolution@gmail.com

Get Assignments and Projects prepared by experts at a very nominal fee.

More than 8 years in assisting assignments and projects/dissertation/thesis of MBA,BBA,BCA,MCA,PhD and others-

Contact us at : Email : assignmentssolution@gmail.com

Help for : SMU, IIBM,IMT, NMIMS, NIBM ,KSBM, KAIZAN, ISBM, SYMBIOSIS, NIMS, IGNOU, XAVIER, XIBMS, ISM, PSBM, NSBM, NIRM, ISBM, ISMRC, ICMIND, UPES and many others.

Help in : Assignments, projects, M.Phil,Ph.D disseration & thesis,case studies

Courses,MBA,BBA,PhD,MPhil,EMBA,MIB,DMS,MMS,BMS,GDS etc

Contact us at : Email : assignmentssolution@gmail.com



Monday 9 July 2012

Spring 2012 Master of Computer Application (MCA) – Semester 1 : FOR ANSWERS contact us at assignmentssolution@gmail.com

Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0061 – Computer Programming “C Language” – 4 Credits (Book ID: B0678 & B0679) Assignment Set – 1 (40 Marks) Questions From Book-ID : B0678 1. Explain with suitable example how switch() statement is differ from if() statement. [ 5 Marks ] 2. Justify your answer which looping structure is more simple and useful in C with suitable example. [ 5 Marks ] 3. Explain the use of brake and continue statement in looping structure with suitable example. [ 5 Marks ] 4. Writ a merits and demerits of using function in program. [ 5 Marks ]
5. Define the Function prototype? Write a C program to solve the Towers of Hanol Problem. [ 5 Marks ] Questions From Book-ID : B0679 6. illustrate with suitable example how pass by value is differ from pass by reference. [ 5 Marks ] 7. Write a C Program to illustrate the product of two compatible matrix using pointers. [ 10 Marks ]
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0061 – Computer Programming “C Language” – 4 Credits (Book ID: B0678 & B0679) Assignment Set – 2 (40 Marks) Questions From Book-ID : B0678 1.. Discuss the categories of storage class with its visibility using suitable example of each. [ 5 Marks ] 2. Justify your answer that variables are channel of communication in a program? [ 5 Marks ] 3 Write a program to count the number of vowels and constants in a given string? [ 5 Marks ] 4 Discuss with a suitable example that how arrays are used with structures? And write the advantages of using arrays with structures. [ 5 Marks ] Questions From Book-ID : B0679 5 Discuss the Dynamic Memory Allocation with its various function used in C program to build complex application programs. [ 5 Marks ] 6 Write a program to create the student data file and read the same for display a records from created file in C ( Student details are assumed). [10 Marks ] 7 Write a macro definition to compare two numbers and write the advantages of using macro definitions in program? [ 5 Marks ]
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0062 – Digital Systems, Computer Organization & Architecture – 4 Credits (Books ID: B 0680, B 0684) Assignment Set – 1 (60 Marks) Each question carries six marks 10 x 6 = 60 1. Convert the following binary numbers to decimal a. 11.001 (2) b. 1100 (2) c. 1111 (2) d. 1011.101 (2) e. 0.1101 (2) 2. Write the truth table and a Boolean expression for the following conditions: x is 0 if any two of the three variables are 1. x is 1 for all other conditions. 3. Implement the following SOP expression a. f = ∑(1,2,3,6,7,12,14,15) b. f = ∑(1,6,7,14) c. f = ∑(2,4,6,8,10,12,14) d. f = ∑(1,3,5,7,9,11,13,15) 4. Describe the operations performed by the following arithmetic circuits a. Half adder b. Full adder c. Half subtractor d. Full subtractor 5. Design a positive edge triggered 4-bit ripple up/down counter. Give its logic diagram. 6. Explain Von Neumann Architecture in detail. 7. Discuss the relative merits and demerits of single, two and three bus structures. 8. Explain the addition of a two floating point numbers with examples 9. Write short notes on Memory mapped I/O and Isolated I/O. 10. Explain the concept of Pipelining. What is the principle behind linear pipelining?
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0062 – Digital Systems, Computer Organization & Architecture – 4 Credits (Books ID: B 0680, B 0684) Assignment Set – 2 (60 Marks) Books ID: B 0680, B 0684 Each question carries six marks 10 x 6 = 60 1. Convert the following decimal numbers to binary using sum-of weight and repeated division methods a. 40.345 (10) b. 143.7 (10) c. 467 (10) 2. Implement the following SOP expressions with discrete gates a. f = ∏(1,2,4) b. f = ∏(0,2,4,6,8,10,12,14) c. f = ∏(1,3,5,7,9,11,13,15) 3. Design a logic circuit to implement the operations specified in the following truth table. Inputs Output a b c f 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 0 4. Minimize the following multiple output function using K-map a. f1 = ∑(1,3,4,6,7,9,10,12,13,15) b. f2 = ∑(0,1,2,3,4,6,8,9,10,11) 5. Describe the operation of Master-Slave JK flip flop. 6. Explain the register organization of 8085. 7. Give the details of data types specified for VAX & IBM 370 machines. 8. Explain RAID in detail. 9. What are the functional requirements of a CPU? Discuss the significance of Data Path and Control Signal.
Spring 2012 Master of Computer Application (MCA) – Semester I MC0063 – Discrete Mathematics (A) & Modern applications Using Discrete Mathematical Structures(B)– 4 Credits (Book ID: B0676 & B0677) Assignment Set – 1 (60 Marks) Answer All Questions 6 X 10 = 60 Marks Book ID: B0676 1. If A is the set of triangles in a plane then prove that the relation R defined by “a is similar to b ” is an equivalence relation? 2. Prove by principle of Mathematical induction that sum of squares of first n natural number is {n(n+1)(2n+1)}/6 3. How many arrangements of six 0’s, five 1’s and four 2’s are there in which: i) The first 0 precedes the first 1? ii) The first 0 precedes the first 1, which precedes the first 2? Book ID: B0677 4. Let E = {2, 4, 6, …}. Then prove that (E, +) is a semigroup, where + is usual addition. 5. If the sum of divisors of n, that is (n) is equal to 2n, then n is called a perfect number. Show that if n is an odd perfect number then n has at least three different prime divisors. 6. Draw the derivation tree for the sentence x3y3z for the grammar ,,,,,,,,,TNGVaVSABSwhere :,,,SaAAaBBaBBa
Spring 2012 Master of Computer Application (MCA) – Semester I MC0063 – Discrete Mathematics (A) & Modern applications Using Discrete Mathematical Structures(B)– 4 Credits (Book ID: B0676 & B0677) Assignment Set – 2 (60 Marks) Answer All Questions 6 X 10 = 60 Marks Book ID: B0676 1. Prove that a finite integral domain is a field 2. Prove that “If S is any subset of a vector space V, then L(S) is a subspace of V”. 3. Show that [p  (p  q)]  ~p is a tautology Book ID: B0677 4. Define Fuzzy Sets. Give the properties of fuzzy sets. 5. Define bipartite graph and give two examples of it. 6. Find the spanning tree of the graph: v3 v1 v4 v2 v5 v6 v7 b2 b3 b1 b6 b4 c5 c6 c8 c7 c1 b5 c2 c3 c4
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0064 – Basic Web Development– 4 Credits (Book ID: B0703) Assignment Set – 1 (40 Marks) 1. How to access mailboxes to check the emails? (04 marks) 2. How to download a file from the Internet? (04 marks) 3. Who invented the Internet? (03 marks) 4. Write a note on: (12 marks) a) Nested links, b) Forward and reverse links c) Anchors d) Option attribute 5. How to create unformatted HTML text? (04 marks) 6. Briefly explain ISDN, ADSL and Leased line. (06 marks) 7. What is internet and Intranet? (04 marks) 8. What do you mean by spamming? (03 marks)
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0064 – Basic Web Development– 4 Credits (Book ID: B0703) Assignment Set – 2 (40 Marks) 1. How do you add midi music file in the web page? (04 marks) 2. What is the Uses of CSS in Web site? (05 marks) 3. What is an Authoring System? (04 marks) 4. Write a note on elements of Multimedia. (10 marks) 5. Explain different types of Interactive Multimedia Application. (06 marks) 6. Briefly explain Token ring Ethernet technology with diagram. (06 marks) 7. Briefly explain the HTML syntax Meta character set. (05 marks)
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0065 – FINANCIAL MANAGEMENT AND ACCOUNTING - 4 Credits (Books ID: B0724) Assignment Set – 1 (60 Marks) 1. Explain the Single and Double entry system with a examples [10 Marks ] 2. What is the difference between Personal account, Real Accounts and Nominal account? [10 Marks ] 3. What is Journal? Explain its features. [10 Marks ] 4. What is the purpose of Trial Balance? Explain the contents of trial balance. [10 Marks ] 5. How do you classify the errors? [05 Marks ] 6. Write a note on: [15 Marks ] A) Financial statements. B) Fixed assets C) Intangible assets D) Quick assets E) Secured loans
Spring 2012 Master of Computer Application (MCA) – Semester 1 MC0065 – FINANCIAL MANAGEMENT AND ACCOUNTING - 4 Credits (Books ID: B0724) Assignment Set – 2 (60 Marks) 1. Write a formula for Gross Profit, Operating New Profit and Current Ratio. [10 Marks ] 2. Calculate current ratio: [05 Marks ] If your current assets cost = Rs 875000 and Current liabilities = Rs 267000 than what will be the current ratio? 3. Explain the following items with live examples: [15 Marks ] A) Standard liquid ratio B) Proprietary ratio C) Capital Gearing ratio D) Debt equity ratio E) Gross profit ratio 4. How do you calculate the Net profit ratio? Explain with example. [10 Marks ] 5. What is the difference between funds flow statement and P&L account? [05 Marks ] 6. Explain the features of Cash flow statement. [05 Marks ] 7. Explain the classifications of Cost. [05 Marks ] 8. Briefly explain the concept of Profit/Volume ratio with examples. [05 Marks ]

No comments:

Post a Comment