All language subtitles for 1_CPU

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,170 --> 00:00:03,765 If someone asked you, calculate the square root of 2 00:00:03,765 --> 00:00:09,660 5,000,439,493 would you do the math by hand? 3 00:00:09,660 --> 00:00:12,525 Unless you really love tedious math problems, 4 00:00:12,525 --> 00:00:14,820 you'd probably use a calculator. 5 00:00:14,820 --> 00:00:17,235 What about binary? Well, 6 00:00:17,235 --> 00:00:19,920 you probably wouldn't calculate binary by hand either. 7 00:00:19,920 --> 00:00:22,365 There's actually a very powerful calculator 8 00:00:22,365 --> 00:00:24,150 right inside of your computer, 9 00:00:24,150 --> 00:00:26,010 that process binary for us. 10 00:00:26,010 --> 00:00:27,840 We've already discussed this in calculator 11 00:00:27,840 --> 00:00:29,655 in detail. Do you know what it is? 12 00:00:29,655 --> 00:00:32,895 It's our CPU, the brain of our computer. 13 00:00:32,895 --> 00:00:34,290 In this video, we'll cover 14 00:00:34,290 --> 00:00:37,360 the more practical aspects of the CPU. 15 00:00:38,030 --> 00:00:40,410 Remember that transition book that I 16 00:00:40,410 --> 00:00:42,225 talked about in an earlier lesson? 17 00:00:42,225 --> 00:00:44,390 The CPU uses this to 18 00:00:44,390 --> 00:00:46,910 translate and perform functions on our data. 19 00:00:46,910 --> 00:00:49,835 This translation book is called an instruction set, 20 00:00:49,835 --> 00:00:51,380 which is literally just a list of 21 00:00:51,380 --> 00:00:54,530 instructions that our CPU is able to run. 22 00:00:54,530 --> 00:00:57,110 Functions like adding, subtracting, 23 00:00:57,110 --> 00:00:59,570 copying data are all instructions 24 00:00:59,570 --> 00:01:01,240 that our CPU can carry out. 25 00:01:01,240 --> 00:01:02,550 Every single program on 26 00:01:02,550 --> 00:01:04,790 your computer, while extremely complex, 27 00:01:04,790 --> 00:01:08,044 is broken down into very small and simple instructions 28 00:01:08,044 --> 00:01:09,940 found in our instruction set. 29 00:01:09,940 --> 00:01:12,650 Instruction sets are hard-coded into 30 00:01:12,650 --> 00:01:15,590 our CPU so different CPU manufacturers 31 00:01:15,590 --> 00:01:17,375 may use different instruction sets, 32 00:01:17,375 --> 00:01:20,000 but they generally perform the same functions. 33 00:01:20,000 --> 00:01:21,770 It's like how car manufacturers 34 00:01:21,770 --> 00:01:23,255 build their engines differently, 35 00:01:23,255 --> 00:01:25,160 but they all get the same job done. 36 00:01:25,160 --> 00:01:26,270 You probably worked with 37 00:01:26,270 --> 00:01:28,820 computer hardware as an IT support specialist, 38 00:01:28,820 --> 00:01:30,755 replacing failed hard disks, 39 00:01:30,755 --> 00:01:34,010 upgrading RAM modules, and installing video cards. 40 00:01:34,010 --> 00:01:36,810 You need to be aware of what's out there. 41 00:01:36,810 --> 00:01:38,090 You've probably heard of 42 00:01:38,090 --> 00:01:41,135 a few popular CPU manufacturers or chipsets, 43 00:01:41,135 --> 00:01:44,855 like Intel, AMD, and Qualcomm. 44 00:01:44,855 --> 00:01:46,970 These CPU manufacturers use 45 00:01:46,970 --> 00:01:49,645 different product names to differentiate their processes. 46 00:01:49,645 --> 00:01:53,070 Like Intel Core i7, AMD Athlon, 47 00:01:53,070 --> 00:01:57,165 Snapdragon 810, Apple A8, and more. 48 00:01:57,165 --> 00:01:58,640 Now when you hear these terms, 49 00:01:58,640 --> 00:02:00,145 you'll know what they mean. 50 00:02:00,145 --> 00:02:02,030 Each of these CPU manufacturers 51 00:02:02,030 --> 00:02:03,610 have their strengths and weaknesses. 52 00:02:03,610 --> 00:02:05,660 If you're interested in learning more about why 53 00:02:05,660 --> 00:02:07,980 some CPUs are more popular than others, 54 00:02:07,980 --> 00:02:10,325 you can check out the next supplemental reading. 55 00:02:10,325 --> 00:02:12,604 When you select your CPU, 56 00:02:12,604 --> 00:02:13,640 you need to make sure it's 57 00:02:13,640 --> 00:02:15,335 compatible with your motherboard, 58 00:02:15,335 --> 00:02:16,700 the circuit board that connects 59 00:02:16,700 --> 00:02:19,420 all your components together, heads up. 60 00:02:19,420 --> 00:02:20,750 You can't just buy a bunch of 61 00:02:20,750 --> 00:02:22,655 parts and expect them to work together 62 00:02:22,655 --> 00:02:24,650 there are different ways of CPUs fit 63 00:02:24,650 --> 00:02:26,675 on motherboards using different sockets. 64 00:02:26,675 --> 00:02:29,870 Your CPU might have lots of tiny pins that are either 65 00:02:29,870 --> 00:02:33,335 stick out or have contact points that look like dots. 66 00:02:33,335 --> 00:02:34,745 Depending on your motherboard, 67 00:02:34,745 --> 00:02:35,825 you need to make sure 68 00:02:35,825 --> 00:02:38,130 these CPUs fit correctly in the socket. 69 00:02:38,130 --> 00:02:39,860 There are currently two major types of 70 00:02:39,860 --> 00:02:42,220 CPU sockets; Land Grid Array, 71 00:02:42,220 --> 00:02:43,779 also known as LGA, 72 00:02:43,779 --> 00:02:45,315 and Pin Grid Array, 73 00:02:45,315 --> 00:02:47,110 also known as PGA. 74 00:02:47,110 --> 00:02:48,995 In an LGA socket, 75 00:02:48,995 --> 00:02:50,690 like this one, there are pins 76 00:02:50,690 --> 00:02:52,700 that stick out of the motherboard. 77 00:02:52,700 --> 00:02:54,575 The socket size may vary, 78 00:02:54,575 --> 00:02:56,450 so always make sure your CPU and 79 00:02:56,450 --> 00:02:58,835 socket are compatible beforehand. 80 00:02:58,835 --> 00:03:01,310 When you purchase a CPU or motherboard, 81 00:03:01,310 --> 00:03:02,885 they'll tell you right on the box 82 00:03:02,885 --> 00:03:04,565 what type of socket it has. 83 00:03:04,565 --> 00:03:06,290 Make sure your CPU and 84 00:03:06,290 --> 00:03:08,555 motherboards socket also both match. 85 00:03:08,555 --> 00:03:10,400 If it's not listed on the box, 86 00:03:10,400 --> 00:03:11,480 you can go to the manufacturer's 87 00:03:11,480 --> 00:03:13,100 website where you usually 88 00:03:13,100 --> 00:03:14,180 list what types of 89 00:03:14,180 --> 00:03:16,640 CPUs are compatible with the motherboard. 90 00:03:16,640 --> 00:03:20,045 The other type of socket is the PGA socket, 91 00:03:20,045 --> 00:03:22,895 where the pins are located on the processor itself. 92 00:03:22,895 --> 00:03:24,800 When we installed our CPU, 93 00:03:24,800 --> 00:03:28,315 we need to do a few things to it to keep it cool. 94 00:03:28,315 --> 00:03:30,140 Since it does a lot of work, 95 00:03:30,140 --> 00:03:31,880 it's prone to overheating. 96 00:03:31,880 --> 00:03:33,590 We have to make sure to include 97 00:03:33,590 --> 00:03:35,330 a heat sink too which takes 98 00:03:35,330 --> 00:03:37,250 the heat from our CPU and dissipates 99 00:03:37,250 --> 00:03:40,350 it through a fan or another medium. 100 00:03:41,420 --> 00:03:45,080 There's one last thing I want to call out about CPUs. 101 00:03:45,080 --> 00:03:46,925 If you purchase the CPU, 102 00:03:46,925 --> 00:03:48,200 you'll see that it has 103 00:03:48,200 --> 00:03:52,055 either a 32-bit or 64-bit architecture. 104 00:03:52,055 --> 00:03:53,990 What does that mean? Well, 105 00:03:53,990 --> 00:03:56,975 we know we can process eight bits in binary now, 106 00:03:56,975 --> 00:04:00,860 imagine how we can process with 32 or even 64 bits. 107 00:04:00,860 --> 00:04:03,050 CPUs that have 32-bit or 108 00:04:03,050 --> 00:04:05,090 64-bit architecture are just 109 00:04:05,090 --> 00:04:08,085 specifying how much data they can efficiently handle. 110 00:04:08,085 --> 00:04:10,250 For now, the main takeaway is that 111 00:04:10,250 --> 00:04:12,710 the CPU is one of the most important parts of 112 00:04:12,710 --> 00:04:15,785 the computer so we have to make sure it's compatible with 113 00:04:15,785 --> 00:04:17,300 all other components and can 114 00:04:17,300 --> 00:04:20,400 perform well for our computing needs. 8498

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.