Calculation force of CPU
the ability of double precision floating-point computing is commonly used to measure the scientific computing ability of CPU, that is, the ability to process 64 bit floating-point data
the processor supporting avx2 can perform 16 floating-point operations in one core and one clock cycle, Also known as 16flops
CPU power = number of cores x frequency of cores x 16flops
processors supporting avx512 can perform 32 floating-point operations in one core and one clock cycle, also known as 32flops
CPU power = number of cores x frequency of cores x 32flops
some CPUs have two levels of flash memory. The speed of data exchange between flash memory and CPU is very close to that of CPU itself
in general, the data exchange between memory and CPU is one or two orders of magnitude lower than the computing speed of CPU itself (depending on which bus the computer uses), which is the biggest bottleneck affecting the overall computing speed of a computer
so your question is not completely correct. The relationship between the overall computing power and memory size of the computer and the relationship between the overall computing power of the computer and the data exchange speed of the bus are secondary
only when the bus speed is constant and the size of memory is not less than the maximum number of bytes that can be exchanged by the bus per second, can the memory not become a factor to rece the overall computing speed of the computer
I don't know if you are satisfied with this answer.
the daily cash withdrawal limit of ATM is 20000
different ATM settings are different, some are single transaction 2000, some are 2500, 3000, at most 5000 per transaction; At the time of withdrawal, ATM will prompt the maximum amount of each withdrawal
automatic teller machine, also known as ATM, is the abbreviation of automatic teller machine, which means automatic teller machine. Because most of it is used for withdrawal, it is also known as ATM. It is a highly precise mechatronics device, using magnetic code card or smart card to achieve self-service of financial transactions, instead of the work of bank counter staff. It can withdraw cash, inquire deposit balance, transfer funds between accounts, inquire balance, etc; It can also carry out cash deposit (real-time entry), check deposit (none in China), passbook re registration, intermediate business, etc. Cardholders can use a credit card or savings card to make automatic withdrawal, balance inquiry, transfer, cash deposit, passbook re registration, purchase funds, change passwords, and pay mobile phone bills according to their passwords strong>
for home use, Intel and AMD, CPU computing power, how many calculations per second
