<span>
In quantities of data,
"kilo" = 2^10 = 1,024
"mega" = 2^20 = 1,048,576,
"giga" = 2^30 = 1,073,741,824 .
<span> <span /></span></span>
<span>1 gig = 1,024 megs<span><span /></span></span>
Answer:
int result=max(population1,population2);
printf("%d",result);
Explanation:
in above result variable holds the largest value of two variables population1 and population2.Printf displays that largest value.
int result=max(population1,population2);
in above expression , right hand side we are calling max function and on the left hand side we are saving the return value of the function in result variable
1. D you can't change the lens. Point and shoot cameras have a fixed lens so you don't need to change them.
2. C D-SLR. They have fast shutter and focus speeds for photography. They are used in a lot of professional settings.
Answer:
The period from 1959-1965 was the second generation. Transistors that are cheaper, consumed less power, were used in this generation, were more compact, were more reliable, and were faster than first-generation vacuum tubing machines.
Explanation:
The primary memories and the magnet tapes and magnetic discs were used as secondary storage equipment in this generation.
The montage language and high programming languages such as FORTRAN, COBOL, have been used in this generation. The computers used batch processing and operating system multi-programming.
A memory is like the brain of human beings. It is used for storing information and instructions. Computer memory is the storage space on the computer that processes data and saves instructions for processing.
The memory is split into many small parts known as cells. There is a unique address for each location or cell, which varies from 0 to memory minus one.
There are three basic types of memory:
Memory Cache
Main Memory/Primary Memory
The Memory of a Second Kind