• May 8, 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

What is Basic concepts of object oriented programe ? object oriented programe (IT) Gurukpo

Ms. Nidhi Gupta, Assistant Professor, Biyani girls College explained about the seven basic concepts of object oriented programming. www.gurukpo.com, www.biyanicolleges.org

Insertion Sorting Lecture by Namrata Mehta.

This is a part of lecture presented by Ms Namrata Mehta, Asst.proffesor at Biyani Girls College. The video is about the sorting the set of data elements using particularly “Insertion Sorting. …

Exception Handling Lecture by Dipti Gupta.

This is a part of lecture presented by Ms. Deepti Gupta Asst. Professor of B.I.I.E.T. The video is about basic Exception Handling. It means handling the abnormal termination of the program.

Linux Commands Lecture by Ms. Sonia Bhargava.

This is part of lecture presented by Ms Sonia Bhargava, Asst. Professor in BISMA. This lecture is about Linux Commands. In this video File Manipulation Commands of Linux is discussed.

Aggregate functions in SQL Lecture by Ritu Kumawat.

Aggregate functions calculate the values of a column and return single value as result. These are: 1.avg() 2.min() 3.max() 4.count() 5.sum() 6.first() 7.last()

Stack Data Structure 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 Stack Data Structure. Stack data structure is one of the most …

Inheritance in java Lecture by Ritu Kumawat (Inheritance in java)

when one class acquires the properties of another class then this concept is called inheritance. This is used for reuse the existing functionality. For Example: children acquire the properties of their …

Final Keyword in Java Lecture by Ritu Kumawat

Final keyword can be used: 1.With class name 2.With method name 3.With variable name Uses of final Keyword: 1. To prevent Inheritance: If we want to prevent a class from being …

Cryptography lecture by Ms. Rashmi Sharma

This is a part of lecture presented by Ms.Rashmi Sharma Asst.proffesor of Biyani girls college. The video is about cryptography And its importance in network security. In cryptography we send the …

Bitwise operators lecture by Deepti Gupta

This is a part of lecture presented by Ms Deepti Gupta Asst. professor of BIYANI GROUP OF COLLEGES. The video is about the basics of “Bitwise operators” in java.