-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomtu_ba_02.html
545 lines (542 loc) · 26.6 KB
/
comtu_ba_02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html>
<html lang="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.utterances {
position: relative;
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.utterances-frame {
color-scheme: light;
position: absolute;
left: 0;
right: 0;
width: 1px;
min-width: 100%;
max-width: 100%;
height: 100%;
border: 0;
}
</style>
<title>Computer Tutorial</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<script src="https://kit.fontawesome.com/77ad8525ff.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/style.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/collapsible-chapters.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/website.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/search.css">
<link rel="stylesheet" href="https://bluecow03.github.io/computer_tutorial/comtu/website(1).css">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./comtu/comtu.png">
<link rel="shortcut icon" href="./comtu/comtu.ico" type="image/x-icon">
<link rel="next" href="https://bluecow03.github.io/computer_tutorial/comtu_ba_03.html">
</head>
<body>
<div class="book without-animation with-summary font-size-2 font-family-1">
<div class="book-summary">
<nav role="navigation">
<ul class="summary">
<li class="chapter active expanded" data-level="1.1" data-path="./">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_main.html">
Computer Tutorial
</a>
</li>
<li class="chapter expanded" data-level="1.2" data-path="basics/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_00.html">
1장. Computer 기초
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.2.1" data-path="basics/01-hello-javascript.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_01.html">
01. 마우스, 마우스 커서
</a>
</li>
<li class="chapter " data-level="1.2.2" data-path="basics/02-variables.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_02.html">
02. 모니터
</a>
</li>
<li class="chapter " data-level="1.2.3" data-path="basics/03-operator.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_03.html">
03. 키보드
</a>
</li>
<li class="chapter " data-level="1.2.4" data-path="basics/04-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_04.html">
04. 입력장치
</a>
</li>
<li class="chapter " data-level="1.2.5" data-path="basics/05-function.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_05.html">
05. 출력장치
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.3" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_00.html">
2장. Computer 부품
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.3.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_01.html">
01. 메인보드
</a>
</li>
<li class="chapter " data-level="1.3.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_02.html">
02. CPU
</a>
</li>
<li class="chapter " data-level="1.3.3" data-path="useful/03-short-circuiting.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_03.html">
03. GPU
</a>
</li>
<li class="chapter " data-level="1.3.4" data-path="useful/04-default-function-params.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_04.html">
04. RAM
</a>
</li>
<li class="chapter " data-level="1.3.5" data-path="useful/05-smarter-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_05.html">
05. 저장장치
</a>
</li>
<li class="chapter " data-level="1.3.6" data-path="useful/06-destructuring.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pa_06.html">
06. 파워
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.4" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_00.html">
3장. Computer 많이 쓰이는 프로그램
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.4.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_01.html">
01. Excel
</a>
</li>
<li class="chapter " data-level="1.4.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_02.html">
02. Photoshop
</a>
</li>
<li class="chapter " data-level="1.4.3" data-path="useful/03-short-circuiting.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_03.html">
03. Word
</a>
</li>
<li class="chapter " data-level="1.4.4" data-path="useful/04-default-function-params.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_04.html">
04. Cad
</a>
</li>
<li class="chapter " data-level="1.4.5" data-path="useful/05-smarter-conditions.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_05.html">
05. PowerPoint
</a>
</li>
<li class="chapter " data-level="1.4.6" data-path="useful/06-destructuring.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_pr_06.html">
06. Zoom
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.5" data-path="useful/">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_00.html">
4장. Computer 단순 고장
<i class="exc-trigger fa"></i>
</a>
<ul class="articles">
<li class="chapter " data-level="1.5.1" data-path="useful/01-ternary.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_01.html">
01. 컴퓨터가 안켜짐
</a>
</li>
<li class="chapter " data-level="1.5.2" data-path="useful/02-truthy-and-falsy.html">
<a href="https://bluecow03.github.io/computer_tutorial/comtu_br_02.html">
02. 모니터가 안켜짐
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com/" target="blank" class="gitbook-link" style="display: none;">
Published with GitBook
</a>
</li>
</ul>
</nav>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-align-justify"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="GitHub" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-github"></i>
</a>
<a class="btn pull-left js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-edit"></i>
수정 요청하기
</a>
<div class="dropdown pull-right js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Share" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-share-alt"></i>
</a>
<div class="dropdown-menu dropdown-left">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-5 ">Facebook</button>
<button class="button size-5 ">Google+</button>
<button class="button size-5 ">Twitter</button>
<button class="button size-5 ">Weibo</button>
<button class="button size-5 ">Instapaper</button>
</div>
</div>
</div>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-facebook"></i>
</a>
<a class="btn pull-right js-toolbar-action" aria-label="" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-twitter"></i>
</a>
<div class="dropdown pull-left font-settings js-toolbar-action">
<a class="btn toggle-dropdown" aria-label="Font Settings" href="https://bluecow03.github.io/computer_tutorial">
<i class="fa fa-font"></i>
</a>
<div class="dropdown-menu dropdown-right">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button class="button size-2 font-reduce">A</button>
<button class="button size-2 font-enlarge">A</button>
</div>
<div class="buttons">
<button class="button size-2 ">Serif</button>
<button class="button size-2 ">Sans</button>
</div>
<div class="buttons">
<button class="button size-3 ">White</button>
<button class="button size-3 ">Sepia</button>
<button class="button size-3 ">Night</button>
</div>
</div>
</div>
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="https://bluecow03.github.io/computer_tutorial">Computer Tutorial</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">
<div id="book-search-results">
<div class="search-noresults">
<section class="normal markdown-section">
<h1 id="Computer">모니터</h1>
<h2 id="모니터">모니터란?</h2>
<p>
모니터란 컴퓨터 등의 기기에서 출력되는 정지영상 또는 동영상의 영상 신호를 그림 형식으로
표시하는 풀력 장치로, 보통 음극선관 또는 액정 디스플레이 평판 패널이 쓰입니다. 모니터는
컴퓨터가 보내는 전기적 신호에서 그림을 만들어 내는 것입니다.
현대의 모니터들은 전통적인 텔레비전 수상기의 대용으로 사용할 수 있지만, 텔레비전 튜너나
스피커와 같은 부품들이 없는 제품이 많아 외부 부품 없이 모니터를 텔레비전으로 사용하는 것이
불가능할 수 있습니다.
</p>
<h2 id="모니터">모니터를 고를 때 고려할 사항?</h2>
<p>
모니터를 고를 때 고려할 사항으로는 총 6가지가 있습니다.
1) 해상도
2) 주사율
3) 시야각
4) 응답속도
5) 명암비
6) 화면크기
입니다.
이것들이 무엇인지 간단히 설명해 드리겠습니다.
</p>
<h3 id="해상도">1. 해상도</h3>
<p>
해상도는 픽셀의 수를 말합니다. 높은 해상도일수록 같은 화면이 크기에서 더 많은 픽셀수가 채워져 있는 것입니다.
따라서 해상도가 높을 수록 화질이 좋아지고 글씨나 사진이 더 밝고 진한 느낌을 받을 수 있다는 것입니다.
</p>
<h3 id="주사율">2. 주사율</h3>
<p>
주사율이란 1초에 재생되는 이미지의 숫자를 의미합니다. 예를들어 60Hz로 표현된 주사율은 1초에 60번 재생이 되는 것입니다.
따라서 게임과 같이 움직임을 바로 표현하는 것이 필요하다면 높은 주사율의 모니터를 고르는 것이 좋습니다.
요즘 게임을 하는 사람들은 120 ~ 144Hz를 많이 이용하는 편입니다.
</p>
<h3 id="시야각">3. 시야각</h3>
<p>
시야각이란 모니러를 측면에서 바라보았을 때 반사없이 잘 볼수 있는 것입니다.
패널의 종류에는 3종류가 있고, 종류에 따라 시야각과 응답속도의 차이가 나게되는데 IPS, VA, TN 패널 순대로 시야각이
좋습니다. IPS패널은 시야각이 가장넓고 보편적이며, TN패널은 시야각이 좁습니다. 하지만, TN패널은 가장빠른 반응속도를
가지고 있습니다. 따라서 사용용도에 따라 패널을 선택하시면 됩니다.
</p>
<h3 id="응답속도">4. 응답속도</h3>
<p>
응답속도는 화면의 화소들이 얼마나 빠르게 반응하는지를 알려주는 것입니다. 단위로는 ms를 사용합니다.
숫자가 낮을수록 빠르게 반응하여 응답속도가 빠른 것 입니다. 게임을 주로 한다면 응답속도가 빠른 1~3ms 모니터를 고르는 것이 좋지만,
일반 업무용 모니터는 5ms 정도의 응답속도를 가진 모니터로도 충분합니다.
</p>
<h3 id="명암비">5. 명암비</h3>
<p>
명암비란 영상에서 가장 밝은 곳과 어두운 곳 사이에 드러나는 밝은 정도의 비율로 명암비가 높을수록 밝은 것입니다.
암부의 디테일이 표현이 잘되는 것이 명암비가 높다라고 표현할 수 있습니다.
명암비가 좋은 패널순은 VA, IPS, TN 순으로, VA 패널이 명암비가 가장좋아 어두운 곳의 표현이 좋습니다.
반대로 TN패널은 명암비가 좋지 않지만, 응답속도가 가장 빠릅니다.
</p>
<h3 id="화면크기">6. 화면크기</h3>
<p>
사용환경이나 목적에 따라서 화면크기를 결정하시면 되는데 이때 화면 크기가 크먄 해상도도 같이 높아질 필요가 있습니다.
왜냐하면 화면크기가 큰데 해상도가 낮으면 픽셀의 크기가 커서 입자감이 떨어지고 그러면 화질이 떨어져 보이기 때문입니다.
그렇기에 해상도와 화면크기를 적절히 선택해 주시면 좋습니다.
요즘 많이 쓰이는 화면크기는 24 ~ 32인치 입니다.
</p>
<P>
이번 장은 모니터에 대하여 간략하게 알아보았습니다. 궁금한 점이 있으시면,
아래의 댓글란에 적어주세요:)
</p>
<script>
function attachComments() {
const el = document.querySelector('.markdown-section');
if (!el) return;
const script = document.createElement('script');
script.src = 'https://utteranc.es/client.js';
script.setAttribute('repo', 'velopert/learnjs');
script.setAttribute('issue-term', 'title');
script.setAttribute('crossorigin', 'anonymous');
script.setAttribute('label', 'comments');
el.appendChild(script);
}
setTimeout(attachComments, 100);
</script>
<div class="utterances">
<iframe class="utterances-frame" title="Comments" scrolling="no" src="./python.html" loading="lazy"></iframe>
</div>
</section>
</div>
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title">
<span class="search-results-count"></span> results matching "<span class="search-query"></span>"
</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class="search-query"></span>"</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_01.html" class="navigation navigation-prev " aria-label="Previous page: 01. Mouse, Mouse Cursor">
<i class="fa fa-angle-left"></i>
</a>
<a href="https://bluecow03.github.io/computer_tutorial/comtu_ba_03.html" class="navigation navigation-next navigation-unique" aria-label="Next page: 03. 키보드" style="margin-right: 17px;">
<i class="fa fa-angle-right"></i>
</a>
</div>
<script>
var gitbook = gitbook || [];
gitbook.push(function() {
gitbook.page.hasChanged(
{"page":{
"title":"00",
"level":"1.1",
"depth":1,
"next":{
"title":"01",
"level":"1.2",
"depth":1,
"path":"basics/README.md",
"ref":"./basics/README.md",
"articles":[{
"title":"02",
"level":"1.2.1",
"depth":2,
"articles":[]
},
{
"title":"03",
"level":"1.2.2",
"depth":2,
"articles":[]
},
{
"title":"04",
"level":"1.2.3",
"depth":2,
"articles":[]
},
{
"title":"05",
"level":"1.2.4",
"depth":2,
"articles":[]
},
{
"title":"06",
"level":"1.2.5",
"depth":2,
"articles":[]
},
{
"title":"07",
"level":"1.2.6",
"depth":2,
"articles":[]
},
{
"title":"08",
"level":"1.2.7",
"depth":2,
"articles":[]
},
{
"title":"09",
"level":"1.2.8",
"depth":2,
"articles":[]
},
{"title":"10",
"level":"1.2.9",
"depth":2,
"articles":[]
}]
},
"dir":"ltr"},
"config":{
"gitbook":"*",
"theme":"default",
"variables":{},
"plugins":[
"collapsible-chapters",
"comment",
"hide-published-with",
"github",
"edit-link"
],
"pluginsConfig":{
"github":{
"url":"https://github.com/BlueCow03/computer_tutorial"
},
"search":{},
"collapsible-chapters":{},
"lunr":{
"maxIndexSize":1000000,
"ignoreSpecialCharacters":false
},
"hide-published-with":{},
"fontsettings":{
"theme":"white",
"family":"sans",
"size":2
},
"highlight":{},
"sharing":{
"facebook":true,
"twitter":true,
"vk":false,
"all":["facebook","twitter"]
},
"edit-link":{
"label":"수정 요청하기",
"base":"https://github.com/BlueCow03/computer_tutorial/edit/master"
},
"theme-default":{
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"
},
"showLevel":false
},
"comment":{}
},
"structure":{
"langs":"LANGS.md",
"readme":"README.md",
"glossary":"GLOSSARY.md",
"summary":"SUMMARY.md"
},
"pdf":{
"pageNumbers":true,
"fontSize":12,
"fontFamily":"Arial",
"paperSize":"a4",
"chapterMark":"pagebreak",
"pageBreaksBefore":"/",
"margin":{
"right":62,
"left":62,
"top":56,
"bottom":56}
},
"styles":{
"website":"styles/website.css",
"pdf":"styles/pdf.css",
"epub":"styles/epub.css",
"mobi":"styles/mobi.css",
"ebook":"styles/ebook.css",
"print":"styles/print.css"}
},
"file":{
"path":"README.md",
"mtime":"2019-05-18T02:44:31.008Z",
"type":"markdown"
},
"gitbook":{
"version":"3.2.3",
"time":"2019-06-09T12:51:25.214Z"
},
"basePath":".",
"book":{"language":""}
}
);
});
</script>
</div>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/gitbook.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/theme.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/collapsible-chapters.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin(1).js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/plugin(2).js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search-engine.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/lunr.min.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/search-lunr.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/buttons.js"></script>
<script src="https://bluecow03.github.io/computer_tutorial/comtu/fontsettings.js"></script>
</body>
</html>