• May 17, 2024

MCA Fifth Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Cloud Computing  Click Here  Click Here 2.  Analysis & Design of Algorithm  Click Here …

MCA Third Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Java Technologies  Click Here  Click Here 2.  Web Technologies  Click Here  Click Here 3. …

MCA First Semester Model Papers

Faculty: IT 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1.  Discrete Mathematics  Click Here  Click Here 2.  Programming in C & C++  Click Here …

MSC (Biotechnology) Previous Year Model Papers

Faculty: Science 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1  Immunology, Virology and Pathogenesis  Click Here  Click Here 2.  Cell Biology  Click Here  Click …

MSC (Biotechnology) Final Year Model Papers

Faculty: Science 2019 Sample Papers with Solutions Sr. No.  Paper Name  Question Paper Link  Solution Link 1  Plant Biotechnology  Click Here  Click Here 2.  Genetic Engineering  Click Here  Click Here

Operating Systems

Computer Software Operating System Information Management Process Management Memory Management Deadlocks Security and Protection Parallel Processing DOS Operating System Commands of DOS UNIX Operating System Commands of UNIX Difference between DOS, …

Website Development

World Wide Web Element of WEB Element of Web Ins and Active controls Electronic Commerce Creating and Maintaining Web Sites Introduction of web page Creating Web Pages: using Editors Web Graphics: …

Visual Basic

Integrated Development Environment Basic Programming Concepts Procedural Programming Branching and Looping Constructs Array Declaration Forms Programming Methodologies and Controls available in VB Active X Components and Data Objects

Mathematical Methods for Numerical Analysis and Optimization

Computer Arithmetic and Errors Bisection Method Regula Falsi Method Secant Method Newton –Raphson Method Iterative Method Gauss Elimination Method Gauss–Jordan Elimination Method Matrix Inversion Method Matrix Factorization Method Jacobi Method Gauss …

Fundamental s of Accounting

A counting : An Introduction Journal and Ledger Subsidiary Books Trial Balance Bill of Exchange Depreciation, Provision and Reserve Rectification of Errors Final Accounts Sectional and Self Balancing Ledgers Preparation of …

Internet Application Development

HTML Fundamentals Language Features Classes and Objects Packages and Interfaces Exception handling in Java I/O in Java Applets Threading in Java Overview of Networking in java Java Database connectivity Java Script …

Mobile IP

Mobile IP is an Internet Engineering Task Force (IETF) standard communications protocol. In many applications (e.g., VPN, VoIP) sudden changes in network connectivity and IP address can cause problems. Mobile IP …

BIG DATA

Big data is a buzzword, or catch-phrase, used to describe a massive volume of both structured and unstructured data that is so large it is difficult to process using traditional database …

Computer Forensics

Forensic means to use in court. Computer forensics is the collection, preservation, analysis, extraction, documentation and in some cases, the court presentation of computer-related evidence which has either been generated by …

Depth-first search

Depth-first search (DFS) is an algorithm for traversing or searching tree or graph data structures. One starts at the root and explores as far as possible along each branch before backtracking. …