How can A send the date to both B and C so that A does not have to do any conversion?

Process A sends to process B a single data item, a date. Process A uses the American date format: // (for example: 01/31/2001. Process B uses the European date format: //(for example:31/01/2001.)
Suppose the same date has to be communicated to Process C, which uses a date format of --(for example; 2001-01-31).


A sends the date in American format. B and C will have to convert the date to its local format upon receiving the date.

Computer Science & Information Technology

You might also like to view...

If a class is named MyClass, what must theconstructors be named?

a) initializer b) MyClass c) Any name the programmer wishes except the name of the class d) ~MyClass e) None of the above.

Computer Science & Information Technology

Independent Sub procedures are not used extensively in large and complex programs, which typically are written by a team of programmers.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The start bit is used with asynchronous transmissions and signals the beginning of transmission

Indicate whether the statement is true or false

Computer Science & Information Technology

Describe five common enhancements and corrections that may be needed when modifying a report.

What will be an ideal response?

Computer Science & Information Technology