본문 바로가기

학교48

델프트 공대 (TU Delft) 컴퓨터공학과 후기 이 글에서는 내가 2019년부터 2024년까지 다녔던 델프트 공과대학교 (TU Delft) 컴퓨터공학과에 대해서 한번 써보려 한다. 델프트에 처음 입학을 준비할 당시에는 이런 정보가 많이 없어서 정보를 찾는데 어려움이 좀 있었기에 만약에 델프트 공대에서 유학을 준비할 때 유용한 정보가 되기를 바란다. 이 글에서는 다음과 같은 내용을 다뤄볼 예정이다.1. 각 과목 후기 정리 (아마 주관적인 난이도와 함께)2. FAQ 각 과목 후기 정리델프트 공대에서 배우는 과목들은 다음과 같다.  1학년 1학기 Introduction to Programming  (난이도 ★ ★ ☆ ☆ ☆)이 과목에서는 객체지향프로그래밍 기본에 대해 배운다 (Object Oriented Programming). 아주 기본적인 class, .. 2025. 3. 25.
Lecture 12-13: Objects 목차 Learning Objectives - Explain what an object is - Explain how objects are typed in Scala - Explain what the "self" is in object-oriented programming - Explain what delegation and late binding is in object-oriented programming - Desugar a language with simple objects into functions and mutation - Explain what the Expression Problem is, and how objected-oriented programming and functional progr.. 2024. 4. 10.
CPL 5: Parallel and Concurrent 목차 Single Core Concurrency Multiprogramming allows a single-core processor to run multiple programs in a rotation principle. Therefore, multiple programs can be loaded in memory and each will take turn executing instructions on the CPU. 2 multiprogramming concepts: Multi-user system: Multiple users that share a single-core machine. The single core processor is going to allocate time to every ter.. 2024. 4. 9.
Lecture 14: DNS and Coordinated Vulnerability Disclosure 목차 DNS Domain Name System is a decentralized naming system for computers, services, or any resource connected to the internet or a private network. → DNS translates human-readable domain names (like example.com) into IP addresses that computers use to identify each other on the network. DNS operates as a hierarchical and distributed database. When you type a domain name into your web browser, yo.. 2024. 4. 8.
반응형