Question
Why is written communication often preferred in
organizations?Solution
Written communication, unlike oral communication, provides a documented record that can be referred to in the future. This makes it especially valuable in organizations for policies, contracts, agreements, instructions, and compliance matters. • While oral communication may lead to quicker responses (Option A), written communication is not always the fastest. • Written methods can be more expensive and time-consuming than verbal exchanges (Option B → not always true). • Flexibility (Option C) is limited since once written, the message is less adaptable compared to verbal interaction. • The real strength of written communication lies in its accuracy, reliability, and ability to serve as proof in case of disputes or clarification needs. Thus, the main advantage making written communication the preferred mode is that it can be used later as proof.
Which of the following protocol should be used for those websites which need login credentials for sending the data?
In HTTP request methods, which of the following methods is not idempotent ?Â
If SNRi is the input SNR of a system in dB, SNRo is the output SNR of a system in dB, then which of the below defines the noise figure (NF) in dB?
What is the primary purpose of the fork() system call in Unix-based operating systems?
What is Computer Output Microfilm (COM) primarily used for in data management and archival systems?
Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?
Which is computer object code?
The latency of a network isÂ
Which query retrieves all records from TableA that have no corresponding records in TableB?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...