Answer:
Computers can solve problems by performing billions of operations per second. A programmer's job is to find solutions. They do this by breaking down problems into easy-to-follow steps for a computer. Programming languages allow people to communicate with computers.
Although computers play an important supporting role as a tool in the discipline, they are just that–tools. ... Given a problem, a computer scientist's goal is to develop an algorithm, a step-by-step list of instructions for solving any instance of the problem that might arise.
Explanation:
Pleeeeeeez mark Me as BRAINLIEST
Answer:
i) The time taken for 1500 records = 15 seconds.
ii) The time taken for 1500 records = 50 seconds.
Explanation:
A is an O(n) algorithm.
An algorithm with O(n) efficiency is described as a linearly increasing algorithm, this mean that the rate at which the input increases is linear to the time needed to compute that algorithm with n inputs.
From the question, it is given that for 1000 records, the time required is: 10 seconds.
Algorithm time taken is O(n)
Hence,
1) For 1,500 records
=> 10/1000 = x/1500
=> 10x1500/1000 = x
x = 15 seconds
Thus, the time taken for 1500 records = 15 seconds.
2) For 5,000 records
=> 10/1000 = x/5000
=> 10x5000/1000 = x
x = 50 seconds
Thus, the time taken for 1500 records = 50 seconds.
Answer and Explanation:
Reliability is important because if the service lacks lacks reliability this could mean losing a packet or acknowledgement which then requires retransmission.
Delay can be tolerable in different degrees by applications, for example online chatting or conferences need to have the minimum delay possible.
Jitter is the variation in delay for packets belonging to the same flow.
High Jitter: difference between delays is large
Low jitter: difference between delays is small.
Bandwidth depends on the application. In video conferences, for example, there is a need to send million of bits per second to refresh a colour screen while sending a email may not reach even a million.
The correct answer is C. Customer spreadsheet