Masters of Computer Science

Managerial Communication, Masters of Computer Science

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 …...

Read More

Design and Analysis of Algorithm, Masters of Computer Science

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 …...

Read More

Design and Analysis of Algorithm, Masters of Computer Science

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_string500, str, sum_string_rev500;int _first_number, _second_number;int sum, first_number_length, second_number_length, carry,...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More

Masters of Computer Science, Open Source Technology

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 …...

Read More
Close