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