All language subtitles for 4. What is a Computer

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
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
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 0 1 00:00:00,450 --> 00:00:05,230 Everybody uses terms like CPU, RAM, hard drives. 1 2 00:00:05,250 --> 00:00:11,050 We've heard these terms but in this episode I want to talk about what really is a computer. 2 3 00:00:11,190 --> 00:00:15,350 Now in order to have a computer...remember why we have them in the first place, 3 4 00:00:15,360 --> 00:00:17,110 it's to get stuff done. 4 5 00:00:17,160 --> 00:00:24,930 We do things like generate spreadsheets or edit videos or control traffic or play games. No matter what 5 6 00:00:24,930 --> 00:00:25,590 it is, 6 7 00:00:25,620 --> 00:00:31,500 the whole function of a computer is to get something done, either work or play. 7 8 00:00:31,500 --> 00:00:36,000 So the cornerstone of any computer you're going to have out there are the CPUs. 8 9 00:00:36,030 --> 00:00:39,260 So here's a couple of CPUs I've got laying here. 9 10 00:00:39,300 --> 00:00:43,890 Now, a lot of times we'll say a CPU is like the "brain" of the computer and it's really more like a really 10 11 00:00:43,890 --> 00:00:45,960 super high-speed calculator. 11 12 00:00:45,960 --> 00:00:53,910 And what we do is we write programs that the processor can then do stuff with to manipulate peripherals 12 13 00:00:54,090 --> 00:00:56,460 and create these things called files to get stuff done. 13 14 00:00:56,490 --> 00:00:59,440 So we have these huge things called programs. 14 15 00:00:59,520 --> 00:01:07,530 Now programs can be applications like, say, Microsoft Word or Edge browser something like that. Or it could 15 16 00:01:07,530 --> 00:01:10,260 be a utility that helps us get on a network. 16 17 00:01:10,500 --> 00:01:12,030 But they're all programs. 17 18 00:01:12,030 --> 00:01:17,100 So when your computer's turned off, those programs have to sit someplace and that's what these guys are 18 19 00:01:17,100 --> 00:01:17,670 all about. 19 20 00:01:18,570 --> 00:01:20,080 This is mass storage. 20 21 00:01:20,100 --> 00:01:28,500 So in this particular case this is called an M.2 SSD solid state drive and it's stores stuff statically. 21 22 00:01:28,500 --> 00:01:33,940 And this is a old school, but still very popular hard drive, it's got spinning platters in there. 22 23 00:01:33,990 --> 00:01:41,840 The only thing these guys do is they store data, whether that data is a program or a Microsoft Word document. 23 24 00:01:41,940 --> 00:01:47,640 When you're not using it, when you're on your computer doing whatever you're doing, and suddenly you double 24 25 00:01:47,640 --> 00:01:52,580 click on an icon to, say, start up Microsoft Word, a lot of things start to take place. 25 26 00:01:52,680 --> 00:01:57,510 First of all, your computer, the CPU, knows how to talk to the hard drive. 26 27 00:01:57,530 --> 00:02:04,050 You'll say, "Go get that Microsoft Word." Now, hard drives are fast, but the problem is, they're not nearly 27 28 00:02:04,050 --> 00:02:05,850 as fast as the CPUs. 28 29 00:02:05,850 --> 00:02:11,670 So while we are already running a program, what we're really doing is we're taking a copy of that program 29 30 00:02:11,760 --> 00:02:17,650 off of the mass storage and we're putting it on to our RAM, or random access memory. 30 31 00:02:17,700 --> 00:02:22,230 So when a program is running, it is stored in RAM. 31 32 00:02:22,230 --> 00:02:26,610 RAM is super fast, not quite as fast as a CPU, but it's very very fast. 32 33 00:02:26,610 --> 00:02:29,170 The only downside is, as compared to a hard drive, 33 34 00:02:29,220 --> 00:02:30,690 RAM is very very expensive. 34 35 00:02:30,720 --> 00:02:34,590 So we only use RAM when we're running a program. 35 36 00:02:34,590 --> 00:02:42,240 So what will happen is the CPU will then copy, let's say, Microsoft Word copies the Microsoft Word program 36 37 00:02:42,240 --> 00:02:47,130 onto RAM and then it begins running the Word program. 37 38 00:02:47,140 --> 00:02:51,490 Now the Word program basically sits there with a nice white screen waiting for you to press buttons 38 39 00:02:51,490 --> 00:02:52,340 on your keyboard. 39 40 00:02:52,570 --> 00:02:53,840 "Hi Mom, I am fine. 40 41 00:02:53,840 --> 00:02:54,510 Love, Mike." 41 42 00:02:54,640 --> 00:03:00,310 So the program itself is monitoring peripherals. In this particular case, it's monitoring the keyboard 42 43 00:03:00,580 --> 00:03:06,220 and as each letter gets pressed to start showing up on the screen and you write yourself a letter and 43 44 00:03:06,220 --> 00:03:11,230 then you go through a process of saving your data, saving a file. 44 45 00:03:11,230 --> 00:03:19,220 So what'll happen is then the CPU will then instruct the data that you've written on RAM...it doesn't 45 46 00:03:19,220 --> 00:03:20,660 go to the hard drive automatically.... 46 47 00:03:20,670 --> 00:03:26,600 the data you've written on RAM, you hit "File > Save" and then that's copied also to your mass storage. So mass 47 48 00:03:26,600 --> 00:03:30,130 storage stores two very different things. 48 49 00:03:30,140 --> 00:03:32,570 Number one, it's storing the programs that aren't in use. 49 50 00:03:32,660 --> 00:03:38,420 And number two, it stores our data: our pictures, our Word documents, our saved games whatever it might 50 51 00:03:38,420 --> 00:03:38,810 be. 51 52 00:03:39,410 --> 00:03:44,260 So we go through this process back and forth and back and forth. In order to be a computer, 52 53 00:03:44,360 --> 00:03:46,220 you have to have a processor, 53 54 00:03:46,310 --> 00:03:49,430 you have to have RAM, and you have to have mass storage. 54 55 00:03:49,430 --> 00:03:50,920 There's no exception to that. 55 56 00:03:50,930 --> 00:03:55,910 The other thing, and we'll cover this in another episode, is you need some kind of program that is the 56 57 00:03:55,910 --> 00:03:59,370 king of all programs and we call these operating systems. 57 58 00:03:59,390 --> 00:04:03,920 So, even though in this series I use desktop computers a lot, 58 59 00:04:03,920 --> 00:04:04,970 big desktops, 59 60 00:04:04,970 --> 00:04:09,620 the reason I use them is because, well, they're big and it's easy for me to show you RAM and CPUs and 60 61 00:04:09,620 --> 00:04:11,320 a hard drive and stuff like that. 61 62 00:04:11,510 --> 00:04:18,120 But what I need you to get in mind right away is that computers aren't just desktops. 62 63 00:04:18,170 --> 00:04:19,200 Take a look over here. 63 64 00:04:19,220 --> 00:04:26,210 This is a perfectly good little laptop computer. Inside this laptop is a CPU. Inside this laptop is 64 65 00:04:26,450 --> 00:04:32,510 is mass storage. Inside this laptop is lots and lots of RAM and video and a keyboard and all kinds 65 66 00:04:32,510 --> 00:04:33,650 of other stuff too. 66 67 00:04:33,650 --> 00:04:35,030 This is a computer 67 68 00:04:38,530 --> 00:04:40,210 here's my little Apple tablet. 68 69 00:04:40,210 --> 00:04:46,270 Inside this Apple tablet is a CPU. Inside this tablet is RAM. Inside this tablet is mass storage. 69 70 00:04:46,270 --> 00:04:50,280 There's even an operating system all built in to this one little tablet. 70 71 00:04:51,160 --> 00:04:52,740 But don't let it stop there. 71 72 00:04:52,750 --> 00:04:54,370 Here's an Android phone. 72 73 00:04:54,400 --> 00:04:56,870 This Android phone has a CPU. 73 74 00:04:56,890 --> 00:04:58,000 It has RAM. 74 75 00:04:58,000 --> 00:04:59,200 It has mass storage. 75 76 00:04:59,200 --> 00:05:00,790 It has an operating system. 76 77 00:05:00,790 --> 00:05:02,830 It's all built into that. 77 78 00:05:02,920 --> 00:05:04,440 I mean let's go crazy here. 78 79 00:05:04,460 --> 00:05:06,530 Ever heard the term "Internet of Things?" 79 80 00:05:06,550 --> 00:05:10,080 Here's a little device called a Raspberry Pi. 80 81 00:05:10,090 --> 00:05:17,560 This is a little teeny tiny computer but, heck, this thing's even got USB ports and a network connection 81 82 00:05:17,560 --> 00:05:20,110 and all that type of stuff on this particular guy. 82 83 00:05:20,110 --> 00:05:24,640 We've got a CPU, RAM, mass storage, everything in fact on this guy. 83 84 00:05:25,810 --> 00:05:28,870 It's all actually put onto one individual chip. 84 85 00:05:28,870 --> 00:05:33,910 We use the term "system on a chip" to define that type of thing. 85 86 00:05:33,910 --> 00:05:35,360 Computers are everywhere. 86 87 00:05:35,380 --> 00:05:41,260 The washer and dryer in my house is a full computer system. I could actually turn on the dryer using 87 88 00:05:41,260 --> 00:05:42,120 my phone. 88 89 00:05:42,300 --> 00:05:44,610 You got...use cameras or anything like that? 89 90 00:05:44,620 --> 00:05:48,190 This camera has a CPU, RAM, operating system. 90 91 00:05:48,190 --> 00:05:51,000 Everything is all in this camera. 91 92 00:05:51,010 --> 00:05:54,430 How about the routers or the wireless access points that we use in our home? 92 93 00:05:54,430 --> 00:06:01,660 These guys are also complete computers. Inside this computer is going to be a CPU, RAM, storage, an 93 94 00:06:01,660 --> 00:06:08,560 operating system...everything that we need to be a complete computer. So be careful when you use the word 94 95 00:06:08,560 --> 00:06:09,510 "computer." 95 96 00:06:09,520 --> 00:06:14,770 The computers have taken over happily because it sure makes our lives convenient. And everything from the 96 97 00:06:14,770 --> 00:06:21,250 big desktops, which we'll be concentrating on in this series, down to the smallest little camera, or in 97 98 00:06:21,250 --> 00:06:24,390 my case washer and dryer, is all a computer. 98 99 00:06:24,430 --> 00:06:30,100 All you need is a CPU, RAM, mass storage, and something called an operating system. 10211

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