본문 바로가기

전체 글

(231)
[SYSP] LEC2. Computer Systems 컴퓨터 시스템의 계층도 컴퓨터 하드웨어의 구조 - 하드웨어 구성요소 버스 buses 입출력 장치 I/O devices 주기억장치 main memory 캐쉬 cache memory 중앙처리장치 CPU 버스 : 구성요소간의 정보교환 통로 - 종류 : 입출력버스, 시스템버스 프로세서 중앙처리장치 Central Processing Unit CPU - 산술논리연산장치 : arithmetic and logic unit ALU - 제어장치 : Control unit - 레지스터 프로그램 카운터 PC 상태 레지스터 메모리 주소 레지스터 메모리 데이터 레지스터 명령 레지스터 instruction pointer IP 범용 레지스터 general-purpose register CPU - 주요 기능 : 기억장치로부터 명령/데..
0914 객지설
0914 HTML5 Tutorial HTML Home https://www.w3schools.com/html/default.asp HTML Introduction > What is HTML? - HTML : Hyper Text Markup Language - HTML은 웹페이지를 만드는데 기준 마크업 언어이다. - HTML은 웹페이지의 "구조"를 묘사한다 - HTML은 일련의 elements를 포함한다 - HTML elements는 브라우저에게 내용을어떻게 보여줄지를 전달한다. - HTML elements label pieces of content such as "this is a heading", “this is a paragraph", “this is a link", and so on >Web Browsers - Chrome, Edge..
0913 알고리즘 실습
0913 컴퓨터구조 이론
0913 객지설 Introduction to C++ History of C++ Bjame Stroustrup 개발 시작할 때 C with Classes 로 시작 특징 - C++ Design Is C++ an extension of C? Key concepts in OOP OOP concepts Class Object Class and Object Abstraction Encapsulation Inheritance Polymorphism
0906 HelloWorld