Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- binary search tree
- 뉴욕 화장실
- Computer Science
- 빅데이터 커리어 가이드북
- 화장실 지도
- Data Engineer
- Binary Tree
- priority queue
- 빅데이터 지식
- hash
- data scientist
- 데이터 엔지니어
- Newyork
- data
- exam
- Data Structure
- 데이터 분석가
- Study
- Preparing for the Google Cloud Professional Data Engineer Exam
- Data Analyst
- BST
- Restroom
- dataStructure
- 빅데이터
- Heap
- Computer Organization
- HEAPS
- Linked List
- Algorithms
- algorithm
Archives
- Today
- Total
목록Computer Organization (1)
Jaegool_'s log

Week 2: Data Representation Deciaml, Binary, Octal, Hexadecimal Convert Decimal to Binary 60(base 10) 60 - 32(2^5) = 28 - 16(2^4) = 12 - 8(2^3) = 4 - 4(2^2) = 0 111100(base 2) Decimal to Octal Division - Remainder Method Binary to Octal Separate into 3-bit chunks starting from the right Determine the value of each 3-bit sequence 100101001000101101100(base 2) 100 101 001 000 101 101 100 4 5 1 0 5..
Courses
2023. 2. 23. 14:24