Programowanie

 0    69 fiche    michalwojcik84
Télécharger mP3 Imprimer jouer consultez
 
question réponse
zmienna
commencer à apprendre
variable
wartość
commencer à apprendre
value
instrukcja
commencer à apprendre
instruction
komputer
commencer à apprendre
computer
łańcuch znaków
commencer à apprendre
string
opis
commencer à apprendre
description
powłoka
commencer à apprendre
shell
zautomatyzować
commencer à apprendre
automate
popularny
commencer à apprendre
popular
wydrukować
commencer à apprendre
print
kod
commencer à apprendre
code
zamiast
commencer à apprendre
instead
nie jest prawidłowy
Dlaczego imię nie jest prawidłową nazwą zmiennej?
commencer à apprendre
is not a valid
Why is first name not a valid variable name?
analiza
commencer à apprendre
analysis
populacja
commencer à apprendre
population
cytat
commencer à apprendre
quote
litera
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
commencer à apprendre
letter
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
zadanie
commencer à apprendre
task
zjawić się
commencer à apprendre
appear
zawierać
commencer à apprendre
contain
powierzchnia
commencer à apprendre
area
obraz / wizerunek
commencer à apprendre
image
podążać
commencer à apprendre
follow
projekt
commencer à apprendre
project
język
commencer à apprendre
language
wybór
commencer à apprendre
choice
znany
commencer à apprendre
known
kilka
commencer à apprendre
a few
popularny wybór dla
Jest to język wybierany przez wiele firm i popularny w projektach osobistych.
commencer à apprendre
a popular pick for
It's the language of choice for many companies and a popular pick for personal projects.
i wiele więcej
Możesz go używać do automatyzowania zadań, przyspieszania pracy z analizą danych, uczeniem maszynowym i nie tylko.
commencer à apprendre
and much more
You can use it for automating tasks, getting ahead in work with data analysis, machine learning, and much more.
przyspieszanie
Możesz go używać do automatyzowania zadań, przyspieszania pracy z analizą danych, uczeniem maszynowym i nie tylko.
commencer à apprendre
getting ahead
You can use it for automating tasks, getting ahead in work with data analysis, machine learning, and much more.
z wyboru dla
Jest to język wybierany przez wiele firm i popularny w projektach osobistych.
commencer à apprendre
of choice for
It's the language of choice for many companies and a popular pick for personal projects.
Do czego komputery używają zmiennych?
commencer à apprendre
What do computers use variables for?
Aby narysować obrazy na ekranie.
commencer à apprendre
To draw images onscreen
nazwy opisowe
Dlaczego nadajemy zmiennym nazwy opisowe, takie jak miasto lub ludność zamiast c lub p?
commencer à apprendre
descriptive names
Why do we give variables descriptive names like city or population instead of c or p?
zamiast czegoś
Dlaczego nadajemy zmiennym nazwy opisowe, takie jak miasto lub ludność zamiast c lub p?
commencer à apprendre
instead of sth
Why do we give variables descriptive names like city or population instead of c or p?
do przechowywania wartości
Po utworzeniu i nazwaniu zmiennej używamy znaku = do przechowywania wartości w niej, tak jak w przypadku city = "Miami".
commencer à apprendre
to store a value
After creating and naming a variable, we use the = sign to store a value inside it, like with city = "Miami".
do przechowywania czegoś
Po utworzeniu i nazwaniu zmiennej używamy znaku = do przechowywania wartości w niej, tak jak w przypadku city = "Miami".
commencer à apprendre
to store sth
After creating and naming a variable, we use the = sign to store a value inside it, like with city = "Miami"
to jest jak
Kiedy przechowujemy wartość w zmiennej, to tak, jakbyśmy wkładali rzeczy do pudełka. Tutaj będziemy przechowywać „jabłko” w device_type.
commencer à apprendre
it's like
When we store a value in a variable, it's like putting stuff inside a box. Here, we'll store "apple" in device_type.
wkładanie rzeczy
Kiedy przechowujemy wartość w zmiennej, to tak, jakbyśmy wkładali rzeczy do pudełka. Tutaj będziemy przechowywać „jabłko” w device_type.
commencer à apprendre
putting stuff
When we store a value in a variable, it's like putting stuff inside a box. Here, we'll store "apple" in device_type.
Wartości, które przechowujemy
Wartości, które przechowujemy, takie jak „Miami”, to ciągi znaków. Ciągi znaków to słowa w cudzysłowach.
commencer à apprendre
The values we've been storing
The values we've been storing, like "Miami" are strings. Strings are words in double quotes.
to ciągi znaków
Wartości, które przechowujemy, takie jak „Miami”, to ciągi znaków. Ciągi znaków to słowa w cudzysłowach.
commencer à apprendre
are strings
The values we've been storing, like "Miami" are strings. Strings are words in double quotes.
Ciągi mogą zawierać
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
commencer à apprendre
Strings can contain
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
różnego rodzaju litery i symbole
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
commencer à apprendre
all sorts of letters and symbols
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
wszelkiego rodzaju rzeczy
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
commencer à apprendre
all sorts of things
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
w tym spacje
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
commencer à apprendre
including spaces
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
Linie kodu
Linie kodu to instrukcje, do których komputer ma się stosować.
commencer à apprendre
Lines of code
Lines of code are instructions for the computer to follow.
do komputera
Linie kodu to instrukcje, do których komputer ma się stosować. Kiedy uruchamiamy kod, mówimy komputerowi, aby postępował zgodnie z instrukcjami, które razem stworzyliśmy.
commencer à apprendre
for the computer
Lines of code are instructions for the computer to follow. When we run code, we tell the computer to follow the instructions we put together.
stosować się
do czegoś
Linie kodu to instrukcje, do których komputer ma się stosować. Kiedy uruchamiamy kod, mówimy komputerowi, aby postępował zgodnie z instrukcjami, które razem stworzyliśmy.
commencer à apprendre
to follow
Lines of code are instructions for the computer to follow. When we run code, we tell the computer to follow the instructions we put together.
mówimy komputerowi, aby postępował zgodnie z instrukcjami
Kiedy uruchamiamy kod, mówimy komputerowi, aby postępował zgodnie z instrukcjami, które razem stworzyliśmy.
commencer à apprendre
we tell the computer to follow the instructions
When we run code, we tell the computer to follow the instructions we put together.
zebraliśmy razem
dosłownie
commencer à apprendre
we put together
razem stworzyliśmy
w kontekście
Kiedy uruchamiamy kod, mówimy komputerowi, aby postępował zgodnie z instrukcjami, które razem stworzyliśmy.
commencer à apprendre
we put together
When we run code, we tell the computer to follow the instructions we put together.
kolejność
porządek
Kolejność instrukcji ma znaczenie.
commencer à apprendre
order
The order of the instructions matters.
kolejność
Kolejność instrukcji ma znaczenie
commencer à apprendre
the order of
The order of the instructions matters
mieć znaczenie
czasownik
Kolejność instrukcji ma znaczenie
commencer à apprendre
matters
The order of the instructions matters
Ułóż te linie
commencer à apprendre
Arrange these lines
Ze specjalną instrukcją print ()
commencer à apprendre
With the special instruction print()
With the special instruction print(), we tell the computer to display a value in an area called the console, also known as the shell.
aby wyświetlić wartość
commencer à apprendre
to display a value
w obszarze zwanym konsolą
commencer à apprendre
in an area called the console
w obszarze
commencer à apprendre
in an area
znany również jako powłoka
commencer à apprendre
also known as the shell
oznaczać
commencer à apprendre
to mean
pojawia się zamiast
ich wartości pojawiają się zamiast ich nazw.
commencer à apprendre
appear instead of
their values appear instead of their names.
wartość ciągu
Dlaczego to nie jest ciąg znaków?
commencer à apprendre
string value
Why is this not a string value?
wartość zmiennej zadania
Wyświetl wartość zmiennej zadania.
commencer à apprendre
value of the job variable
Display the value of the job variable.
zmienna zadania
Wyświetl wartość zmiennej zadania.
commencer à apprendre
job variable
Display the value of the job variable.
prawidłowy
commencer à apprendre
valid
nieprawidłowy
Dlaczego imię nie jest prawidłową nazwą zmiennej?
commencer à apprendre
not valid
Why is first name not a valid variable name?
przechowywać
dane w komputerze
Jaką wartość przechowuje ta zmienna?
commencer à apprendre
store
What value does this variable store?

Vous devez vous connecter pour poster un commentaire.