answers rated A+ (2)
What are the 5 components of a computer? - correct answer ✔✔CPU, main memory, output devices,
input devices, and secondary memory
What is a detailed sequence of steps for carrying out a process? - correct answer ✔✔algorithm
What is a detailed set of instructions for a computer to carry out? - correct answer ✔✔program
What are two types of algorithmic operations? - correct answer ✔✔sequential and iterative
What type of algorithmic operation is this?
1. Add macaroni and boil for 2 minutes
2. Drain and return macaroni to pot
3. Stir until mixed well - correct answer ✔✔sequential
What type of algorithmic operation is this?
1. Add macaroni and boil for 2 minutes
2 . While the macaroni is not done, boil for another minute
3. Drain and return macaroni to pot
4. Stir until mixed well - correct answer ✔✔iterative
What is assembly language an example of? (Mnemonics used to represent the machine language
instructions ie. ADD = 110011, it requires an assembler to translate into machine code) - correct answer
✔✔low level programming language
What is Python an example of? - correct answer ✔✔high programming language