• April 2, 2025

Linux Commands

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.

Instruction format

In this Video, Shikha Khullar IT Dept, Biyani Group of Colleges explains the Instruction Format. At first in this we have to need Explain About Instruction set . In this technique …

Communication System

In this Video, Prakshi Agarwal, Assistant Professor(IT), Biyani Group of Colleges explains the communication system.In this video definition of communication is stataed along with the block diagram in which various componenets …

Cryptography

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 …

Aggregate functions in SQL

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()

PERL programming basic

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

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 …