Programowanie

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

Debes iniciar sesión para poder comentar.