
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.
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 …
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
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 …
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. …
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 …
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 …
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
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 …
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. …
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.
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.
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 …
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 we will study type of instruction format .There are Four type of Instruction Format,(a)Three Address Instruction(Processor Resgister or Memory word),(b)Two Address Instruction(Processor Resgister or Memory word),(c)One Address
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 …
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 of communication system has been explained such as information source, electrial transducer,transmitter,medium and a receiver.
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 …
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 message in encrypted form to the receiver. The aim of cryptography is to provide Authenticity, secrecy, non-repudiation. The video is helpful for BCA students.
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()
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()
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 …
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 helpful for MCA, BCA, M.Sc. I.T and Computer science students.
Are you finding electronic data interchange tutorials on internet then please stop your journey and watch this video for your complete solution.
Are you finding electronic data interchange tutorials on internet then please stop your journey and watch this video for your complete solution.
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 …
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 factorial and returns the number. Program terminates if a non integer number is entered. This C language program uses for loop in just a single statement to calculates the factorial of integer number.
5!= 5 x 4 x3 x2 x1 =120