How to Avoid Communication Barriers (Gateways to Each of the Barriers)
1. Semantic Barriers can be avoided/ minimized: a. Using words familiar to the receiver b. Using words with positive connotation c. Expressing words properly translating message correctly […]
Sorting Very large numbers – Insertion Sort in Ruby
This is a program for insertion sort The programming language used is ruby Data from the files are read Output is shown in a file Total time taken for sorting […]
C Program to add Two (Very) Large Numbers
include include int charToInt (char stringNumber){return stringNumber – ‘0’;} int main (){char first_number[] = “55”;char second_number[] = “166”;char sum_string[500], str, sum_string_rev[500];int _first_number,…
Variants of Linux! Most popular and useful distros
Variants of Linux There are hundreds of variants of Linux For you, which is best linux? To answer this, it depends on factors like Skills Area of focus Support Required […]
Overview of Linux Architecture
Overview of Linux Architecture Hardware Consists all peripheral devices Physical devices E.g RAM, HDD, Processer, motherboard etc Kernel Core Component Directly interacts with hardware Shell Interface to kernel Hides complexity […]
Linux Standard Directories
Linux Standard Directories All files and directories are under root directory (/) Some standard directories are /root Every file and directory starts from root Root user can write on this […]
Linux Vs Windows! Differences you need to know!
LINUX WINDOWS Users have access to source code Access of source code is not available to users Highly customizable Less customization option GPL License – free to modify and redistribute […]
UNIX Vs Linux! What are the differences?
UNIX LINUX Source code is not available to public Source code is available to general public Used for servers, workstations and high end computers Used for personal computer, game development […]
Features and Advantages of Linux
Features and Advantages of Linux Open Source Code easily available Can customize OS Contribute, moify, distribute, enhance Security Less vulnerable Applications needs to be admin authorized No antivirus required Free […]
Need and Advantages of Open Source
Advantages of Open Source The cost of hardware is less as Linux and os are portable with higher compressible using less hardware power than other operating systems The quality of […]


