<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3663371114186066059</id><updated>2024-11-05T18:48:27.239-08:00</updated><category term="c언어"/><category term="etc"/><category term="html 5"/><category term="cpp"/><category term="운영체제"/><category term="과학"/><title type='text'>델쓰가 삽질하는데</title><subtitle type='html'>1일 1포스팅 프로젝트 시작</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default?start-index=26&amp;max-results=25'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>28</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-7407509739420430984</id><published>2017-08-15T05:45:00.002-07:00</published><updated>2017-08-15T05:45:57.618-07:00</updated><title type='text'>sfml</title><content type='html'>sfml이란 c++용으로 만들어진 멀티미디어 api이다&lt;br /&gt;
&lt;br /&gt;
사용이 쉽고 빠르지만 상용화 된지 얼마 되지 않았기 때문에 관련 서적 및 자료가 많이 없다&lt;br /&gt;
&lt;br /&gt;
처음에는 c++만을 지원하였지만 지금은 많은 버전업을 통해 c#, JAVA, 파이썬, 루비등의 다양한 언어들을 지원 한다</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/7407509739420430984/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/sfml.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/7407509739420430984'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/7407509739420430984'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/sfml.html' title='sfml'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-2209659698515953207</id><published>2017-08-15T05:37:00.001-07:00</published><updated>2017-08-15T05:37:19.851-07:00</updated><title type='text'>제로엔진 연습</title><content type='html'>동아리 자체엔진인 제로엔진 연습&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWOEpWY0ZHb0xzLTg&quot; target=&quot;_blank&quot;&gt;제로엔진&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/2209659698515953207/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post_67.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2209659698515953207'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2209659698515953207'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post_67.html' title='제로엔진 연습'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-582024534707786694</id><published>2017-08-15T05:36:00.004-07:00</published><updated>2017-08-15T05:36:31.666-07:00</updated><title type='text'>cin</title><content type='html'>cin은 c++에서 c의 scanf를 대신하는 함수이다&lt;br /&gt;
&lt;br /&gt;
std::cin &amp;gt;&amp;gt; 변수명;&lt;br /&gt;
&lt;br /&gt;
cin도 std &amp;nbsp;namespace에 속해있기 때문에 std:: 를 먼저 써 주어야 한다&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/582024534707786694/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/cin.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/582024534707786694'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/582024534707786694'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/cin.html' title='cin'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-748217694731374994</id><published>2017-08-15T05:34:00.001-07:00</published><updated>2017-08-15T05:34:50.368-07:00</updated><title type='text'>cout</title><content type='html'>cout은 c++에서 c의 prinft를 대신하는 함수이다&lt;br /&gt;
&lt;br /&gt;
std::cout &amp;lt;&amp;lt; &quot;출력할 문구&quot; &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
&lt;br /&gt;
cout는 std &amp;nbsp;namespace에 속해있기 때문에 std:: 를 먼저 써 주어야 한다&lt;br /&gt;
&lt;br /&gt;
마지막에는 끝이라는 의미로 &amp;nbsp;std::endl;를 써준다&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/748217694731374994/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/cout.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/748217694731374994'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/748217694731374994'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/cout.html' title='cout'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-4678111022595145010</id><published>2017-08-15T05:27:00.001-07:00</published><updated>2017-08-15T05:27:17.969-07:00</updated><title type='text'>cin, cout 연습</title><content type='html'>&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWQ1Z5Um5qaDZBa00&quot; target=&quot;_blank&quot;&gt;cin, cout 연습&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/4678111022595145010/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/cin-cout.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4678111022595145010'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4678111022595145010'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/cin-cout.html' title='cin, cout 연습'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-4594567124139360147</id><published>2017-08-15T05:22:00.002-07:00</published><updated>2017-08-15T05:22:53.749-07:00</updated><title type='text'>슈팅게임 (개발중)</title><content type='html'>춘전이가 나오는 슈팅게임&lt;br /&gt;
아직 개발중&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWX0NfY1dCdF9iWDQ&quot; target=&quot;_blank&quot;&gt;슈팅게임&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/4594567124139360147/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post_15.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4594567124139360147'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4594567124139360147'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post_15.html' title='슈팅게임 (개발중)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-6382879621256572760</id><published>2017-08-15T05:17:00.001-07:00</published><updated>2017-08-15T05:17:14.521-07:00</updated><title type='text'>겜프 과제</title><content type='html'>전투 시뮬레이터 완성본 (무기 추가)&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWNmhYNjRlRWpnWUE&quot; target=&quot;_blank&quot;&gt;전투 시뮬레이터&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/6382879621256572760/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6382879621256572760'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6382879621256572760'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/08/blog-post.html' title='겜프 과제'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-852589189689234793</id><published>2017-07-30T06:01:00.003-07:00</published><updated>2017-08-15T05:09:17.694-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="c언어"/><title type='text'>게임 프로그래밍 1주차 숙제</title><content type='html'>&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWMmxQT0VQeFJDdm8&quot; target=&quot;_blank&quot;&gt;1주차 숙제&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
문자가 회문인지 확인하기&lt;br /&gt;
&lt;br /&gt;
전투 시뮬레이터</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/852589189689234793/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/1.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/852589189689234793'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/852589189689234793'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/1.html' title='게임 프로그래밍 1주차 숙제'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-4496511825206939868</id><published>2017-07-26T21:49:00.001-07:00</published><updated>2017-07-26T21:49:28.321-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cpp"/><title type='text'>구조체</title><content type='html'>struct Player&lt;br /&gt;
{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;float hp;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;float mp;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;float attack_damage;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;char name[5];&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
여러 자료형의 변수들을 한번에 선언&lt;br /&gt;
&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Player player;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;player.hp = 100;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;player.mp = 50;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;player.attack_damage = 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
각 변수에 접근시 구조체이름.변수이름 으로 접근</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/4496511825206939868/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_26.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4496511825206939868'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4496511825206939868'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_26.html' title='구조체'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-6032725761376119608</id><published>2017-07-26T21:37:00.001-07:00</published><updated>2017-07-26T21:37:23.611-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cpp"/><title type='text'>namespace</title><content type='html'>#include&amp;lt;iostream&amp;gt;&lt;br /&gt;
&lt;br /&gt;
namespace math&lt;br /&gt;
{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;int add(int a, int b)&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;return a + b;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;}&lt;br /&gt;
}&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;int input1, input2;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;std::cin &amp;gt;&amp;gt; input1 &amp;gt;&amp;gt; input2;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;int sum = math::add(input1, input2);&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;std::cout &amp;lt;&amp;lt; input1 &amp;lt;&amp;lt; &#39;+&#39; &amp;lt;&amp;lt; input2 &amp;lt;&amp;lt; &#39;=&#39; &amp;lt;&amp;lt; sum &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
함수를 묶어주는것&lt;br /&gt;
함수 add를 사용하려면 상위 namespace인 math::를 먼저 써줘야 한다&lt;br /&gt;
using namespace math; 를 넣어 생략할 수도 있다&lt;br /&gt;
std는 cpp의 기본 namespace이다&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/6032725761376119608/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/namespace.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6032725761376119608'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6032725761376119608'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/namespace.html' title='namespace'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-8465703857400889972</id><published>2017-07-16T05:47:00.001-07:00</published><updated>2017-07-16T05:47:17.032-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>여름방학 계획서</title><content type='html'>히오ㅗㅗ오ㅗ오ㅗ오스ㅡ스ㅡㅡㅡ으ㅡ으ㅡㅡ으ㅡ&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://drive.google.com/open?id=0B1138FKtIrnWVkdkYWx2S1pXdjg&quot; target=&quot;_blank&quot;&gt;방학생활 계획서&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/8465703857400889972/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_16.html#comment-form' title='2개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8465703857400889972'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8465703857400889972'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_16.html' title='여름방학 계획서'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-306576021790710154</id><published>2017-07-07T17:11:00.000-07:00</published><updated>2017-07-07T17:11:14.894-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="html 5"/><title type='text'>css 크기 단위</title><content type='html'>% : 백분율 단위&lt;br /&gt;
em : 배수 단위&lt;br /&gt;
px : 픽셀 단위&lt;br /&gt;
&lt;br /&gt;
%는 100%가 기본 값&lt;br /&gt;
1em = 100%&lt;br /&gt;
1.5em = 150%&lt;br /&gt;
&lt;br /&gt;
px는 단위를 절대적으로 지정</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/306576021790710154/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/css.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/306576021790710154'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/306576021790710154'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/css.html' title='css 크기 단위'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-2330456874305967630</id><published>2017-07-07T17:02:00.002-07:00</published><updated>2017-07-07T17:02:30.027-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="html 5"/><title type='text'>CSS3 선택자</title><content type='html'>전체 선택자 : *&lt;br /&gt;
태그 선택자 : 태그 (Ex : h1)&lt;br /&gt;
아이디 선택자 : #아이디&lt;br /&gt;
클래스 선택자 : .클래스&lt;br /&gt;
속성 선택자 : 선택자[속성 = 값]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자[속성 ~= 값]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자[속성 |= 값]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자[속성 ^= 값]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자[속성 $= 값]&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자[속성 *= 값]&lt;br /&gt;
후손 선택자 : 선택자 선택자 (Ex : header h1)&lt;br /&gt;
자손 선택자 : 선택자 &amp;gt; 선택자&lt;br /&gt;
반응 선택자 : 선택자:active&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:hover&lt;br /&gt;
상태 선택자 : &amp;nbsp;:checked&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:focus&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:enabled&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:disabled&lt;br /&gt;
구조 선택자 : 선택자:first-child&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:last-child&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:nth-child(수열)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:nth-last-child(수열)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:first-of-type&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:last-of-type&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:nth-of-type(수열)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자:nth-last-of-type(수열)&lt;br /&gt;
동위 선택자 : 선택자 + 선택자&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 선택자 ~ 선택자&lt;br /&gt;
링크 선택자 : &amp;nbsp;:link&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;:visited&lt;br /&gt;
문자 선택자 : &amp;nbsp;::first-letter&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;::first-line&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;::after&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;::before&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;::selection&lt;br /&gt;
부정 선택자 : 선택자:not(선택자)</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/2330456874305967630/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/css3.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2330456874305967630'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2330456874305967630'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/css3.html' title='CSS3 선택자'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-7417573087492945249</id><published>2017-07-06T06:01:00.001-07:00</published><updated>2017-07-06T06:01:15.228-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>영어 수능 모의고사 33 ~ 45</title><content type='html'>&lt;div class=&quot;a&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(33)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;What do advertising and map-making have in
common? Without doubt the best answer is their shared need to communicate a
limited version of the truth. An advertisement must create an image that&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s appealing and a map must present an image that&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s clear, but neither can meet its goal by telling or showing
everything. Ads will cover up or play down negative aspects of the company or
service they advertise. In this way, they can promote a favorable comparison
with similar products or differentiate a product from its competitors.
Likewise, the map must remove details that would be confusing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 9pt; line-height: 103%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;line-height: 103%;&quot;&gt;광고를 하는 것과 지도를 만드는 것은 어떤 공통점이 있는가&lt;span lang=&quot;EN-US&quot;&gt;? &lt;/span&gt;의심할 바 없이 최고의 대답은 그것들이 제한된 형태의 진실을 전달해야 하는 필요성을 공유하고 있다는 것이다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;광고는 매력적인 이미지를 만들어내야 하고&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;지도는 분명한 이미지를
제공해야 하지만&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;어느 것도 모든 것을 말하거나 보여 줌으로써 자기 목적을 충족할 수는 없다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;광고는 선전하는 회사나 서비스의 부정적인 측면을 숨기거나 약화시킨다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;이런
식으로&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그것은 자기에게 유리하게 유사한 제품과 비교하는 것을 홍보하거나 제품을 그것의 경쟁 제품과
차별화할 수 있다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;마찬가지로 지도는 혼란스럽게 할 세부 사항을 제거해야 한다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(34)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Did
you know you actually think in images and not in words? Images are simply
mental pictures showing ideas and experiences. Early humans communicated their
ideas and experiences to others for thousands of years by drawing pictures in
the sand or on the walls of their caves. Only recently have humans created
various languages and alphabets to symbolize these &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;picture&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;
messages. Your mind has not yet adapted to this relatively new development. An
image has a much greater impact on your brain than words; the nerves from the
eye to the brain are twenty-five times larger than the nerves from the ear to
the brain. You often remember a person&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s
face but not his or her name, for example. The old saying, &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;A picture is worth a thousand words,&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; is true.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;사실 말이 아니라 이미지로 생각한다는 것을 알고 있었는가&lt;span lang=&quot;EN-US&quot;&gt;? &lt;/span&gt;이미지는 간단히 말해 생각과 경험을 보여주는 심상이다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;초기 인류는
모래나 자신이 사는 동굴 벽에 그림을 그림으로써 수천 년 동안 자기 생각과 경험을 다른 사람들에게 전달했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;최근에서야
인간은 이 &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;‘&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;그림&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;메시지를 기호로 나타내기
위해서 다양한 언&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;어와 알파벳을 만들어 냈다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;마음은
아직 이 비교적 새롭게 생겨난 것에 적응하지 못했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;이미지가 말보다 뇌에 훨씬 더 커다란 영향을 주는데&lt;span lang=&quot;EN-US&quot;&gt;, (&lt;/span&gt;사실&lt;span lang=&quot;EN-US&quot;&gt;) &lt;/span&gt;눈에서 뇌로 이어지는 신경이 귀에서 뇌로 이어지는 신경보다&lt;span lang=&quot;EN-US&quot;&gt; 25&lt;/span&gt;배 더 크다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;예를 들어 흔히 어떤 사람의 얼굴은 기억나지만&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그 사람의 이름은 기억나지 않는다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;‘&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;그림
하나가 천 마디 말의 가치가 있다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;라는
오래된 속담은 맞는 말이다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(35)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;In
negotiation, there often will be issues that you do not care about &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;—&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;but that the other side cares about very much! It is important
to identify these issues. For example, you may not care about whether you start
your new job in June or July. But if your potential boss strongly prefers that
you start as soon as possible, that&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s a
valuable piece of information. Now you are in a position to give her something
that she values (at no cost to you) and get something of value in return. For
example, you might start a month earlier and receive a larger bonus for doing
so. Similarly, when purchasing my home, I discovered that the seller was very
interested in closing the deal as soon as possible. So I agreed to close one
month earlier than originally offered, and the seller agreed to a lower price.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;협상에서&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;여러분은 신경을 쓰지 않지만
상대편에서는 매우 신경을 쓰는 이슈들이 흔히 있을 것이다&lt;span lang=&quot;EN-US&quot;&gt;! &lt;/span&gt;이러한 이슈들을 알아보는 것은 중요하다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;예를 들어&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;여러분은 새로운 직장 생활을&lt;span lang=&quot;EN-US&quot;&gt; 6&lt;/span&gt;월에 시작하든지&lt;span lang=&quot;EN-US&quot;&gt; 7&lt;/span&gt;월에 시작하든지 신경 쓰지 않을 수도 있다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그러나 장차 여러분의 상사가 될 사람이 가능한 한 빨리 여러분이 일을 시작하기를 강력히 원한다면&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그것은 귀중한 정보이다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;이제 여러분은&lt;span lang=&quot;EN-US&quot;&gt; (&lt;/span&gt;자신에게는 비용이 들지 않지만&lt;span lang=&quot;EN-US&quot;&gt;) &lt;/span&gt;그 사람이 소중하게 생각하는 무언가를
제공하고 그 보답으로 가치 있는 어떤 것을 받을 입장에 있다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;예를 들어&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;여러분은 한 달 일찍 일을 시작하고 그렇게 한 것에 대해 더 큰 보너스를 받을 수 있다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;마찬가지로&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;내가 집을 구매할 때&lt;span lang=&quot;EN-US&quot;&gt;,
&lt;/span&gt;나는 판매자가 가능하면 빨리 거래를 매듭짓는 것에 매우 관심이 있다는 것을 알게 되었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그래서
나는 원래 제안 된 것보다 한 달 일찍 거래를 매듭짓는 것에 동의했고&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;판매자는 더 낮은 가격에 동의했다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(36)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Andrew Carnegie, the great
early-twentieth-century businessman, once heard his sister complain about her
two sons. They were away at college and rarely responded to her letters.
Carnegie told her that if he wrote them he would get an immediate response. He
sent off two warm letters to the boys, and told them that he was happy to send
each of them a check for a hundred dollars (a large sum in those days). Then he
mailed the letters, but didn&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;t
enclose the checks. Within days he received warm grateful letters from both
boys, who noted at the letters&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; end
that he had unfortunately forgotten to include the check. If the check had been
enclosed, would they have responded so&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;quickly?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;*enclose: &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;동봉하다&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;20&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;세기
초 대단한 경영인인&lt;span lang=&quot;EN-US&quot;&gt; Andrew Carnegie&lt;/span&gt;가 한번은 자신의 누이가 두 아들에 대해 불평하는 것을
들었다&lt;span lang=&quot;EN-US&quot;&gt;.&amp;nbsp; &lt;/span&gt;그들은 집을 떠나 대학을
다니면서 좀처럼 그녀의 편지에 답장을 하지 않았다&lt;span lang=&quot;EN-US&quot;&gt;. Carnegie&lt;/span&gt;는 자신이 그들에게 편지를 쓰면 즉각
답장을 받을 것이라고 그녀에게 말했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는 두 통의 훈훈한 편지를 그 아이들에게 보냈고&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그들 각각에게&lt;span lang=&quot;EN-US&quot;&gt; (&lt;/span&gt;그 당시에는 큰 액수의 돈이었던&lt;span lang=&quot;EN-US&quot;&gt;) 100&lt;/span&gt;달러짜리 수표를 보내게 되어 기쁘다고 그들에게 말했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그때
그는 편지들을 부쳤지만 수표들을 동봉하지는 않았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;며칠 이내에 그는 두 아이들로부터 훈훈한 감사의
편지를 받았고&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그들은 편지의 말미에 그&lt;span lang=&quot;EN-US&quot;&gt;(Carnegie)&lt;/span&gt;가
유감스럽게도 수표를 넣는 것을 잊었다고 말했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그 수표가 동봉되었다면&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그들은 그렇게 빨리 답장을 보냈을까&lt;span lang=&quot;EN-US&quot;&gt;?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;a&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(37)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Childhood friends &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;—&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;friends you&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;ve
known forever &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;—&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; are really special. They know everything
about you, and you&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;ve shared lots of firsts. When you hit
puberty, however, sometimes these forever-friendships go through growing pains.
You find that you have less in common than you used to. Maybe you&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;re into rap and she&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s
into pop, or you go to different schools and have different groups of friends.
Change can be scary, but remember: Friends, even best friends, don&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;t have to be exactly alike. Having friends with other interests
keeps life interesting &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;—&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;
just think of what you can learn from each other.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;*puberty: &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;사춘기&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;아주 오랫동안 알고 지낸 친구인&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;어린
시절의 친구는 정말 특별하다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그들은 여러분에 관한 모든 것을 알고 있으며&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;여러분은 처음 하는 많은 일들을 공유해왔다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;하지만 사춘기가 되면&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;때로는 이런 아주 오래된 우정이 성장통을 겪는다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;여러분은 예전보다
공유하는 것이 더 적다는 것을 알게 된다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;어쩌면 여러분은 랩을 좋아하는데 그 친구는 팝을 좋아한다거나&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;서로 다른 학교에 다니며 서로 다른 무리의 친구들을 사귈 것이다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;변화가
무서울 수도 있지만&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;친구들&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;심지어 가장 친한 친구도 꼭
같을 필요는 없다는 것을 기억하라&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;관심이 다른 친구들을 갖는 것은 삶을 흥미롭게 하는데&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그냥 서로에게서 배울 수 있는 것에 대해 생각해 보라&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;

&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(38)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Geography influenced human relationships in
Greece. Because the land made travel so difficult, the guesthost relationship
was valued. If a stranger, even a poor man, appeared at your door, it was your
duty to be a good host, to give him a shelter and share your food with him. &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;We do not sit at a table only to eat, but to eat together,&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; said the Greek author Plutarch. Dining was a sign of the human
community and differentiated men from beasts. In return, the guest had duties
to his host. These included not abusing his host&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s hospitality by staying too long, usually not more than three
days. A violation of this relationship by either side brought human and divine
anger.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;*hospitality: &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;환대&lt;span lang=&quot;EN-US&quot;&gt; **divine: &lt;/span&gt;신&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;神&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;의&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;그리스에서는 지형이 인간 관계에 영향을 미쳤다&lt;span lang=&quot;EN-US&quot;&gt;.
&lt;/span&gt;그 땅이 이동을 매우 어렵게 만들었기 때문에 손님과 주인의 관계는 중요하게 여겨졌다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;어떤
낯선 이가&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;가난한 사람이라도&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;문 앞에 나타나면 선한 주인이
되어&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;그에게 거처를 주고 그와 음식을 나누는 것이 의무였다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;우리는 먹기만 하려고 식탁에 앉는 것이 아니라 함께 먹으려고 식탁에 앉는다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;라고 그리스의 작가인&lt;span lang=&quot;EN-US&quot;&gt; Plutarch&lt;/span&gt;가
썼다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;식사를 하는 것은 인간 사회의 표식이고 인간을 짐승과 구별했다&lt;span lang=&quot;EN-US&quot;&gt;.
&lt;/span&gt;답례로 손님은 주인에게 의무가 있었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;이런 의무에는&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;보통
사흘을 넘지 않아야 하는데 너무 오래 머물러서 주인의 환대를 악용하지 않는 것이 포함되었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;어느 편이든
이 관계를 위반하는 것은 인간과 신의 분노를 가져왔다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(39)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Today car sharing movements have appeared all
over the world. In many cities, car sharing has made a strong impact on how
city residents travel. Even in strong car-ownership cultures such as North
America, car sharing has gained popularity. In the U.S. and Canada, membership
in car sharing now exceeds one in five adults in many urban areas. Strong
influence on traffic jams and pollution can be felt from Toronto to New York,
as each shared vehicle replaces around 10 personal cars. City governments with
downtown areas struggling with traffic jams and lack of parking lots are
driving the growing popularity of car sharing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;요즘 차량 공유 운동이 전 세계적으로 나타났다&lt;span lang=&quot;EN-US&quot;&gt;.
&lt;/span&gt;많은 도시에서 차량 공유는 도시 주민들이 이동하는 방법에 대해 강한 영향을 끼쳤다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;북미처럼
차량 소유문화가 강한 곳에서조차도 차량 공유가 인기를 얻었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;미국과 캐나다에서는&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;많은 도시 지역에서 이제 차량 공유 회원 수가 성인&lt;span lang=&quot;EN-US&quot;&gt; 5&lt;/span&gt;명 중&lt;span lang=&quot;EN-US&quot;&gt; 1&lt;/span&gt;명을 넘어섰다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;공유된 각&lt;span lang=&quot;EN-US&quot;&gt; 1&lt;/span&gt;대의
차량이 약&lt;span lang=&quot;EN-US&quot;&gt; 10&lt;/span&gt;대의 개인 차량을 대체함에 따라&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;교통 체증과
대기 오염에 미치는 강한 영향을 토론토부터 뉴욕까지에서 느낄 수 있다&lt;span lang=&quot;EN-US&quot;&gt;. (&lt;/span&gt;무인 자동차의 가장 좋은 점은
사람들이 그것을 조작하는 데 면허가 필요 없을 것이라는 점이다&lt;span lang=&quot;EN-US&quot;&gt;.) &lt;/span&gt;교통 체증과 주차장 부족에 고심하는
도심 지역을 가진 시 정부는 차량 공유의 늘어나는 인기를 추동하고 있다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(40)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;A
large American hardware manufacturer was invited to introduce its products to a
distributor with good reputation in Germany. Wanting to make the best possible
impression, the American company sent its most promising young executive, Fred
Wagner, who spoke fluent German. When Fred first met his German hosts, he shook
hands firmly, greeted everyone in German, and even remembered to bow the head
slightly as is the German custom. Fred, a very effective public speaker, began
his presentation with a few humorous jokes to set a relaxed atmosphere.
However, he felt that his presentation was not very well received by the German
executives. Even though Fred thought he had done his cultural homework, he made
one particular error. Fred did not win any points by telling a few jokes. It
was viewed as too informal and unprofessional in a German business setting.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;요약&lt;span lang=&quot;EN-US&quot;&gt;: This story shows that
using humor in a business setting can be considered inappropriate in Germany.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;미국의 큰 하드웨어 제조 업체가 독일의 평판이 좋은 배급 업체에 자사의 제품을
소개를 해달라는 초대를 받았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;가능한 한 가장 좋은 인상을 주고 싶어서 그 미국 회사는 독일어를 유창하게
하는 자사의 가장 유망한 젊은 임원인&lt;span lang=&quot;EN-US&quot;&gt; Fred Wagner&lt;/span&gt;를 보냈다&lt;span lang=&quot;EN-US&quot;&gt;.
Fred&lt;/span&gt;가 자기를 초대한 독일인들을 처음 만났을 때 그는 굳게 악수를 했고 모두에게 독일어로 인사를 했으며 고개를 약간 숙여 인사하는
것까지도 잊지 않았는데&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그렇게 하는 것이 독일의 풍습이었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;사람들
앞에서 아주 연설을 잘 하는&lt;span lang=&quot;EN-US&quot;&gt; Fred&lt;/span&gt;는 편안한 분위기를 만들려고 몇 가지 웃기는 농담으로 자기의 발표를
시작했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그러나 그는 자기의 발표가 독일의 임원들에게 아주 잘 받아들여지지 않는다고 느꼈다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;비록&lt;span lang=&quot;EN-US&quot;&gt; Fred&lt;/span&gt;는 자기가 문화에 관해서 철저히 대비했다고 생각했지만
그는 한 가지 특정한 실수를 저질렀다&lt;span lang=&quot;EN-US&quot;&gt;. Fred&lt;/span&gt;는 몇 가지 농담을 한 것으로는 아무 점수도 얻지 못했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;독일의 비즈니스 상황에서는 그것이 너무 격식을 차리지 않고 비전문적인 것으로 여겨졌다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;요약&lt;span lang=&quot;EN-US&quot;&gt;: &lt;/span&gt;이 이야기는 비즈니스 상황에서
유머를 사용하는 것이 독일에서는 부적절하게 여겨질 수 있다는 것을 보여준다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;a&quot;&gt;





































&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;맑은 고딕&amp;quot;;&quot;&gt;&lt;br clear=&quot;all&quot; style=&quot;mso-special-character: line-break; page-break-before: always;&quot; /&gt;
&lt;/span&gt;

&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(41~42)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;When
someone has helped you, but has perhaps not done all that you requested, focus
on what the person has done, not on what he hasn&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;t. Although this would seem to be morally obvious, many people
are so caught up with their own needs that they ignore the good done for them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;A
teacher once received a letter from a student, asking fourteen unrelated
questions on a variety of subjects. The teacher wrote back a long reply in
which he dealt with thirteen of the questions. He soon received a return letter
from the student, who not only noted the omission, but expressed no thanks for
what the teacher had written. Though the teacher was a man of great patience,
he was hurt by the student&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s
behavior: &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;Not only was there no word of thanks, but
at the beginning of your letter you reminded me that there was one of your
questions to which I forgot to give an answer. Was that the proper beginning
and response to a letter of ten pages?&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt; He
went on to tell the student: &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;“&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;I
mention this not because I need your thanks, but because of my love for you and
concern that you should not become a person who denies the good done for him.&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;*omission: &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;누락된 것&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;누군가가 여러분을 도왔지만&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;어쩌면
여러분이 부탁한 것을 모두 다 하지는 않았을 때&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그 사람이 하지 않은 것이 아니라 그 사람이 한 일에
초점을 두라&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;비록 이것이 도덕적으로 분명해 보일 수 있어도&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;많은
사람은 자기 자신의 필요에 너무나 사로잡혀서 자신이 받은 도움을 무시한다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;

&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;&lt;/span&gt;한번은 어떤 교사가 한 학생으로부터 다양한 주제에 관한
서로 관련 없는&lt;span lang=&quot;EN-US&quot;&gt; 14&lt;/span&gt;개의 질문을 하고 있는 편지를 받았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;교사는
그 질문들 중에서&lt;span lang=&quot;EN-US&quot;&gt; 13&lt;/span&gt;개를 다룬 긴 답장을 써서 보냈다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는
곧 학생에게서 답장을 받았는데&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그는 누락된 것을 지적했을 뿐만 아니라&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;선생님이 써 준 것에 대해 어떠한 감사도 표현하지 않았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;비록
그 교사는 대단한 인내심을 가진 사람이었지만&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그 학생의 행동으로 상처를 받았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif;&quot;&gt;“&lt;/span&gt;감사의 말이 없었을 뿐만 아니라&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;네 편지의 서두에서 너는 네 문제들 중에서 내가 답을 해 주는 것을 잊었던 문제가 하나 있다고 나에게 상기시켰지&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그것이&lt;span lang=&quot;EN-US&quot;&gt; 10&lt;/span&gt;페이지짜리 편지에 대한 적절한 서두이고 응답이었을까&lt;span lang=&quot;EN-US&quot;&gt;?&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif;&quot;&gt;”&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt; &lt;/span&gt;그는 계속해서 그 학생에게 말했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif;&quot;&gt;“&lt;/span&gt;내가 너의 감사를 원해서가 아니라&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;너에 대한 나의 사랑과 네가 자신이 받은 도움을 부정하는 사람이 되지 않아야 한다는 염려 때문에 나는 이런
말을 하는 거란다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif;&quot;&gt;”&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;b&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;(43~45)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Once in a village lived a rich man. He had
many slaves and servants for work. The rich man was very unkind and cruel to them.
One day one of the slaves made a mistake while cooking food. He overcooked the
food. When the rich man saw the food, he became angry and punished the slave.
He kept the slave in a small room and locked it from outside.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;Somehow the slave escaped from that room and
ran away. He went to a forest. There he saw a lion. Instead of becoming afraid
of the lion and running away, he went close to the lion. He saw the lion was
injured and one of his legs was bleeding. The slave searched for herbs to cure
the lion&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s wound and took care of the lion.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;After a few days the lion recovered. The slave
and the lion became very close friends. A few days went by but one day the
slave was caught by one of the guards of the rich man. The guard took him to
the rich man, who decided to punish him severely. The rich man ordered guards
to put him in the lion&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s
cage.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;a&quot;&gt;



























&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;The
whole village got the news about it and came to see. As soon as the slave was
locked in the lion&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;s cage, the lion came near him and started
licking his hand and hugged him. It was the same lion that the slave had helped
in the forest. Seeing this, everyone was surprised. The rich man thought that
the slave was such a great person that the lion didn&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial Unicode MS&amp;quot;, serif; line-height: 103%;&quot;&gt;’&lt;/span&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;t kill him. He freed the slave, made him his friend and started
to treat all his servants and slaves better.&lt;span style=&quot;font-size: 9pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;옛날에 한 마을에 부자가 살고 있었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는
일해 주는 많은 노예와 하인이 있었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;부자는 그들에게 매우 불친절했으며 잔인했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;어느 날 노예 중 한 명이 음식을 요리하던 중 실수를 했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는
음식을 너무 익혔던 것이다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;부자가 그 음식을 보았을 때 화가 나서 그 노예에게 벌을 주었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는 그 노예를 작은 방에 넣어 두고는 밖에서 그 방을 잠갔다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;어찌어찌해서 그 노예는 그 방에서 탈출해서 달아났다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는 숲으로 갔다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그곳에서 그는 사자 한 마리를 보았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는 사자를 무서워해서 도망가는 대신에 사자에게 가까이 갔다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는
사자가 다쳐서 다리 하나에서 피가 나고 있는 것을 보았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그 노예는 사자의 상처를 치료해 줄 약초를
찾아서 그 사자를 돌봐주었다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;며칠 뒤에 그 사자는 회복되었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;노예와
사자는 아주 친한 친구가 되었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;며칠이 지났는데 어느 날 그 노예가 부자의 경비병 중 한 명에게 붙잡혔다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그 경비병은 그를 부자에게 데리고 갔으며&lt;span lang=&quot;EN-US&quot;&gt;, &lt;/span&gt;그 부자는 그를 호되게
벌하기로 마음먹었다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;부자는 경비병들에게 그를 사자 우리에 집어넣으라고 명령했다&lt;span lang=&quot;EN-US&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;a&quot; style=&quot;word-break: keep-all;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;나눔바른고딕 Light&amp;quot;, serif; line-height: 103%;&quot;&gt;





&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;&lt;/span&gt;모든 마을 사람들이 그 일에 대한 소식을 듣고는 보러 왔다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그 노예가 사자 우리 속에 갇히자마자 사자가 그에게 가까이 와서 그의 손을 핥기 시작했으며 그를 안았다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그것은 노예가 숲에서 도와주었던 바로 그 사자였다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;이것을 보고
모두 놀랐다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;부자는 노예가 아주 대단한 사람이어서 사자가 그를 죽이지 않았다고 생각했다&lt;span lang=&quot;EN-US&quot;&gt;. &lt;/span&gt;그는 노예를 풀어 주고 그를 친구로 삼았으며 그의 모든 하인과 노예를 더 잘 대하기 시작했다&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/7417573087492945249/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/33-45.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/7417573087492945249'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/7417573087492945249'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/33-45.html' title='영어 수능 모의고사 33 ~ 45'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-1150518764554165328</id><published>2017-07-06T05:55:00.003-07:00</published><updated>2017-07-06T05:55:52.048-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>컴퓨터 일반</title><content type='html'>1의 보수 뺄셈&lt;br /&gt;
1. 빼는수의 1의 보수를 구한다&lt;br /&gt;
2. 빼지는 수와 더한다&lt;br /&gt;
3. 올림수가 발생하면 1을 더하고 아니면 그 수의 1의 보수를 구해 - 를 붙인다&lt;br /&gt;
&lt;br /&gt;
2의 보수 뺄셈&lt;br /&gt;
1. 빼는수의 2의 보수를 구한다&lt;br /&gt;
2. 빼지는 수와 더한다&lt;br /&gt;
3. 올림수가 발생하면 올림수를 버리고 아니면 그 수의 2의 보수를 구해 - 를 붙인다&lt;br /&gt;
&lt;br /&gt;
고정 소수점 데이터 형식&lt;br /&gt;
첫번째 비트에 부호를 나타내고 나머지 비트에 10진수를 2진수로 바꾸어 나타낸다&lt;br /&gt;
음수의 표현 (부호와 절댓값 표현법) : 부호부만 1로 표현&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (1의 보수 표현법) : 1의 보수로 바꿔서 표현&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (2의 보수 표현법) : 2의 보수로 바꿔서 표현&lt;br /&gt;
&lt;br /&gt;
십진 데이터 형식&lt;br /&gt;
10진수를 2진수로 변환하지 않고 10진수 상태로 표현&lt;br /&gt;
팩 십진 데이터 형식 : 10진수의 한 자리를 4개 비트로 표현&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 맨 오른쪽의 4비트는 부호비트로 양수는 C, 음수는 D &lt;br /&gt;
언팩 십진 데이터 형식 : 한 자리를 8개의 비트로 표현 (왼쪽 4비트는 F, 나머지는 숫자)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;맨 오른쪽의 8비트 중 앞의 4비트가 부호비트&lt;br /&gt;
&lt;br /&gt;
부동 소수점 데이터 방식&lt;br /&gt;
실수 표현 방법으로 첫번째 비트에 부호를 나타내고 그 다음 8비트에 실수를 2진수로 남은 23비트에 가수를 2진수로 변환하여 저장&lt;br /&gt;
&lt;br /&gt;
멀티미디어&lt;br /&gt;
정보기기의 발달로 여러가지 구성요소를 사용하여 다양한 방식으로 정보를 저장함으로써 상호작용에 해당하는 대화기능이 있는 미디어&lt;br /&gt;
특징&lt;br /&gt;
디지털 : 디지털로 변환해 처리해 보존, 전송, 수정등이 쉽다&lt;br /&gt;
상호작용 : 사용자가 원하는 정보를 월하는 형태로 받고 가공할 수 있다&lt;br /&gt;
비선형 : 사용자의 선택에 따라 원하는 정보가 있는곳으로 바로 연결해 습득할 수 있다&lt;br /&gt;
정보의 통합성 : 여러형태의 매체들이 통합되어 같은 내용도 다양한 매체로 제공된다&lt;br /&gt;
&lt;br /&gt;
해상도 : 단위 길이당 표시할 수 있는 픽셀의 수&lt;br /&gt;
단위&lt;br /&gt;
PPL : 1인치당 나타낼 수 있는 픽셀의 수 (모니터)&lt;br /&gt;
DPL : 1인치당 나타낼 수 있는 점의 수 (프린터, 팩스)&lt;br /&gt;
&lt;br /&gt;
애니메이션&lt;br /&gt;
여러장의 점지된 이미지를 연속적으로 빠르게 보여주어 연속적인 동작처럼 보이게 하는 것&lt;br /&gt;
사람이 느끼는 움직임은 그림의 수와 속도에 따라 다르다&lt;br /&gt;
(플립 북 애니메이션, 셀 애니메이션, 키 프레임 애니메이션, 3차원 애니메이션 : 모션캡쳐)&lt;br /&gt;
기법 : 모핑, 로토스코핑, 입자시스템&lt;br /&gt;
&lt;br /&gt;
동영상&lt;br /&gt;
프레임 : 동영상을 구성하는 각각의 정지영상&lt;br /&gt;
&lt;br /&gt;
컴퓨터의 개념 : 각종 자료를 입력받아 정해진 과정에 따라 처리 후 그 결과를 저장하고 다양한 형태로 출력하는 장치&lt;br /&gt;
컴퓨터 시스템의 구성 : 하드웨어 (물리적인 기계장치 : 중앙 처리 장치, 입력 장치, 출력 장치, 통신 장치, 주 기억 장치, 보조 기억 장치), 소프트웨어 (하드웨어를 움직이는 프로그램의 집합)&lt;br /&gt;
&lt;br /&gt;
입력장치&lt;br /&gt;
다양한 형태의 자료를 그에 맞는 장치로 입력받아 디지털 신호로 변환해 컴퓨터로 전달&lt;br /&gt;
&lt;br /&gt;
중앙 처리 장치 (CPU)&lt;br /&gt;
제어장치&lt;br /&gt;
프로그램의 명령어들을 주 기억 장치에서 가져와 해석하고 해석한 명령을 다른 장치에 지시 및 실행 가능하게 통제 및 관리&lt;br /&gt;
기억 레지스터 : 명령 레지스터나 명령 계수기가 지정하는 주 기억 장치의 내용을 임시로 보관&lt;br /&gt;
번지 레지스터 : 주 기억 장치 내에 명령이나 자료가 기억된 번지를 보관&lt;br /&gt;
명령 레지스터 : 현재 실행중인 기억 레지스터의 명령 코드를 보관한다&lt;br /&gt;
명령 계수기 : 다음에 실행할 명령어가 기억된 주 기억 장치의 번지를 기억한다&lt;br /&gt;
연산장치&lt;br /&gt;
제어장치의 제어 신호에 따라 전송되어온 자료의 산술연산, 논리연산, 자리이동, 크기비교 등을 수행한다&lt;br /&gt;
누산기 : 연산을 수행할 자료를 보관하거나 가산기의 연산 결과를 보관&lt;br /&gt;
데이터 레지스터 : 연산에 사용되는 자료가 2개 이상일 때 연산에 이용될 자료를 읽어들여 임시로 저장해 두었다가 필요할 때 가산기에 자료를 준다&lt;br /&gt;
상태 레지스터 : 연산한 결과가 양수, 0, 음수 인지 자리올림, 오버플로우 가 발생했는지의 상태를 나타낸다&lt;br /&gt;
&lt;br /&gt;
기억장치&lt;br /&gt;
컴퓨터가 필요로 하는 정보 또는 컴퓨터가 자료를 처리하여 나온 결과 등을 저장&lt;br /&gt;
레지스터 : CPU에 있는 임시 기억 장치 (다른 기억장치 보다 속도가 매우 빠름)&lt;br /&gt;
캐시 기억 장치 : 처리속도가 빠른 중앙 처리 장치와 주 기억 장치 사이의 속도차를 극복하기 위해 제작된 고속의 특수 기억 장치&lt;br /&gt;
주 기억 장치 : 중앙 처리 장치에 의해 처리되는 명령어와 자료를 저장하는 장치&lt;br /&gt;
&amp;nbsp; &amp;nbsp;롬 : 기억된 자료를 읽을 수 만 있음 (비휘발성) (바이오스 저장)&lt;br /&gt;
&amp;nbsp; &amp;nbsp;렘 : 실행중인 프로그렘이나 자료 저장 (휘발성)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;동적 렘 : 주기적인 재충전이 필요 (주 기억 장치)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;정적 렘 : 재충전이 필요 없음 (캐시 기억 장치)&lt;br /&gt;
&lt;br /&gt;
보조 기억 장치&lt;br /&gt;
대용량의 자료를 영구적으로 저장할 수 있음&lt;br /&gt;
&lt;br /&gt;
소프트웨어&lt;br /&gt;
시스템 소프트웨어 = 필수&lt;br /&gt;
&amp;nbsp; &amp;nbsp;운영체제&lt;br /&gt;
&amp;nbsp; &amp;nbsp;언어 번역 프로그램&lt;br /&gt;
&amp;nbsp; &amp;nbsp;유틸리티 프로그램&lt;br /&gt;
응용 소프트웨어&lt;br /&gt;
&amp;nbsp; &amp;nbsp;그 외&lt;br /&gt;
&lt;br /&gt;
컴퓨터의 부팅&lt;br /&gt;
1. 전원켜기 : CPU가 초기화 되고 롬에 있는 바이오스 실행&lt;br /&gt;
2. 하드웨어 점검 및 부트로더 실행 : 바이오스를 이용해 하두웨어를 점검하고 보조 기억 장치의 부트로더를 램으로 옴겨와 실행&lt;br /&gt;
3. OS 실행 : 부트로더가 보조기억 장치의 OS를 램으로 불러온 뒤 운영체제에서 컴퓨터 시스템을 운영, 관리 &lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/1150518764554165328/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_82.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1150518764554165328'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1150518764554165328'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_82.html' title='컴퓨터 일반'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-1910564282485639802</id><published>2017-07-06T00:26:00.003-07:00</published><updated>2017-07-06T00:26:40.354-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>디자인 일반</title><content type='html'>디자인의 어원 : 지시하다, 표시하다 (데시그나레)&lt;br /&gt;
오늘날의 디자인은 바우하우스에서 형태제안, 조형 이라는 용어를 사용해 범위가 분명해짐&lt;br /&gt;
우리나라에는 1950년대 부터 도안, 의장이란 표현 사용 그 후 응용미술, 장식미술, 산업미술 등으로 구체화 하는 시기를 거쳐 1970년대부터 상업, 시각, 공업, 환경, 공예, 제품 디자인 등으로 구분되기 시작&lt;br /&gt;
&lt;br /&gt;
디자인의 형태&lt;br /&gt;
자연적 형태 : 자연 상태의 모습 (유기적 형태)&lt;br /&gt;
인공적 형태 : 인간에 의해 창조된 형태 (추상적 형태, 기하학적 형태, 기능적 형태)&lt;br /&gt;
이념적 형태 : 도형이여서 연산 지각이 안되는 형태&lt;br /&gt;
기하학적 형태 : 수학적 법칙과 함께 생기며 가장 뚜렷한 질서를 가진 형태&lt;br /&gt;
&lt;br /&gt;
디자인의 조건&lt;br /&gt;
합목적성 : 디자인은 목적에 알맞는 내용을 가져야 한다&lt;br /&gt;
독창성 : 모방이나 파생이 아닌 디자이너 고유의 개성과 능력으로 새롭게 창작하는것&lt;br /&gt;
기능성 : 기능적인 형태가 가장 아름답다 &amp;nbsp;(형태는 기능을 따른다)&lt;br /&gt;
경제성 : 최소한의 가격과 노력으로 최대의 결과를 얻는 것&lt;br /&gt;
심미성 : 소비자가 공감하는 공통의 미의식&lt;br /&gt;
&lt;br /&gt;
디자인의 분류&lt;br /&gt;
2차원 (그래픽 디자인) -&amp;gt; 3차원 ( 산업 디자인) -&amp;gt; 4차원 (공간 디자인)&lt;br /&gt;
&lt;br /&gt;
디자인과 문화&lt;br /&gt;
국가와 인류를 초월하여 서로 공유하거나 교류할 수 있다&lt;br /&gt;
새로운 문화가 정착하기 위해 처음에는 모방하여 사용하는 과정을 거침&lt;br /&gt;
그 후 불합리한 점을 끊임없이 수정해 새로운 환경과 습성에 맞는 독자적인 문화가 만들어짐&lt;br /&gt;
&lt;br /&gt;
미술 공예 운동&lt;br /&gt;
산업 혁명 이후 1850년대에 월리엄 모리스가 시작&lt;br /&gt;
장식품, 인테리어, 건축에서 미술, 공예, 디자인의 격차를 줄여 실용적 디자인을 추구&lt;br /&gt;
&lt;br /&gt;
아르누보&lt;br /&gt;
곡선적이고 동적인 식물무늬가 많은 장식 디자인 (타셀하우스 실내 디자인 : 빅터 혼타)&lt;br /&gt;
&lt;br /&gt;
모더니즘 디자인&lt;br /&gt;
1. 독일 공작 연맹 : 제품생산을 위한 표준 형태와 간결하고 장식이 없는 표면, 순수한 색채 등을 특징으로 한 합리적인 디자인 제시&lt;br /&gt;
2. 구성주의 : 러시아에서 발전한 구성주의는 서구의 추상주의 미술과 응용예술에 널리 받아들여져 건축에서는 기능주의로, 조각, 회화에서는 기하학적 추상주의로 이어졌다&lt;br /&gt;
3. 데 스틸&lt;br /&gt;
데 스틸의 디자인 감각은 색의 사용보다 색면 구성을 강조하여 구성에 있어 질서와 배분이 중요하였다 (적청의자 : 게리트 리트벨트)&lt;br /&gt;
4. 바우하우스 : 1919년에 발터 그로피우스가 독일 바이마르에 설립한 종합 예술 학교 (현대 디자인 교육의 원점)&lt;br /&gt;
예비과정 (반년) : 기초 조형 훈련 -&amp;gt; 토목, 목석조각, 금속, 벽화, 글라스 그림, 직물, 인쇄 등의 각 공방으로 진급 형태교사에게 조형 이념을 배우며 실제적인 기술을 익힘&lt;br /&gt;
교장 : 발터 그로피우스 -&amp;gt; 마이어 -&amp;gt; 미스 반 데어 로에&lt;br /&gt;
학생 : 막스빌 -&amp;gt; 울름 조형 대학 설립, 모올리나기 -&amp;gt; 뉴 바우하우스 설립&lt;br /&gt;
5. 국제양식 : 모더니즘은 건축, 산업등에 더불어 하이패션 까지의 디자인의 전 분야에 큰 영향을 주었고 기능주의적 디자인의 개념으로 널리 퍼져나감 이때부터 모던이라는 용어는 단순하고 명쾌한 형태 또는 기능미를 나타내는 형태등을 의미하는 디자인 경향을 뜻하게 되었다 (바르셀로나 의자 : 미스 반 데어 로에)&lt;br /&gt;
6. 유기적 디자인 (파이미오 안락의자 : 알바 알토, 개미 의자 : 아르네 야콥센)&lt;br /&gt;
7. 유선형 디자인&lt;br /&gt;
&lt;br /&gt;
현대디자인 (팬톤의자 : 베르너 팬톤)</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/1910564282485639802/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_6.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1910564282485639802'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1910564282485639802'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_6.html' title='디자인 일반'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-5920402432936896755</id><published>2017-07-05T04:45:00.001-07:00</published><updated>2017-07-05T04:45:57.245-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="운영체제"/><title type='text'>운영체제의 기능</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. 프로세스 관리&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
작업시간을 할당하고 우선순위를 부여해 효율적으로 실행되도록 프로세스를 관리&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. 기억장치 관리&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
어느부분이 어떤프로그램에서 사용되고 있는지 관리&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로그램에게 기억 공각이 필요할 때 할당해 주고 필요하지 않을때 회수하여 전체 기억 공간이 효율적으로 사용되도록 해줌&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
3. 파일 관리&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
각 파일의 이름과 보조 기억 장치의 저장 영역을 기억해 두었다가 필요할 때 접근, 파일들을 저장, 삭제, 복사, 이동, 검색 등을 지원&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
4. 기타 자원 관리&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
컴퓨터에 연결된 각종 주변 기기를 포함하여 여러가지 입출력 장치를 관리하고 제어&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 관리&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 : 디스크에 저장되어 있던 프로그램을 실행하기 위해 메모리로 가져온 것&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
운영체제가 관리하는 실행 주체 단위&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 제어 블록 : 프로그램이 메모리로 로딩되면 운영체제는 프로세스에 대한 각종 정보를 담고 있는 PCB를 통해 프로세스를 관리&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로그램을 종료 한 뒤 다시 실행시킬 때에는 PCB에 보관된 정보를 재사용&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스는 상황과 조건에 따라 상태 전이를 한다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
준비 -&amp;gt; 실행 -&amp;gt; 대기 -&amp;gt; 준비&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
인터럽트 : CPU의 서비스가 필요할 떄 서비스를 요청하려 발생시키는 신호&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
문맥교환 : 한 프로세스에서 다른 프로세스로 CPU가 할당되는 과정&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
스케쥴링 : CUP의 사용순서를 결정하기 위한 정책&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
스케쥴링 알고리즘의 효용성을 판단하기 위한 기준&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;1. 처리량의 최대화&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;2. 응답시간의 단축&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;3. 작업 완료시간의 최소화&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;4. CPU 효율의 최대화&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;5. 공평성&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 스케쥴러 : 준비상태의 프로세스 중 어떤 프로세스에게 CUP를 할당할지 결정해줌&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
작업 스케쥴러 : 디스크의 어떤 프로그램을 주 기억 장치로 가져올지 결정해줌&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
스케쥴링의 기준&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;CPU 이용률&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;처리량&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;총 처리 시간&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;대기시간&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp;응답시간&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 스케쥴링&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
선점 : 실행중인 프로세스에서 강제로 CPU를 빼앗아 다른 프로세스에게 넘겨주는 방법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
비선점 : 프로세스가 한번 실행되면 그 프로세스가 끝날때까지 계속 CPU를 사용하는 방법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
스케쥴링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
FOFS (First Come First Served) 기법 = FIFO (First On First Out) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
준비상태에 도착한 순서에 따라 선착순으로 CPU를 할당해주는 비선점 스케쥴링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
특징 : 중요하지 않은 작업이 중요한 작업을 기다리게 할 수 있다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 빠른 응답 시간을 요구하는 대화식 시스템에서는 적합하지 않다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
최소 작업 우선 (SJF : Shortest Job First) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
CPU 요구량이 가장 짧은 프로세스에게 먼저 CPU를 할당해주는 비선점 스케줄링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
특징 : 평균 대기시간이 최소가 되는 최적의 스케쥬링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 프로세스의 실행시간을 예측할 수 있어야 하나 어렵다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
선점형 SJF 기법 = 최소 잔여시간 우선기법 ( SRT : Shortest Remaining Time First)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
새로 들어온 프로세스가 현재 실행중인 프로세스의 남은 시간보다 더 짧은 CPU 요구량을 가지고 있으면 새로 들어온 프로세스에게 CPU를 할당해 준다&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
HRN (Highest Responce ratio Next) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
SJF 기법의 약점인 긴 작업과 짧은 작업간의 불평등함을 보완한 비선점형 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
우선순위 = (대기시간 + 실행시간) / 실행시간 = 시스템 응답시간&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
짧은 작업이나 대기시간이 큰 작업은 우선순위가 높아진다&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
우선순위 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
중요한 작업에게 우선순위를 부여하고 가장 높은 우선순위를 가진 프로세스에게 먼저 CPU를 할당하는 비선점 스케쥴링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
우선순위 스케쥴링의 문제점 (선점형)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
우선순위가 낮은 프로그램들이 무기한 대기하는 경우가 발생&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
aging기법 : 오랜시간 대기하는 프로세스들의 우선순위를 점차 증가시킴&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
라운드 로빈 (Round Robin) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
작업의 특성에 관계없이 준비상태에 들어온 순서대로 미리 정해진 시간 할당량 만큼 CPU를 할당하고 할당된 시간이 지나면 다음 프로세스에게 선점되는 스케쥴링 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
특징 : 어느 프로세스도 CUP를 독점하지 않는다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 시간 할당량이 시스템 성능에 영향을 미친다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 시분할 시스템에서 사용된다&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
다단계 큐(MLQ - Multilevel queue) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
프로세스 특징에 따라 그룹핑 하여 여러가지 스케쥴링 기법이 같이 사용되는 기법&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
특징 : 다양한 특성의 작업이 혼합된 경우 매우 유용함&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 프로세스들은 각 특성에 따라 한 개의 큐에 영구적으로 배당되며 각 큐는 자신의 스&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 케쥴링 기법을 가지고 있음&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 큐와 큐 사이의 스케쥴링도 있어야 하며 절대적인 우선순위를 가지고 있음&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
다단계 피드백 큐 (MFQ - Multilevel Feedback Queue) 기법&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
입출력 위주와 CPU위주의 프로세스의 특성에 따라 서로 다른 CPU의 타임 슬라이스를 부여&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
특징 : 새로운 프로세스가 들어오면 높은 우선순위를 할당하여 단계 1에서 즉시 수행해주고&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 점차 낮은 우선순위를 부여하여 단계 n쯤에는 그 작업이 완료될 때까지 RR으로 순환&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 함&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/5920402432936896755/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_5.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/5920402432936896755'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/5920402432936896755'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post_5.html' title='운영체제의 기능'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-4002001974517393894</id><published>2017-07-05T02:58:00.001-07:00</published><updated>2017-07-05T02:58:19.656-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="운영체제"/><title type='text'>운영체제의 유형</title><content type='html'>1. 일괄 처리 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;유사한 작업끼리 묶어서 한번에 한 작업씩 순서대로 처리하는 시스템&lt;br /&gt;
&lt;br /&gt;
2. 다중 프로그래밍 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;여러개의 프로그램을 동시에 메모리에 적재시켜놓고 CPU를 나눠 쓰게 하는 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;특징 : 여러개의 프로그램을 동시에 메모리에 적재해야 하므로 메모리 관리가 필요&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;스케쥴링 기법이 필요&lt;br /&gt;
&lt;br /&gt;
3. 시분할 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;여러 사용자가 동시에 컴퓨터를 사용할 수 있도록 아주 짧은시간동안 CPU를 사용하고&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;다른 사용자에게 사용 권한을 넘겨 여러 사용자가 컴퓨터를 공유하도록 하는 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;특징 : 다중프로그래밍 환경 지원 필수&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;스케쥴링 기법 필요&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;여러 사용자가 동시에 사용하기에 보호와 접근 제어 필요&lt;br /&gt;
&lt;br /&gt;
4. 다중 처리 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;2개 이상의 프로세서가 동시에 동작하는 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;특징 : 하나의 프로세서가 장애를 일으켜도 나머지 하나가 작업을 계속 할 수 있음&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;신속한 처리&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;프로세서의 연결과 상호 제어 등 운영체제의 세심한 설계 필요&lt;br /&gt;
&lt;br /&gt;
5. 실시간 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;외부로부터 입력되는 데이터를 짧은시간, 또는 특정한 시간 내에 처리해야 하는 환경에&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;서 사용 되는 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;특징 : 빠른 입출력 장치가 필요&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;각 사건의 중요도에 따라 우선순위 필요&lt;br /&gt;
&lt;br /&gt;
6. 분산 처리 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;각 시스템이 각자의 메모리, 프로세서를 가지고 있어 독립적으로 운영되고 필요할 때&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;통신하는 시스템&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;특징 : 사용자의 접근을 제어하면서 서로 원격지에 있는 자원을 편리하게 공유 가능&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; </content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/4002001974517393894/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4002001974517393894'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/4002001974517393894'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/07/blog-post.html' title='운영체제의 유형'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-5746232536931474196</id><published>2017-06-27T19:09:00.002-07:00</published><updated>2017-06-27T19:09:48.747-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="c언어"/><title type='text'>if, else</title><content type='html'>if는 주어진 조건이 맞았을 경우에만 실행되는 함수이다&lt;br /&gt;
else는 앞의 if문이 조건이 틀려 실행되지 않았을때 실행되는 함수이다&lt;br /&gt;
&lt;br /&gt;
if(조건식){&lt;br /&gt;
실행할 함수&lt;br /&gt;
}&lt;br /&gt;
else{&lt;br /&gt;
실행할 함수&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if문은 혼자서도 사용 할 수 있지만 else문은 if문이 있어야지만 사용 할 수 있다</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/5746232536931474196/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/if-else.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/5746232536931474196'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/5746232536931474196'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/if-else.html' title='if, else'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-6368488288320089917</id><published>2017-06-26T22:14:00.003-07:00</published><updated>2017-06-26T22:15:14.139-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>숙명여대 인문학 연구소 창의교육 특강 및 워크샵 후기</title><content type='html'>2017년 6월 17일&lt;br /&gt;
숙명여대 인문학 연구소 창의교육 특강 및 워크샵에 갔다왔다&lt;br /&gt;
학교 오피셜이라 필참인데 토요일이란다...&lt;br /&gt;
&lt;br /&gt;
&lt;strike&gt;&lt;span style=&quot;color: #999999;&quot;&gt;진짜 자실하고싶었다&lt;/span&gt;&lt;/strike&gt;&lt;br /&gt;
&lt;strike&gt;&lt;span style=&quot;color: #999999;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strike&gt;
아무튼 9시부터 4시까지 교육듣다 왔다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
가자마자 들은 숙명인문학 연구소장 박인찬 교수님의 강의&lt;br /&gt;
&lt;br /&gt;
&quot;융합의 시대에 창의성을 묻다&quot;&lt;br /&gt;
&lt;br /&gt;
&quot;미래는 이미 여기 와있다 아직 퍼지지 않았을 뿐이다&quot; 라는 말로 시작한 강의는&lt;br /&gt;
&quot;융합&quot;, 과 &quot;창의성&quot;을 미래의 두가지 키워드로 내세웠다&lt;br /&gt;
&lt;br /&gt;
1. 우리는 지금 융합의 시대에 살고 있는가?&lt;br /&gt;
2. 창의성이란 무엇인가&lt;br /&gt;
3. 가치와 목적&lt;br /&gt;
의 순서로 강의가 진행되었다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. 우리는 지금 융합의 시대에 살고 있는가?&lt;br /&gt;
&lt;br /&gt;
&quot;왜 융합인가&quot;&lt;br /&gt;
&lt;br /&gt;
융합에 관한 키워드&lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;충돌, 만남, 뒤섞임&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;합쳐짐, 교차, 혼종화&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;수렴, 연결, 하이브리드&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
융합은 정의된 것이 아닌 언제나 다른 뜻으로 쓰인다&lt;br /&gt;
&lt;br /&gt;
&quot;두 주제, 두 규율, 두 문화의 충돌하는 지점은 반드시 창조의 기회를 마련해 줄 것이다&quot; -C.P.스노우&lt;br /&gt;
&lt;br /&gt;
융합시대의 변화&lt;br /&gt;
전문화 -&amp;gt; 통합화&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. 창의성이란 무엇인가&lt;br /&gt;
&lt;br /&gt;
창의&lt;br /&gt;
창조&lt;br /&gt;
창발&lt;br /&gt;
창의는 사고관계, 아이디어의 관계 - 문제해결 시도의 관계&lt;br /&gt;
창조는 문제해결을 어떤것을 활용해 실행하는 단계&lt;br /&gt;
창발은 전혀다른 두 무언가가 합쳐져 새로운 무언가를 만드는것&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. 가치와 목적&lt;br /&gt;
&lt;br /&gt;
&quot;무엇을 위한 창의성인가&quot;&lt;br /&gt;
&lt;br /&gt;
4차 산업혁명에 대비하는 자세&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
결론&lt;br /&gt;
&quot;Each age must write its own books&quot;&lt;br /&gt;
&quot;사람은 세대에 맞는 책을 써야 한다 나는 이것이 창의성이라고 생각한다&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
강연이 끝난뒤 점식을 먹고 조별로 강의를 들으러 갔다&lt;br /&gt;
&lt;br /&gt;
&quot;기계가 되는 사람, 사람이 되는 기계&quot;&lt;br /&gt;
&lt;strike&gt;&lt;span style=&quot;color: #999999;&quot;&gt;갔다온지가 꽤 되서 성함이 기억 안난다&lt;/span&gt;&lt;/strike&gt;&lt;br /&gt;
&lt;strike&gt;&lt;span style=&quot;color: #999999;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strike&gt;
교수님께서는 처음에 메트릭스, 공각기동대, 에반게리온의 예시를 들며 인조인간과 진화하는 기계에 대해 설명해 주셨다&lt;br /&gt;
여러가지 미디어속의 예시를 보여주시며 머지 않은 미래에 기계사 사람을 대체하는 모습을 알려주셨고 또 로봇의 발전에 대해서도 설명을 해주셨다&lt;br /&gt;
&lt;br /&gt;
관련 예기를 이것저것 많이 하시며 중간중간 영상도 틀어주셔 강의가 약간 두서없는 감이 있었고 지금와서 딱히 기억에 남는 것도 없는것 같지만 강의동안은 하나도 지루하지 않았고 그때만큼은 집중이 정말 잘 되었던것 같다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
이 강의가 끝난 뒤 각자 집에 갔는데 &amp;nbsp;내용은 정말 좋았으나 토요일에 나와서까지 들을 내용은 아니였던거 같다...</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/6368488288320089917/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/blog-post_26.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6368488288320089917'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/6368488288320089917'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/blog-post_26.html' title='숙명여대 인문학 연구소 창의교육 특강 및 워크샵 후기'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-8092359313414649258</id><published>2017-06-22T17:45:00.003-07:00</published><updated>2017-06-22T17:45:42.773-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="c언어"/><title type='text'>printf</title><content type='html'>printf는 화면에 글자를 출력해 주는 함수이다&lt;br /&gt;
printf(&quot; &amp;nbsp; &amp;nbsp;&quot;); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &quot; &quot; 안의 글자를 출력해 준다&lt;br /&gt;
&lt;br /&gt;
printf 함수 안에서 서식문자를 사용해 변수를 출력할 수도 있다&lt;br /&gt;
&lt;br /&gt;
printf(&quot; %d &quot;,a); &amp;nbsp; 정수값 a를 출력한다&lt;br /&gt;
printf(&quot; %f &quot;,a); &amp;nbsp; 실수값 a를 출력한다&lt;br /&gt;
printf(&quot; %c &quot;,a); &amp;nbsp; 문자 a를 출력한다&lt;br /&gt;
printf(&quot; %s &quot;,a); &amp;nbsp; 문자열 a를 출력한다&lt;br /&gt;
&lt;br /&gt;
연산자를 넣는것도 가능하다&lt;br /&gt;
printf(&quot; %d &quot;,a+b); &amp;nbsp; 정수값 a+b를 출력한다&lt;br /&gt;
&lt;br /&gt;
조건식도 된다&lt;br /&gt;
printf(&quot; %d &quot;,a&amp;gt;b); &amp;nbsp; a&amp;gt;b가 참이면 1 아니면 0을 출력한다</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/8092359313414649258/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/printf.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8092359313414649258'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8092359313414649258'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/printf.html' title='printf'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-2016248253924235951</id><published>2017-06-22T17:32:00.000-07:00</published><updated>2017-06-22T17:32:15.528-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="c언어"/><title type='text'>자료형</title><content type='html'>int : 정수형&lt;br /&gt;
double : 실수형&lt;br /&gt;
char : 문자형&lt;br /&gt;
&lt;br /&gt;
이 외에도 각 각의 형 마다 자료형의 크기 별로 여러가지가 더 있지만&lt;br /&gt;
배우는 단계에서는 이것들만 알아도 충분하다&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/2016248253924235951/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/blog-post.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2016248253924235951'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/2016248253924235951'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/blog-post.html' title='자료형'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-8823845460681328840</id><published>2017-06-20T06:56:00.001-07:00</published><updated>2017-06-22T17:46:28.772-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="c언어"/><title type='text'>scanf</title><content type='html'>scanf는 사용자에게 값을 입력받는 함수이다&lt;br /&gt;
scanf(&quot;%d&quot;,&amp;amp;a); &amp;nbsp; &amp;nbsp; &amp;nbsp; a에 정수값을 저장&lt;br /&gt;
&lt;br /&gt;
%d는 자료형을 지정해주는 것으로&lt;br /&gt;
%d는 정수형&lt;br /&gt;
%f는 실수형&lt;br /&gt;
%c는 문자형 이다&lt;br /&gt;
(자료형이 double일 경우에는 %lf 이다)&lt;br /&gt;
&lt;br /&gt;
&amp;amp;a는 저장 변수를 지정해주는 것으로&lt;br /&gt;
&amp;amp;는 a의 위치를 알려주고 (그냥 외워서 쓰자 정확한 이유는 복잡하다)&lt;br /&gt;
a는 변수의 이름이다</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/8823845460681328840/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/scanf.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8823845460681328840'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8823845460681328840'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/scanf.html' title='scanf'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-1790371242061055675</id><published>2017-06-20T06:48:00.000-07:00</published><updated>2017-06-20T06:48:16.717-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="etc"/><title type='text'>제 8회 세계 전략 포럼 후기</title><content type='html'>늦은 후기&lt;br /&gt;
&lt;div&gt;
사진은 없다 (내가 이걸 쓸거라고는 생각도 안했다...)&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div&gt;
6월 12일부터 13일 까지 동국대 앞 신라호텔에서 열린 제 8회 세계 전략 포럼&lt;/div&gt;
&lt;div&gt;
난 이틀째인 13일에 학교 행사의 일환으로 참여했다.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
학교 단체로 Session 3 부터 참여해 주최측도 선생님들도 전부 정신이 없어 인솔이나 안내 등에도 혼선이 많이 생겼던거 같다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
일단 입장 전 명찰을 받았다 후면에 전체 일정이 프린트 되어있어 다른곳의 명찰보다는 실용적이였던 것 같다&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
이제 본격적인 강의의 내용을 보자&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Session 3 - 초연결사회 : 사물이 말을 걸다&lt;/div&gt;
&lt;div&gt;
강연 : 케빈 에쉬튼&lt;/div&gt;
&lt;div&gt;
사회 : 조광수 (연세대 정보대학원 교수)&lt;/div&gt;
&lt;div&gt;
패널 : 김명희 (행정자치부 정부통합전산센터장)&lt;/div&gt;
&lt;div&gt;
패널 : 차인혁 (SKT IoT 사업부문장)&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
요약&lt;br /&gt;
&lt;br /&gt;
&quot;제가 지금 한 것은 오늘날에는 좀 귀찮고 따분할수도 있는 행동이지만 10년 전까지만 해도 상상도 못했던 행동입니다. 이제 이런것들은 일상이라 놀랍지 않습니다 혁신은 일단 불가능해 보이고 말도 안될것 같지만 순간 기적처럼 놀랐다가 또 익숙해 지는 것입니다&quot;&lt;br /&gt;
&lt;br /&gt;
&quot;미래는 예측하기 쉽지만 믿는것은 어렵다&quot;&lt;br /&gt;
&lt;br /&gt;
koomey&#39;s law : 쿠미의 법칙&lt;br /&gt;
하나의 연산 처리에 걸리는 시간은 18개월마다 반으로 줄어든다&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
RFID&lt;br /&gt;
이미 여러군데에서 사용되고 있는 RFID는 아시다시피 전력을 거의 소모하지 않고 충전도 필요 없기 때문에 미래의 주요 기술이 될것이다&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
스마트와인병, 물병과같이 세상을 바꾸지도 못하고 필요도 없는것은 IoT가 아니다&lt;br /&gt;
IoT는 20세기 컴퓨터가 하지 못했던 연산을 할수있게 하는것 이다&lt;br /&gt;
&lt;br /&gt;
세계의 정보화 순위&lt;br /&gt;
1 : 독일&lt;br /&gt;
2 : 중국&lt;br /&gt;
3 : 한국&lt;br /&gt;
&lt;br /&gt;
일자리가 없어지는 것은 나쁜것이 아니다 소득이 문제인 것이다 자동화가 점진적으로 개선이 되면 일을하지않아도 소득이 생기는 시스템이 생길 것이다&lt;br /&gt;
&lt;br /&gt;
Session 4 - 이동의 혁명 : 상상, 현실이 되다&lt;br /&gt;
사회 : 김진표 (엑스타 레이싱팀 감독)&lt;br /&gt;
패널 : 서승우 (서울대 지능형 자동차 IT 연구센터장)&lt;br /&gt;
패널 : 백용범 (자스텍엠 대표)&lt;br /&gt;
패널 : 장웅준 (현대자동차그룹 ADAS개발실장)&lt;br /&gt;
&lt;br /&gt;
요약&lt;br /&gt;
&lt;br /&gt;
교통사고 원인의 95%는 사람의 실수다 자율주행은 이걸 해결할 수 있다&lt;br /&gt;
&lt;br /&gt;
우리나라에는 이미 대리운전이라는 완벽한 자율주행 시스템이 있다&lt;br /&gt;
&lt;br /&gt;
자율주행은 완전 자율주행이 아닌 파킹 어시스턴트같은 주행 보조기술도 통칭한다&lt;br /&gt;
&lt;br /&gt;
이미 손을 안대고 운전하는 단계까지는 왔지만 시야는 전방을 주시해야 한다&lt;br /&gt;
&lt;br /&gt;
현재는 관련 법안이나 보험이 없어서 사고나면 보험처리 안된다&lt;br /&gt;
&lt;br /&gt;
서울대에서 개발한 Snoover 다음주 부터 여의도에서 자율주행 테스트(현재 진행중)&lt;br /&gt;
&lt;br /&gt;
정부규제로 없는걸 만드는게 힘들다&lt;br /&gt;
&lt;br /&gt;
신호체계나 표지판등이 사람 위주로 만들어져 인공지능으로 인식하기가 힘들다&lt;br /&gt;
&lt;br /&gt;
후에는 로봇청소기 같은 자율 충전 시스템을 사용하게 될것이다&lt;br /&gt;
&lt;br /&gt;
Session 5 - 오감을 넘어 : 보라, 느껴라, 즐겨라!&lt;br /&gt;
사회 : 정윤철 (영화감독)&lt;br /&gt;
패널 : 이정중 (미래부 VR테마파크 동방성장 지원사업 총괄책임자)&lt;br /&gt;
패널 : 전인태 (KBS PD[환생]}&lt;br /&gt;
&lt;br /&gt;
요약&lt;br /&gt;
&lt;br /&gt;
롯데월드 VR짱짱 놀러오세요&lt;br /&gt;
&lt;br /&gt;
저희 프로그램 기술력 짱짱 꼭 보세요&lt;br /&gt;
&lt;br /&gt;
솔직히 내용 없었다&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/1790371242061055675/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/06/8.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1790371242061055675'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/1790371242061055675'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/06/8.html' title='제 8회 세계 전략 포럼 후기'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3663371114186066059.post-8573886825802711342</id><published>2017-04-22T18:59:00.000-07:00</published><updated>2017-04-22T18:59:18.049-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="과학"/><title type='text'>우주에 대한 인식의 확대</title><content type='html'>근대 이후의 우주관&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;코페르니쿠스 : 지동설 주장 (이론을 통한 가설 제시)&lt;/li&gt;
&lt;li&gt;케플러 : 행성의 운동에 대한 세가치 법칙 (관측에 근거한 수학적 접근) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;(타원궤도 법칙) : 모든 행성은 태양을 초점으로 한 타원 궤도를 돌고있다&amp;nbsp;&lt;/li&gt;
&lt;li&gt;(면적 속도 일정의 법칙) : 행성과 태양을 잇는 직선은 같은 시간동안 같은 면적을 그린다&amp;nbsp;&lt;/li&gt;
&lt;li&gt;(조화의 법칙) : 행성의 공전주기의 제곱은 타원의 긴 반지름의 세제곱에 비례한다&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;갈릴레이 : 망원경으로 태양의 흑점 목성의 위성등을 관찰해 지동설이 옮음을 확인 (실제 관측을 통해 이론을 증명)&lt;/li&gt;
&lt;li&gt;뉴턴 : 만유인력의 법칙(질량을 가진 물체 사이에는 물체 사이의 거리에 제곱에 반비례하고 질량의 곱에 비례하는 힘이 작용한다)을 발견하고 고전적인 중력 이론 완성 (천채운동의 원동력에 대한 설명에 적용)&lt;/li&gt;
&lt;li&gt;아인슈타인 : 상대성 이론을 통해 시공간의 개념을 도입하여 중력이 작용하는 방식에 대한 새로운 설명&lt;/li&gt;
&lt;/ol&gt;
&lt;ol&gt;
&lt;/ol&gt;
</content><link rel='replies' type='application/atom+xml' href='https://de-less.blogspot.com/feeds/8573886825802711342/comments/default' title='댓글'/><link rel='replies' type='text/html' href='https://de-less.blogspot.com/2017/04/blog-post_22.html#comment-form' title='0개의 덧글'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8573886825802711342'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3663371114186066059/posts/default/8573886825802711342'/><link rel='alternate' type='text/html' href='https://de-less.blogspot.com/2017/04/blog-post_22.html' title='우주에 대한 인식의 확대'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/06900726565450176525</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>