Posts

Showing posts from April, 2020

Client-Server Computing for M.C.A.

IFTM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS Client-Server Computing  MDSET 02(4) Assignment:#1 Q1. Explain client-server computing with its characteristics. What is a single system image? Q2. What are the services of the server? Explain the network operating system. Q3. Define right-sizing, upsizing, and downsizing. Q4. What is the system integration life cycle? Q5. What do you mean by object linking and embedding? Q6. What are bridges and routers? IFTM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS Client-Server Computing  MDSET 02(4) Assignment:#2 Q1. What are system availability, serviceability, help desk, and remote  management  system ? Q2. What do you mean by training advantages of GUI applications? Q3. Explain the difference between end-user training and database administrator training. Q4. What is preserving mainframe applications through porting? Q5. What are the different client services? Explain Q6. What do you mea...

Data Structure & Algorithms for M.C.A.

IFTM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS DATA STRUCTURE & ALGORITHM MCA Assignment: #1 Q1. Define Data Structure. Q2. Explain the classification of Data Structure. Q3. Explain various operations performed on  Data Structures. Q4. Explain complexity and its types considering any algorithm? Q5. What is a 2-Dimensional Array? Explain in detail. Q6. Write an algorithm for linear search. Discuss its cases. Q7. Define Stack. Write an algorithm for pop operation. Q8. What is a circular queue? Write an algorithm for deleting an element. Assignment: #2 Q1. What is Binary Tree? [HINT: https://www.youtube.com/watch?v=uWBqWvjreNo&t=725s ] Q2. Explain INORDER, PREORDER and POST ORDER traversal of binary tree. [HINT: https://www.youtube.com/watch?v=cbaWHXSsSCY&t=232s  ] Q3. Explain linked representation of binary tree with example? [HINT: https://www.youtube.com/watch?v=l7P4ESrSaqc  ] ...