Contents
[-]������교���/2011/學高
1. 과��� ¶
- Memory��� ����������� ��������� 공간��� ������게 ���������까? ��� ��������� ��������� ������ ������까?
- ��������������� ��������� data��� 기������������ 10������(Dec.), 8������(Oct.), 16������(Hex.)������ ������������ ���������까?
- printf()��� ���������기 ������ include ��������������� library(~.h��� ��������� ������)��� �����������?
2.1.1. �������� ������(fact) ¶
- ZeroWiki��� ���������
- ��������� ��������
- ������ �����: =_������1_=, ==_������2_==, ===_������3_===
- ������ 걸기: ��������� ������
- ������ ������: ��������� 3개 ������
- 개��� ��������� ������������기 ������
- *��� ������������ ��� ������ ���
- ��������� ��������
- ������������ ������ 기������ ������
- CPU, Memory��� ������과 구���
- Memory address, binary bits
- SW��� 구���: System SW, Application SW
- Kinds of programming language: C, C++, Java, Assembly, Python etc.
- High-level Language VS Low-level Language: Human-kindly VS Machine-Kindly
- 4 levels of programming: coding -> compile -> linking -> debugging(running). and type of error of an each level.
- Source file, Resource file, Header file
- CPU, Memory��� ������과 구���
- C��������� ������ 기��������� ������
- C��� ������과 ������
- printf("Hello World!\n");: #include<stdio.h>?
- C��� ������과 ������
2.1.2. ���기 ������ ��� ��������� ���(feeling/finds) ¶
- ��� ���간��������� ���구���고 �������� ������������ ��������� ������������ ������고, ��������� ��������� ��� 기������ ����� ���������.
- ������ ���간��������� ��������� ��������� ��������� �����������겠���.
- ��� ��������� ��������� gcc�����고 �������������� 공������ ����������� ��������� ������ windows��� ������������ visual studio��� ������ ���������게 ��������겠���.
- ������ ���간��������� ��������� ��������� ��������� �����������겠���.
* ���기��� ��������� ��������� ������������기 ������ ��������� ������������ ���������겠���������.
2.3.1. ������ ������(fact) ¶
- Zerowiki
- ��������� ���������, ������������, ������, ������������, ������ ������������ ��������� ������고
- ��������� ������������������.
- ��������� ���������, ������������, ������, ������������, ������ ������������ ��������� ������고
- ��������� 기��� ������
- CPU(������������������)
- Main Memory
- Secodary Memory
- I/O(���������������)
- CPU(������������������)
- ��������� C��������� 기��������� ������
#include <stdio.h> int main() { printf("hello world!"\n); return 0; }
- ��������� ������길 ������������...
2.3.2. ���기 ������ ��� 고��� ���(findings/feelings) ¶
- ������간������ 그������ ��������������� ������ ������������ ���������������.
- Zerowiki������������ ������ ��������� ���������� ���고������게 ������������ ��������� ���간��������� �������� ������, ���������������.
- Zerowiki������������ ������ ��������� ���������� ���고������게 ������������ ��������� ���간��������� �������� ������, ���������������.
- ��������� ��������� ����������� ���������
- Feedback��� ��������� ��������� ������겁���까...? ���기 ���������?
- �������� ������ ������������겠������ ����� ���기��� ���금 ������������ ������ ������, ���기 ������ ��� 고��� ���, 과��� ��������� feedback��� �� ��������~ - �����경
- �������� ������ ������������겠������ ����� ���기��� ���금 ������������ ������ ������, ���기 ������ ��� 고��� ���, 과��� ��������� feedback��� �� ��������~ - �����경
- Feedback��� ��������� ��������� ������겁���까...? ���기 ���������?
2.3.3. 과��� ������ ¶
- Memory��� ����������� ��������� 공간��� ������게 ���������까? ��� ��������� ��������� ������ ������까?
- memory cell
- memory cell
- ��������������� ��������� data��� 기������������ 10������(Dec.), 8������(Oct.), 16������(Hex.)������ ������������ ���������까?
- 16������
- 16������
- printf()��� ���������기 ������ include ��������������� library(~.h��� ��������� ������)��� �����������?
- ��������� ������������ ��� 기��������� ������ ��������� stdio.h�� ������������.
- ��������� ������������ ��� 기��������� ������ ��������� stdio.h�� ������������.
2.4.1. ������ ������(fact) ¶
1 . ��������� 기���
��������� > CPU, Cache, Main memory (ex RAM..), Secondary memory..
구��� > ������������, ���������������
2 . Wiki ���������
��������� > CPU, Cache, Main memory (ex RAM..), Secondary memory..
구��� > ������������, ���������������
- ��������������� : ��������� ��������������� (ex OS..), ������������������ ��������������� (ex ������, ���������������..)
- ������그������ ������ : high level language (ex : C, java, C++, C#..), low level language (ex : ������������������, 기계���)
- ������그������ 과��� : program edit -> compile -> execution ��������������� ��� ������������
2 . Wiki ���������
=_������_=, _*_ :������ ,
3 . ���간��� ������...
:������ 까���게 ����� ������게- #include <stdio.h> : stdio������ ��������������� ��������� ���������기 ������ include ���겠���
- return 0; : ��������������� ��������� 값��� 0������
- printf("��������� ������"); : 기������������ ������������ ������
- \n(������ ������기), %d%e, %c
2.4.2. ���기 ������ ��� 고��� ���(feeling/finds) ¶
���������게 ������������ ��������� ������ ��������� ��� 깔������고 ���������게 �������� ���������. ������ ���간��������� ��� ���������게 ������고 ��������� ������겠���������. _
2.4.3. 과��� ������ ¶
- Memory��� ����������� ��������� 공간��� ������게 ���������까? ��� ��������� ��������� ������ ������까?
- memory cell
- memory cell
- ��������������� ��������� data��� 기������������ 10������(Dec.), 8������(Oct.), 16������(Hex.)������ ������������ ���������까?
- 16���������������
- 16���������������
- printf()��� ���������기 ������ include ��������������� library(~.h��� ��������� ������)��� �����������?
- stdio.h���������.
- stdio.h���������.
2.5.1. ������ ������(fact) ¶
wiki page��� �� ������ ���
�������� ������.
visual studio������ ��� ��������������� ��������� ������ ���������.
printf��� ������������ ������������ ������ ���������.
\n ��� ������ ��������.
������깅��� ���������.
CPU��� ������������������ ����� ��������� ���������.
�������� ������.
visual studio������ ��� ��������������� ��������� ������ ���������.
printf��� ������������ ������������ ������ ���������.
\n ��� ������ ��������.
������깅��� ���������.
CPU��� ������������������ ����� ��������� ���������.
2.5.2. ���기 ������ ��� 고��� ���(feeling/finds) ¶
������������������ ��������� ��� ������������ ��������� ���������.
2.5.3. 과��� ������ ¶
* Memory��� ����������� ��������� 공간��� ������게 ���������까? ��� ��������� ��������� ������ ������까?
Memory cell
- ��������������� ��������� data��� 기������������ 10������(Dec.), 8������(Oct.), 16������(Hex.)������ ������������ ���������까?
- printf()��� ���������기 ������ include ��������������� library(~.h��� ��������� ������)��� �����������?