edited by
1,611 views

2 Answers

1 votes
1 votes
Real time processing system follows time rigidity. Batch processing follows FIFO (First in First Out) which is essential in Remote processing system. hence option B which is the Batch Processing system with time sharing system are used for Remote computing system.
0 votes
0 votes

Remote computing refers to the ability to access and use a computer or other devices remotely over a network connectionThis can be done from any location with an internet connection, allowing users to access their work files and applications from any device, including their personal laptop or smartphone.

(A) Real-time processing is the method where data is processed almost immediately. These systems process data as soon as they receive input and give the processed data as output. Because of this nature, real-time processing usually requires a continuous flow of data

In the context of remote computing, real-time processing might not be necessary if the tasks being performed do not require immediate response or if the system does not have the resources to support real-time processing

(BThis is a method of executing a series of jobs all at once without manual intervention. In the context of remote computing, batch processing is essential as it follows a First-In-First-Out (FIFO) approach, which is crucial in a remote processing system

(C) Multiprocessing might not be necessary if the tasks being performed do not require parallel processing or if the system does not have the resources to support multiprocessing.

edited by

Related questions

0 votes
0 votes
2 answers
1
go_editor asked Mar 27, 2020
869 views
Semaphores are used to :Synchronise critical resources to prevent deadlockSynchronise critical resources to prevent contentionDo I/oFacilitate memory management
0 votes
0 votes
2 answers
2
go_editor asked Mar 27, 2020
1,058 views
In which of the following storage replacement strategies, is a program placed in the largest available hole in the memory ?Best fitFirst fitWorst fitBuddy
2 votes
2 votes
2 answers
4
go_editor asked Mar 27, 2020
863 views
Which of the following is not collision resolution technique?Hash addressingChainingBoth (A) and (B)Indexing