Greetings

I'm a 4th-year Ph.D. candidate in Computer Science at the University of Toronto, working with Prof. Khai Truong in the DGP lab.

My research lies at the intersection of human–AI interaction, accessibility, and creativity support, with a special focus on improving music accessibility for d/Deaf and hard-of-hearing (DHH) individuals. My projects include song signing (CHI ’23) to explore how music is experienced and expressed within Deaf culture, and ELMI (CHI ’25), an LLM-supported English lyrics to ASL gloss translation system.

I completed my B.Sc. in Computer Science and Engineering at Ewha Womans University, where I was advised by Prof. Uran Oh (Human-Computer Interaction Lab) and Prof. Hyokyung Bahn (Distributed Computing and Operating Systems Lab).

Additionally, I worked as a research intern at Samsung AI Center Toronto, where I was mentored by Iqbal Mohomed, and at NAVER AI LAB under the supervision of Young-Ho Kim. Most recently, I interned at Adobe Research in the STORIE Lab, supervised by Anh Truong and Justin Salamon .

💼 I am currently exploring academic (Assistant Professor) and industry (Research Scientist) positions starting in Summer/Fall 2026.

Google Scholar | LinkedIn | suhyeon.yoo[at]mail.utoronto.ca

1. 운영체제 소개

 <운영체제란 무엇인가?>

소프트웨어와 하드웨어를 연결하는 계층

좁은 의미: 커널, 메모리에 상주

넓은 의미; 커널 + 유틸리티 시스템


<운영체제의 목적>

1. 컴퓨터 시스템을 편리하게 사용

2. 자원을 효율적으로 관리


<운영체제의 분류>

1. 동시 작업 가능 여부

- 단일 작업: MS_DOS

- 다중 작업: UNIX, Windows


2. 사용자의 수

- 단일 사용자

- 다중 사용자


3. 처리 방식

- 일괄 처리(batch)

- 시분할(Time sharing)

- 실시간: deadline


<운영체제의 예>

1. UNIX

- C언어, 이식성, 오픈 소스코드.

2. Windows

- 다중작업, GUI, Plug and Play

3. 타이젠

- 삼성..


<운영체제의 구조>

- CPU 스케줄링

- 프로세스 관리

- 파일 관리

- 입출력 관리


Comments