what's your choices for this question
Answer:
Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor. Since there is only one processor, there can be no true simultaneous execution of different programs. Instead, the operating system executes part of one program, then part of another, and so on. To the user it appears that all programs are executing at the same time.
Explanation:
Answer:
<h2>c) Date : Date</h2>
Explanation:
A type of attribute of data is called data type in computer science, data types tells the interpreter how a person wants to use the data. The basic data types are supported by most of the programming languages, the basic data types are Integers, float, characters, strings, point numbers and arrays. The terminology may differ from one language to other.
i would say maybe an accountant, entrepreneur, business reporter, or something like that.
Answer:
A 1 MB digital file needs 0.23 seconds to transfer over a channel with bandwidth 10 MHz and SNR 10 dB.
Explanation:
We can calculate the channel capacity using Shannon's Capacity formula:
C = B + log₂ (1 + SNR)
Where C = Channel Capacity
B = Bandwidth of the Channel
SNR = Signal to Noise Ratio
We are given SNR in dB so we need to convert it into a ratio.
= 10log₁₀ (SNR)
10 = 10log₁₀ (SNR)
1 = log₁₀ (SNR)
SNR = 10¹
SNR = 10
So, using Shannon Channel Capacity formula:
C = 10 x 10⁶ log₂ (1 + 10)
C = 34.5 MHz
Total amount of time required to transmit a 1MB file:
1MB = 1 x 8 Mbytes = 8Mb
C = 34.5 MHz = 34.5 Mb/s
Time required = 8Mb/34.5Mb/s = 0.23 seconds
A 1 MB digital file needs 0.23 seconds to transfer over a channel with bandwidth 10 MHz and SNR 10 dB.