Author: ICT Byte

Managerial Communication, Masters of Computer Science

How to Improve Intercultural Communication Skills?

Improving Intercultural Communication Skills 1. Studying Other Cultures Effectively adapting your communication efforts to another requires not only about knowledge about the culture but also both ability and the motivation …...

Read More

Managerial Communication, Masters of Computer Science

Concepts of culture, culture-centric behaviours and the ways to avoid them.

Concept of Culture Culture is a shared system of symbols, beliefs, attitudes, values, expectations, and norms for behavior. You belong to several cultures, each of which affects the way you …...

Read More

Managerial Communication, Masters of Computer Science

How to improve non-verbal communication?

Improving Nonverbal communication Pay attention to signals. Focus on the tone, pitch, stress Use good eye contact Ask questions Use signals to make a good meaning Pay attention to time …...

Read More

Managerial Communication, Masters of Computer Science

Non-verbal communication and its categories

What is Non-Verbal Communication? The communication in which we do not use words is called nonverbal communication. Wordless messages / Non-word communication Non-Verbal Communication can roughly be divided into six …...

Read More

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
Close