• 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

How to create package and import package in java

Packages are used to organize all classes and interfaces. They are also used to control the visibility access. • To create package: package packagename; • To import package: Import packagename.*.;

Queue data structure

This is a part of lecture presented by Ms.Rashmi Sharma Asst. professor of biyani girls college.The video is about Queue Data Structure. In queue data structure insertion takes place on rear …

Wireless Sensor Network

Ms. Shivangi Gupta, B.Tech Student, Biyani Institute Engineering & Technology explained about research work done in JAIST ,Japan on the topic Wireless Sensor Network. www.gurukpo.com, www.biyanicolleges.org

Software Verification Process.

Ms. Pooja Sharma, MCA Student, Biyani Institute of Science and Management explained about research work done in JAIST ,Japan on the topic Software Verification Process by using set solver. www.gurukpo.com, www.biyanicolleges.org

Logic for Fibonacci Series

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

Cryptography RSA algorithm

It is part of lecturer provided by Mrs. Rashmi Sharma, Asst. Prof. in Biyani Group of colleges on behalf of gurukpo.This lecturer is about RSA algorithm which is more secure cryptographic …

Process Management

Process is a program in execution. Process is dynamic and active and it resides in Main memory. Process is a data structure which has attributes as well as process states. Attributes …

Compiler Basics

Compiler is a program which coverts High Level Language (source code) into assembly level language (executable code). Compiler works fast as compared to interpreter. Compiler comprises of following: 1. Lexical Analyzer …

8255 IC

This topic s related with the subject microprocessor & micro controller. 8255 is known as the programmable peripheral interface use to taking extra input & outputs. It is 40 pin IC …

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 …