• 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

Rolling circle replication

DNA replication is an important phenomenon that occurs in all living beings but the mode of replication may vary depending upon the organism. In lower organism specially prokaryotes the DNA is …

Engineering Mechanics

Chapter No.1 System of forces, Fundamental laws of mechanics, Composition of forces, Free body diagram, Lami’s theorem, Rectilinear motion, plane curvilinear motion, Projectile motion, Newton’s law of motion, D’Alembert’s principle. Chapter …

Selection Sorting Algorithm

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 …

DNA Replication

DNA replication is semi conservative type it means in newly formed DNA one strand is new and another is old. Helicase enzyme opens both strand of DNA. Topoisomerase stop torsion. RNA …

Stack Data Structure

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 …

Concept of Object Oriented programming in C++

In Object Oriented programming the emphasis is on data rather than on procedure. Programs are divided into objects , Data is hidden and can’t be accessed by external design. The main …

Shortest Job First Scheduling

In this Video, Karuna Yadav, Biyani Group of Colleges, explains about the shortest job first preemptive algorithm work. In this processes are scheduled according the arrival time.