Section 01: Number Systems and Bases Flashcards
1
Q
What is the study of computing?
A
📎 Study of computers and computing, including (1) theoretical and algorithmic foundations, (2) hardware and software, and uses (3) process information
- Study algorithm
- Data structures
- Computer system and networks
- Artificial intelligence
2
Q
What are the parts of a computer?
A
- Input: Keyboard, mouse, camera
- (a) Central Processing Unit (CPU) and (b) Memory
- Output: screan, headphones, printer
3
Q
What are binary numbers in computers?
How does this relate to bits and bytes?
A
- Computer: set 0s and 1s ⇒ computers’ processor is a set of transistors
Binary Numbers in Computers:
Bits: represents most basic unit of info computer
Bytes: Combination of 8 bits
Positive and Negative Integers
Using Extra digit indicate positive and negative numbers:
- 109 = 01101101 and -109 = 11101101
Text in Binary:
- Every character also represented as binary numbers using ASCII Character encoding - standard used in computers
Binary used encode all info ⇒ How to know how (in what format) interpret a number?
4
Q
How to convert from Binary to Decimal:
A
5
Q
Convert any binary number to decimal:
A