• July 5, 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

Introduction of stock market in India and Singapore.

Mr. Amit Sharma emphasizes upon the major stock exchanges in India and their differentiation with of the stock exchanges. As per Mr. Sharma, Indian economy, the third largest economy in the …

Inheritance in C++

The Video all about the types Inheritance in C++. There are five types of Inheritance provided by C++. They are: – Single Inheritance, Multilevel Inheritance, Multiple Inheritance, Hierarchical Inheritance and Hybrid …

Comparison between FCFS scheduling and SJF Scheduling Algorithm

The Video all about the Comparison between FCFS scheduling and SJF Scheduling Algorithm. In First Come First Served (FCFS) Scheduling scheme, the process that requests the CPU first is allocated the …

Characteristics of Computers

This Video Lecture given by Mr. Gajendra Sharma, Assistant professor, Biyani girls College, jaipur has covered the various characteristics of Computers and because of these characteristics the computers have become an …

VLSI Design Flow

In this Video, Miss Komal Mehna is explaining to students regarding VLSI Design Flow. It explains the various design steps for design a chip. VLSI Design flow is bidirectional approach i.e …

Stack Memory

This topic s related with the subject microprocessor & microcontroller. Stack is a part of RAM memory, which is used to store the data or binary information temporary for execution of …

Function Overloading

The Video all about the concept of function overloading in C++.The function overloading or method overloading is a feature that allows creating several methods with the same name but with a …

Basics of Computer Networks

In this video Mrs. Deepika Shrivastava, Asst. professor, Biyani Group of Colleges is explaining that when multiple devices are connected together to share information, then that whole system is known as …

DOS commands

The Video all about what is DOS-disk operating system commands. It also describes the various internal dos commands and various external dos commands.

Types of Inheritance

The Video all about the concept of Inheritance in C++. Inheritance is the process of creating new class called derived classes from existing classes. The existing class is called base class. …