Etiquette: Introduction Etiquette is the formal rules of correct or polite behavior in society or among members of a particular profession. A poor etiquette can drive away customers, investors, and other critical audiences– and it can limit your career potential. Etiquette in the Workplace Workplace etiquette refers to a variety of behaviors, habits, and aspects...
Tag: masters of computer science
Post Speech Activities: What you should keep on your mind?
Post-Speech activities Politely invite your audience to participate in a question-answer session When an audience member asks a question, make sure everyone hears it. If not, you can repeat the question. If you don’t understand the question, ask the audience member to repeat it and clarify. If you have no answer, tell the audience. Faking...
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 communicate. The United States is home to a vast array of cultures. There people speak now more than 160 languages. In contrast, Japan is much...
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 Consider the context Don’t slouch
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 categories. 1. Kinesics It is the body movement and gestures regarded as a form of nonverbal communication. Example: Use of head, eyes, posture…. 2. Oculesics...
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 clarifying assumption d. Training and practice e. Clarifying nuances ( slight difference in meaning) 2. Physical or Mechanical Barriers can be avoided: ...
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 Hardware you are using Softwares you need to use Here are top Linux distributions Ubuntu Most popular distro Announced in 2004 Uses Debian Have app...
Commands for Files and Directory Handling in Linux
Commands for Files and Directory Handling in Linux Cd To change directory E.g cd / [we are moving to root directory] Cd.. Takes one level up of directory E.g cd.. Ls To list the items of directory Ls –la List content of directory including hidden files E.g ls-la Cp Copies the content from file a...
Solving Recurrences using Iteration Method
Iteration Method Expand the relation so that summation dependent on n is obtained Bound the summation Example T(n)=2T(n/2)+1 T(1)=1 Solution: T(n)=2T(n/2)+1 Let there is k iteration. So, for the first iteration, k=1. K=2 represents second iteration and goes on. Let’s find what is T(n/2) For this, put it in original function T(n) i.e Replace n...
References and Primitive Data Types
Two types of entities are identified by JAVA Primitive Objects Primitive Data Types in JAVA most basic types of data 8 primitive data types They have fixed size They are limited to range of value byte has size of 8 bits minimum value is -128 maximum value is +127 example : byte c=32; short size...




