본문 바로가기

개발자 취업 프로젝트[일지]

💻 개발자가 되기 위한 프로젝트(7)💻

✔ 7일차(2023.02.20.월)

1. AM 08:30분 ~ 10:50분 : 컴퓨터 공학 기초[Understandings of MIPS integer ISA]

  - 용어 정리 -> 노션)

 - (참고) 컴퓨터 공학 기초[Understandings of MIPS integer ISA]

  - [학습] : ALU 제어, ALU제어 신호의 종류 6가지, 명령어별 ALU 제어신호, Instruction Opcode, ALU OP, Instruction Operation, Funct filed, Desired ALU action, ALU control input, 4bit ALU 제어신호를 위한 진리표, 7개 제어신호의 기능, 제어유닛(Control Unit)

1 : ALU / 2 : Control 

 2. AM 11:00분 ~ PM 12:30분 & PM 13:30분 ~ 16:00분 : JavaScript 기본기 다지기

   - 용어 정리 및 실습(Searching For Elements -> getElementById(), getElementsByClassName(), getElementByTagName(), querySelector(), querySelectorAll(), Event -> Mouse Event, Key Event, Form Event, Load & other Event, 이벤트 연결 - 노션)

   - (참고) JavaScript 기본기 다지기

1 : Searching For Elements / 2 : querySelectAll() / 3 : Event

3. PM 16:10 ~ 18:30분 : 자료구조 학습(Python Tuple - 3문항 / Dictionary 2문항[문제 풀이])

   - 문제 풀이 (26 ~ 28번 / 31~32번)

   - (참고) Python Tuple(문제)&Python dictionary(문제)

1 : 튜플 풀이 및 딕셔너리 풀이 / 2 : 딕셔너리 32번 문항 / 3 : 결과물

4. PM 19:00 ~ 22:00분 : React 기본기 다지기

  - React Props, CSS style

  - (참고) React 실습

1 : PropsItem.js / 2 : Expense.js / 3 : App.js(main) / 4 : Output