I dont really understand what you want to do but im gonna answer it as if I understood it.
If x is 10 and y is 20 then y is larger than x
<u>Answer:</u>
I am writing <em>partial code in</em> <em>c++ to calculate weighted average</em>. The weighted average should be calculated based on multiplying the test score and its <em>respective weight and finally add all the test score.</em>
<u>Explanation:</u>
<em>int arrtestscore[100];</em>
<em>int arrweight[100];</em>
<em>int n;</em>
<em>double weightedavg;</em>
<em>cout<<”Enter the number of test score for which weighted average needs to be calculated”;</em>
<em>cin>>n;</em>
<em>for(int x = 0; x <n;x++)</em>
<em>{</em>
<em> cout<<”Enter test score :” + (x+1) ;</em>
<em> cin>>arrtestscore[x];</em>
<em> count<<”Enter the respective weight:”;</em>
<em> cin>>arrweight[x];</em>
<em>}</em>
<em>for (int i=0; i<n;i++)</em>
<em>{</em>
<em> weightedavg = weightedavg + (arrtestscore[i] * arrweight[i])</em>
<em>}</em>
<em>cout<<”weighted average = “ <<weightedavg; </em>
Answer: Having a checking account sets you up for financial success. Get access to your money quicker, complete financial transactions on your phone or tablet, rest assured that your money is protected, and easily track your spending so you can make better money choices.
Explanation: Hopefully this helps you. (pls don't report if wrong)
Answer:
The maximum Data transfer rate is 320 Mb/s
Explanation:
The minimum microprocessor bus cycle duration = 100 input clock cycles and Data bus clock = 4.0 GHz = 4 × 10⁹ Hz
The maximum bus cycle rate = Data bus clock/minimum microprocessor bus cycle duration
Therefore, The maximum bus cycle rate = 4.0 GHz/100 = 4 × 10⁹ / 100 = 4 × 10⁷ = 40 × 10⁶ = 40 M/s
8 bits is equal to 1 byte, therefore 64 bit is equal to (64/8 = 8) byte.
Data transferred per bus cycle = 64-bit = 8 bytes.
The maximum Data transfer rate per second = bus cycle rate × data transferred per bus cycle = 40 M/s × 8 bytes = 320 Mbytes/s = 320 Mb/s.
The maximum Data transfer is 320 Mb/s
Answer:
a person who creates a computer virus is a programmer