• 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

Session and Sessin tracking methods

It is part of lecture presented by Ritu Kumawat Asst. professor ,Biyani Group of Colleges on behalf of GuruKpo.This lecture is about Session and Session Tracking Methods. Session is conversation between …

Analysis of Problem Characteristics

This is part of lecture presented by Dr. Madhu Sharma, Head of the Department (MCA) in Biyani Institute of Science and Management. This lecture is about-Analysis of Problem Characteristics in Artificial …

VLSI Design Style

In this Video, Ms. Komal Mehna is explaining to students regarding VLSI Design Style. It also explains the types of VLSI Design Style i.e full custom and semi-custom. www.gurukpo.com, www.biyanicolleges.org

String in C

Strings are defined as an array of characters or a pointer to a portion of memory containing ASCII characters. A string in C is a sequence of zero or more characters …

Task Domains of Artificial Intelligence

This is part of lecture presented by Dr. Madhu Sharma, Head of the Department (MCA) in Biyani Institute of Science and Management. This lecture is about — Task Domains of Artificial …

Operators in C Language

An operator is a symbol that “operators” on one or more expressions, producing a value that can be assigned to a variable. C has a rich set of operators which can …

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 …

CISC & RISC

In this Video, Shikha Khullar, Asst. Professor, IT Dept, Biyani Group of Colleges explains the Instruction Set. We have two type of Instruction set , CISC stands for Complex Instruction Set …

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 …