Programowanie

 0    69 schede    michalwojcik84
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
zmienna
inizia ad imparare
variable
wartość
inizia ad imparare
value
instrukcja
inizia ad imparare
instruction
komputer
inizia ad imparare
computer
łańcuch znaków
inizia ad imparare
string
opis
inizia ad imparare
description
powłoka
inizia ad imparare
shell
zautomatyzować
inizia ad imparare
automate
popularny
inizia ad imparare
popular
wydrukować
inizia ad imparare
print
kod
inizia ad imparare
code
zamiast
inizia ad imparare
instead
nie jest prawidłowy
Dlaczego imię nie jest prawidłową nazwą zmiennej?
inizia ad imparare
is not a valid
Why is first name not a valid variable name?
analiza
inizia ad imparare
analysis
populacja
inizia ad imparare
population
cytat
inizia ad imparare
quote
litera
Ciągi znaków mogą zawierać różnego rodzaju litery i symbole, w tym spacje, np. „Nadchodzi zima”.
inizia ad imparare
letter
Strings can contain all sorts of letters and symbols, including spaces, like "Winter is coming."
zadanie
inizia ad imparare
task
zjawić się
inizia ad imparare
appear
zawierać
inizia ad imparare
contain
powierzchnia
inizia ad imparare
area
obraz / wizerunek
inizia ad imparare
image
podążać
inizia ad imparare
follow
projekt
inizia ad imparare
project
język
inizia ad imparare
language
wybór
inizia ad imparare
choice
znany
inizia ad imparare
known
kilka
inizia ad imparare
a few
popularny wybór dla
Jest to język wybierany przez wiele firm i popularny w projektach osobistych.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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?
inizia ad imparare
What do computers use variables for?
Aby narysować obrazy na ekranie.
inizia ad imparare
To draw images onscreen
nazwy opisowe
Dlaczego nadajemy zmiennym nazwy opisowe, takie jak miasto lub ludność zamiast c lub p?
inizia ad imparare
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?
inizia ad imparare
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".
inizia ad imparare
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".
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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”.
inizia ad imparare
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”.
inizia ad imparare
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”.
inizia ad imparare
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”.
inizia ad imparare
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ć.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
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
inizia ad imparare
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.
inizia ad imparare
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.
inizia ad imparare
order
The order of the instructions matters.
kolejność
Kolejność instrukcji ma znaczenie
inizia ad imparare
the order of
The order of the instructions matters
mieć znaczenie
czasownik
Kolejność instrukcji ma znaczenie
inizia ad imparare
matters
The order of the instructions matters
Ułóż te linie
inizia ad imparare
Arrange these lines
Ze specjalną instrukcją print ()
inizia ad imparare
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ść
inizia ad imparare
to display a value
w obszarze zwanym konsolą
inizia ad imparare
in an area called the console
w obszarze
inizia ad imparare
in an area
znany również jako powłoka
inizia ad imparare
also known as the shell
oznaczać
inizia ad imparare
to mean
pojawia się zamiast
ich wartości pojawiają się zamiast ich nazw.
inizia ad imparare
appear instead of
their values appear instead of their names.
wartość ciągu
Dlaczego to nie jest ciąg znaków?
inizia ad imparare
string value
Why is this not a string value?
wartość zmiennej zadania
Wyświetl wartość zmiennej zadania.
inizia ad imparare
value of the job variable
Display the value of the job variable.
zmienna zadania
Wyświetl wartość zmiennej zadania.
inizia ad imparare
job variable
Display the value of the job variable.
prawidłowy
inizia ad imparare
valid
nieprawidłowy
Dlaczego imię nie jest prawidłową nazwą zmiennej?
inizia ad imparare
not valid
Why is first name not a valid variable name?
przechowywać
dane w komputerze
Jaką wartość przechowuje ta zmienna?
inizia ad imparare
store
What value does this variable store?

Devi essere accedere per pubblicare un commento.