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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the parts of a computer?

A
  1. Input: Keyboard, mouse, camera
  2. (a) Central Processing Unit (CPU) and (b) Memory
  3. Output: screan, headphones, printer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to convert from Binary to Decimal:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Convert any binary number to decimal:

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly