Programowanie

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.