Answer:
E) Encoding.
Explanation:
Communication is important aspect of life.Communication barriers occurs at all stages of communication from when the sender sends the message to the receiver receiving the message. Lack of communication skill in that particular comes in encoding barrier.So we conclude that the answer is Encoding.
Answer:
Explanation:
import java.Util;
public class Eggs{
public static void main (String [] args)
{
int noOfEggs, dozen, units;
float total;
Scanner input = new Scanner(System.in);
noOfEggs = input.nextInt();
if(noOfEggs < 0)
{
System.out.print("Invalid");
}
else
{
if(noOfEggs >= 12)
{
dozen = noOfEggs/12;
units = noOfEggs % 12;
}
else
{
dozen = 0;
units = noOfEggs;
}
total = dozen * 3.25 + (units * 45)/100;
System.out.print("You ordered "+noOfEggs+" eggs.\n");
System.out.print("That's "+dozen+" dozen at $3.25 per dozen and "+units+" loose eggs at 45 cents each for a total of $"+total);
}
}
}
Telecommunications is the electronic transmission of signals for communications, which enables organizations to carry out their processes and tasks through effective computer networks
Answer:
Data communication system is referred to the exchange of information between the sender and receiver by use of transmission media.
Explanation:
The data communication system is referred to as the exchange of information between the sender and receiver by the use of transmission media.
some application of data communication system are;
videoconferencing,
instant messaging
Telnet, etc.
In the data communication system, one information is transferred is transmission circuit then the media transfer the information to the receiver into the desired format.
the main issue is:
- data privacy
- cost of implementation
- use of the system for personal used during working hour