All language subtitles for 4. Type of object Logical operation Boolean

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic
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 Download
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:11,670 --> 00:00:19,800 Hangar one and welcoming this new with you in this video, we will talk about bunions and logical operation. 2 00:00:21,460 --> 00:00:33,970 A logical operation is an operation that tests which have as results a Boolean object, which is valuable 3 00:00:34,350 --> 00:00:38,460 a number six more precisely which. 4 00:00:40,260 --> 00:00:43,260 Can have only true value. 5 00:00:43,830 --> 00:00:59,550 So a Boolean object can be true or can be false, and only one of these two possibilities. 6 00:01:00,450 --> 00:01:13,710 So for example, if I want to create a logical operation to see if five is equal to six, I will do 7 00:01:13,710 --> 00:01:16,730 it using a double equal. 8 00:01:18,420 --> 00:01:26,490 And as a result, we have false because five isn't equal to six. 9 00:01:27,630 --> 00:01:33,990 If I want to see if five is greater than six. 10 00:01:37,160 --> 00:01:42,050 We have as a result, that is false. 11 00:01:43,820 --> 00:01:48,230 If I want to see if five is lower than six. 12 00:01:48,560 --> 00:01:54,260 The result is true because five is rather than six. 13 00:01:55,160 --> 00:02:03,560 We can also this if a number is different from another. 14 00:02:03,980 --> 00:02:09,860 For example, five different shoot six. 15 00:02:12,020 --> 00:02:26,150 So this is the main logical operations, but there exists a lot of over, but they are the most used 16 00:02:27,730 --> 00:02:28,470 now. 17 00:02:28,520 --> 00:02:33,110 We are going to see how to combine some logical operations. 18 00:02:33,710 --> 00:02:34,460 For example, 19 00:02:37,460 --> 00:02:47,720 if I want to see if one is lower than two and five greater than six. 20 00:02:49,220 --> 00:02:51,680 The end operator onerous. 21 00:02:53,250 --> 00:02:55,980 To combine the logical operation. 22 00:02:58,270 --> 00:03:10,510 The specificities of the enterprise operation is that the wall logical operation will be false if at 23 00:03:10,510 --> 00:03:17,350 least one of the seven logical operation is false. 24 00:03:18,130 --> 00:03:31,930 For example, here if I do the opposite test, I will have true because the two further logical operation 25 00:03:32,170 --> 00:03:32,980 are true. 26 00:03:34,240 --> 00:03:44,080 But if at least one of them is false, the one logical operation is false. 27 00:03:46,030 --> 00:03:58,360 With the all operator, we can combine the logical operations bits with another method. 28 00:03:59,500 --> 00:04:01,840 So here we are. 29 00:04:01,900 --> 00:04:09,790 Create a big, logical operation with true some logical operations. 30 00:04:10,960 --> 00:04:20,300 If at least one of them is true, then the one logical operation is true. 31 00:04:20,320 --> 00:04:25,640 For example, here this one is true and this one is false. 32 00:04:25,660 --> 00:04:32,820 So with the end, because at least one is false, we have a false. 33 00:04:33,730 --> 00:04:41,320 But with that operator, we have true as a result because at least one is true. 34 00:04:42,160 --> 00:04:51,910 So it is important to know the true way to combine the logical operation because the visualization of 35 00:04:52,630 --> 00:04:55,900 the end, all the all depends. 36 00:04:57,300 --> 00:05:06,390 On the case, then we just have to see the nut operator, which is very simple. 37 00:05:06,660 --> 00:05:18,240 So when you put and not appear to be for a logical operation, you will have the opposite of the result 38 00:05:18,240 --> 00:05:24,930 of this logical operation, for example, five greater than six. 39 00:05:25,290 --> 00:05:27,020 The result is force. 40 00:05:27,070 --> 00:05:34,320 But if I put nuts before, I will have the opposite, which is to. 41 00:05:37,140 --> 00:05:47,490 So again, I will invite you to play by yourself with this look at you, do we understand this operators? 4028

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