Mahesh Parahar has Published 191 Articles

Difference between Optical fibre and Coaxial cable

Mahesh Parahar

Mahesh Parahar

Updated on 15-Apr-2020 06:23:19

10K+ Views

Optical fibre and Coaxial cables, both are different types of guided media cables. Optical fibre is made up of plastic and glass and is used to transmits signals in form of light or optics whereas coaxial cable is made using plastic and copper wires and is used to transmits signals ... Read More

Difference between Structure and Array in C

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 07:13:01

7K+ Views

In C both Structure and Array are used as container for data types i.e in both structure and array we can store data and also can perform different operations over them.On the basis of internal implementation following are some basic differences between both.Sr. No.KeyStructureArray1DefinitionStructure can be defined as a data ... Read More

Difference between strlen() and sizeof() for string in C Program

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 06:57:24

316 Views

As we know that in programming string can be defined as the collection of characters. Now for the requirement of finding how many characters are being used to create a string, C provides two approaches which are strlen() and sizeof().As mentioned in above point both of these methods are used ... Read More

Difference between system level exception and Application level exception.

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 06:26:47

3K+ Views

As we know that exception is something that refers to the interruption in the flow of program or application. This unwanted event is known as Exception and is generally gives the indication regarding something wrong within the code. Basically particularly in language C# an exception can be a System or ... Read More

Difference between Hadoop 1 and Hadoop 2

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 06:11:34

9K+ Views

As we know that in order to maintain the Big data and to get the corresponding reports in different ways from this data we use Hadoop which is an Open Source framework from Apache Software Foundation based on Java Programming Language.Now Apache introduces the next version of Hadoop which named ... Read More

Difference between grep and fgrep command

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 06:05:24

786 Views

In any language or framework one of the most important and main feature is of searching the data. It not only denotes the performance of language but also represents in what manner the data is being stored. So specifically if we take an example of LINUX operating system there comes ... Read More

Difference between fundamental data types and derived data types in C++

Mahesh Parahar

Mahesh Parahar

Updated on 25-Feb-2020 06:00:18

421 Views

In programming data type denotes the type and nature of data which is intended to be use by the user. It is the data type which compiler or interpreter going to deal with and provides corresponding storing location in main memory.Now on the basis of nature of data Data type ... Read More

Difference between Cyber Security and Information Security

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:06:11

950 Views

Cyber Security and Information Security both terms are synonymous with each other the difference between the two comes when nature of data which is going to secure. In nutshell Cyber security deals with protecting networks, computers, and data from unauthorized electronic access while Information security deals with protecting information assets ... Read More

Difference between Cost Variance and Schedule Variance

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:04:38

537 Views

For any application or specifically for any project the one of the most concern factors are its budget management and time management in both pre development and post development phase. So to evaluate these both prime factors of any project there are many ways among which Cost Variance and Schedule ... Read More

Difference between Cost Performance Index (CPI) and Schedule Performance Index (SPI)

Mahesh Parahar

Mahesh Parahar

Updated on 24-Feb-2020 12:03:12

695 Views

For any application or specifically for any project the most concern factor is its performance in both pre development and post development phase. So to evaluate the performance of any project there are many ways among which Cost Performance Index (CPI) and Schedule Performance Index (SPI) are the two important ... Read More

Previous 1 ... 5 6 7 8 9 ... 20 Next
Advertisements