hacker
This word has evolved to mean an unauthorized user; that is someone who becomes a user of a computer system without permission. Hackers have acquired a bad reputation as some have copied sensitive information, caused disruption of systems by introducing errors or used the access to criminally defraud others. In a non-derogatory sense, a hacker is a person involved in the intricacies of computers and programming. With the introduction of the internet in the 70s and 80s in US Universities, hackers became a clearly-defined group with their own ethos. A Hacker may or may not understand others' rights of ownership or privacy of information. Most hackers, however, believe that information sharing is a power for positive good.
hertz
Abbreviated Hz. A unit of measurement that measures how often a periodic event, such as a waveform, occurs. One hertz equals one cycle per second. Frequency is often measured in kilohertz (KHs, 1000Hz), megahertz (MHz, 1000 KHz), gigahertz (GHz, 1000MHz), or terahertz (THz, 1000 GHz).
hexadecimal (hex)
Numerical system based on 16 rather than the 10 in the decimal system or 2 in binary. The numbering starts at 1, goes to 9, then A B C D E F (F=15).After 'F', '10' would then be the first double digit number, and represents the decimal value 16. For programmers, the hexadecimal system makes it more convenient to handle the large binary numbers encountered in computer systems.