Computer Science

Amdahl’s Law

If we improve only one aspect of a computer system, the overall improvement in performance is limited by the extent the improved aspect is used. Amdahl’s Law addresses this limitation. The law was presented by Gene Amdahl in 1967. Amdahl’s paper focuses on the potential speedup that can be expected by using multiple processors. The …

Amdahl’s Law Read More »

Conversion between hexadecimal and binary numbers

Conversion between hexadecimal and binary is quite easy; which is precisely why hexadecimal became rather important in computer science. This is despite being neither machine friendly like binary nor familiar to humans like decimal. About Hexadecimal Hexadecimal number system has 16 numerals. In addition to the ten decimal numerals [0..9], it also has A, B, …

Conversion between hexadecimal and binary numbers Read More »