Basic computer components

12345
Across
  1. 3. it is a base 16 system used to simplify how binary is represented
  2. 4. a combination of zeros and ones, which forms the most fundamental layer of information that is stored in computing systems
  3. 5. control structures that allow sections of code to be executed multiple times according to controlling conditions of the loop
Down
  1. 1. a conditional loop tests for a condition around the loop, and repeatedly executes a block of instructions
  2. 2. sequences are the main logical structure of algorithms or programs