8. Human Factor - Brain
Brain Most complex structure known Sensor와 responder를 연결해주는 역할을 한다. → 이 역할을 잘 못하는 disabled 환자도 있어서, accessibility가 중요하다. Human Uniqueness 사람은 그들이 상호작용하는 기계보다 훨씬 대단하다. (sensory input에 대한 asso...
Brain Most complex structure known Sensor와 responder를 연결해주는 역할을 한다. → 이 역할을 잘 못하는 disabled 환자도 있어서, accessibility가 중요하다. Human Uniqueness 사람은 그들이 상호작용하는 기계보다 훨씬 대단하다. (sensory input에 대한 asso...
Program Visible State PC 현재 실행중인 명령어의 주소를 저장하는 32비트 레지스터 Registers 5-bit의 read할 레지스터 주소를 넣으면, 저장된 값을 출력한다. Instruction memory 명령어 주소를 넣으면 32...
Now we are going to study MIPS specifically! Data Format Most things are 32 bits! 명령어와 데이터 주소 signed, unsigned integer Floating Point Number (디시설 ON) [(-1)^S \times (M+1)\times2^e] Bi...
Make Idea Tangible! Prototype is a simplified and incomplete models of a design used to Explore ideas elaborate requirements Refine specifications (spec 미리 정의) Validate functionality (되는...
We talked about Understand and Analysis, now Definition! 그래서 누가 쓸건데? Definition Using data collected in the analysis phase Identify and name key persona 🙎♂️ 특정 집단을 대표하는 가상의 인물 ...
Compiling C program C-code는 다음의 순서로 메모리에 올라간다. Compile → Compiler가 C코드를 최적화 후 어셈블리어로 변환한다. (*.s) Assemble → Assembler가 어셈블리어를 기계어 (object file)로 변환한다. 이 때부터 ISA에 따라 달라진다. Linker ...
Now we’re going to talk about Design Process System-centered design What can be built easily on this platform What can I create from available tool What do I as a programmer find interest...
Perpetual Intermediates 사람들은 대부분 중급자에 머무른다. 따라서 중급자를 타깃하여 디자인하는 것이 효과적이다. 중급자에 머무르는 이유는 Beginner에서 Intermediate까지는 비교적 쉽게 넘어간다. Intermediate에서 Expert가 되려면 일단 넘어가기 어렵고, 조금 안쓰다보면 다시 중급자로 돌아오기도...
Early Example: Astrolable 시계, 혼천의 등 쉽게 쓸 수 있는가? → No. 하지만 없으면 정보를 얻을 수 없음. 유일한 정보 획득 수단이라 그냥 쓴다. Evolution of Computers Babbage DIfference Engine (1791~1840) Father of computer. Desi...
Computer is upgrading, but… Moore’s Law에 의해 컴퓨터의 속도는 점점 빨라지고 있고 (요즘 깨지긴 했지만) AI는 사람보다 더 잘해지는 분야가 많아지고 있다. 이에 반해 인간의 능력은 거의 constant하게 유지되며, 컴퓨터와 인간의 능력 차이는 점점 커지고 있다. HCI What is HCI? HCI는 ...