Abstraction Flashcards
Abstraction is
Simplifying what would otherwise be complex processes to carry out a task
An upper-level machine coding language is
A language that is mostly words/blocks, like Javascript
A low-level machine coding language is
A language that is mostly binary and works closer to the computer hardware
Transistors are
Tiny computer switches that turn on and off, and the lowest level of abstraction
All data is represented with
Bits
Computers are at level _____ in abstraction
7, the highest level
Video/Graphic cards are at level ___ in abstraction
6, the second-highest level
Motherboards are at level ___ in abstraction
5, the third-highest level
Memory is at level ____ in abstraction
4, the fourth-highest level
Chips are at level _____ in abstraction
3, the third-lowest level
Logic gates are at level ____ in abstraction
2, the second-lowest level
Transistors are at level ____ in abstraction
1, the lowest level
Hexadecimal is ____
Base 16 counting
Binary is ___
Base 2 counting
Decimal is ___
Base 10 counting