Greetings

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

My research centers human-AI interaction, with an emphasis on accessibility and creativity support, particularly in enhancing "music accessibility" for d/Deaf and hard-of-hearing individuals. One of my main projects involves song signing to support culturally responsive content creation and encourage collaboration between d/Deaf and non-d/Deaf artists. Another aspect of my work focuses on enhancing people's well-being. I am engaged in projects that support individuals with dementia in their out-of-home experiences and encourage mindful eating behaviours among children.

I completed my B.Sci 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 System Lab). Additionally, I worked as a research intern at the Samsung AI Centre Toronto under the guidance of Dr. Iqbal Mohomed, and at NAVER AI (HCI group) with Dr. Young-Ho Kim.

Computer Architecture 1

 <5 classic components in computer system>

Control/ datapath/ memory/ Input/ Output


<BIOS>

basic input and output system.

built-in SW, Initializes all HW.

located at ROM (read-only mem)


<virtual MEM>

using DISK to make mem larger.


<pMOS, nMOS transistor>

CMOS 집약기술 VLSI 


<Brancg vs Jump>

Branch: conditional, value + PC

Jump: unconditional, value


<MIPS instruction execution>

1) IF: fetch instruction from MEM, using PC

2) ID: decide Instruction  & read register value

3) ALU: 

4) MEM: mem access

5) WB: write result back & increment PC


<Language>

High-level language - Compiler - Assembly Language - Assembler - Machine language

Linker: static library + object module -> executable - loader (+ shared library) - mem

Comments