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

Logic for factorial

The factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n. The function uses for loop to calculate the …

Logic Gates

This is a part of lecture presented by Ms. Jyoti Sharma Asst. professor of biyani girls college. The video is about Logic Gates and describe three basic logic gates with their …

Relationship in E-R Model

This is a part of lecture presented by Ms. Jyoti Sharma Asst. professor of biyani girls college. The video is about Relationship in E-R Model Whenever we draw a E-R Model …

Project Management in Software Engineering

In this Video, Mr. Gajendra Sharma, assistant professor, Biyani Girls College, Jaipur, explains that project management in software engineering is very essential and it is due to planning, monitoring and controlling …

Method Overloading in java

When two or more functions have same name but different parameter list then this concept is called method overloading.Number,type and order of parameters can be different.Return type of method can be …

For Loop of C++

The Video all about the useof for loop of C++ in programming language. This video describes the syntax of for loop; it also shows the example of for loop, it also …

Object oriented programming concept

it is part of lecture presented by shivkishore Sharma assistant professor biyani group of colleges on behalf of Gurukpo.com.This lecture discusses the concept of object oriented programming through java . there …

Functions used Programming Languages

The video is all about the functions used programming languages. Functions are the small programs that removes the repetitive steps and thus reduce the size of the program. It consists of …