• 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

Difference between JAVA and NET (BCA & MCA)

Ms. Shobhana Garg, Biyani Girls college, Jaipur, explains about difference between Java and Net. This topic is based on language among Net and Java that which user keep in mind while …

What are Structures? (IT)

Ms. Preeti Garg, Assistant Professor, Biyani Group of Colleges describes about structures which is the collection of different types of data under a single sample. It includes heterogeneous types like integers, …

What is Interprocess Communication (BCA)

Ms. Karuna Yadav, Biyani Girls College, Jaipur, explains about Interprocess communication which involves two process cooperating and Independent. There are two communication methods: direct and Indirect. www.gurukpo.com, www.biyanicolleges.org

Introduction to Software Engineering (IT), Gurukpo

Ms. Ankita Gupta, Assistant Professor, Biyani Groups of colleges, Jaipur explains about software engineering which is a set of instructions developed for a specific goal. It includes processes and methods to …

PERL programming basics Lecture by Ms. Rashmi Sharma.

This is a part of lecture presented by Ms. Rashmi Sharma Asst. professor of Biyani Girls College. The video is about basics of PERL programming, its variable types. The video is …

Logic for factorial Lecture by Mr. Dhanesh Gupta.

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 for Fibonacci Series Lecture by Mr. Dhanesh Gupta

Fibonacci series , 0 , 1 , 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34 ………Fibonacci sequence are the numbers in the following integer …

Logic interchange the elements of an array, Lecture by Mr. Dhanesh Gupta.

Interchange the elements of an array Interchange the elements of an arrays is to exchange the elements of both the array with each other A. [5]=1,2,3,4,5 B. [5]=6,7,8,9,10 After Exchange :- …

Logic for Prime Number Lecture by Mr. Dhanesh Gupta.

A natural number greater than one has not any other divisors except 1 and itself. In other word we can say which has only two divisors 1 and number itself. For …

Selection Sorting Algorithm lecture by Ms. Rashmi Sharma.

This is a part of lecture presented by Ms.Rashmi Sharma Asst. professor of Biyani Girls College. This video is about Selection Sort. This algorithm sorts the data in ascending order. In …