Answer:
Following are statement is given below
int k=1,total=0; // variable declaration
while(k<50) // iterating the while loop
{
total=total+k*k;// calculating the square
k=k+1; // increments the value of k by 1
}
Explanation:
Following are the description of Statement.
- Declared a variable "total" and "k" of the "integer " type initialized the total to 0 and "k" to 1.
- Iterating the while loop for less then 50 .In this loop, we calculating the sum of square of first 50 number in the "total" variable .
- After that increment the value of "k" variable by 1 to execute the loop less then 50 .
C. Healing brush
That’s the answer
Answer:
Heyy I'm feeling sad and stressed. Wbu?
Explanation:
For each of your computers:
- You will want internet connectivity
- Perhaps share a printer
- Share files (pictures, music, documents etc.) between computers
- Create backups
- Play multiplayer games
All these purposes justify a home network.
Answer:
Given,
Screen resolution= 1024 x 512 pixels | (m x n)
1024 pixels is the size of the horizontal direction i.e length
512 pixels is the size of the vertical direction i.e breadth
Total pixels in the screen are = (1024*512) = 524288
The size of frames equal to the 524288 pixels.
Refresh rate of the screen =60 frames/second
So, the total number of Pixels per second = 524288*60 = 31457280 pixels/second.
We want to display 1 row of pixels,or we can say 1024 pixels as 1024 pixels is the size of the horizontal direction i.e length.
Seconds = (1024 pixels)/(31457280 pixels/second)
=0.00003255208 seconds
A frame is one of the pictures, and the frame rate is a frequency metric,how often a fresh frame updates the video. This translates into the frequency at which the game redraws the picture on the screen for video games. Frame rate per second (fps) is measured in frames.