Зміст курсу
Numeral Systems 101
Numeral Systems 101
Decipher List of Binary Numbers
Congratulations! You are one step closer to being a computer master 😎 Imagine that you can convert even a sequence to a binary code. By the way, if you have a desire to cipher your phone number or date of birth then try it! The more practice, the better!
Завдання
Here you are going to convert the sequence to a binary representation. The task is still the same 😜 Follow the instructions and fill the gaps. The code leads you to get acquainted with another fascinating sequence, as you remember the explanation is waiting for you at the end of the chapter, be patient.
- Create an empty list for storing decimal numbers.
- Print the list of binary numbers.
- Define the loop that iterates through the
binary_list
. - Define the loop that executes till the
binary_number
is0
. - Count the remainder of division
binary_number
by10
and assign it to the variablelast digit
. - Multiply the
last_digit
by2
raised to the relevant power. - Add the
result
to thedecimal_number
. - Decrease the
binary_number
10
times using integer division. - Increase
power
by1
. - Append the
decimal_number
to the list of decimal numbers. - Print the list of decimal numbers.
Note
You received a few numbers from the sequence called "Happy numbers". Have you wondered that such continuity exists?
Дякуємо за ваш відгук!
Decipher List of Binary Numbers
Congratulations! You are one step closer to being a computer master 😎 Imagine that you can convert even a sequence to a binary code. By the way, if you have a desire to cipher your phone number or date of birth then try it! The more practice, the better!
Завдання
Here you are going to convert the sequence to a binary representation. The task is still the same 😜 Follow the instructions and fill the gaps. The code leads you to get acquainted with another fascinating sequence, as you remember the explanation is waiting for you at the end of the chapter, be patient.
- Create an empty list for storing decimal numbers.
- Print the list of binary numbers.
- Define the loop that iterates through the
binary_list
. - Define the loop that executes till the
binary_number
is0
. - Count the remainder of division
binary_number
by10
and assign it to the variablelast digit
. - Multiply the
last_digit
by2
raised to the relevant power. - Add the
result
to thedecimal_number
. - Decrease the
binary_number
10
times using integer division. - Increase
power
by1
. - Append the
decimal_number
to the list of decimal numbers. - Print the list of decimal numbers.
Note
You received a few numbers from the sequence called "Happy numbers". Have you wondered that such continuity exists?
Дякуємо за ваш відгук!
Decipher List of Binary Numbers
Congratulations! You are one step closer to being a computer master 😎 Imagine that you can convert even a sequence to a binary code. By the way, if you have a desire to cipher your phone number or date of birth then try it! The more practice, the better!
Завдання
Here you are going to convert the sequence to a binary representation. The task is still the same 😜 Follow the instructions and fill the gaps. The code leads you to get acquainted with another fascinating sequence, as you remember the explanation is waiting for you at the end of the chapter, be patient.
- Create an empty list for storing decimal numbers.
- Print the list of binary numbers.
- Define the loop that iterates through the
binary_list
. - Define the loop that executes till the
binary_number
is0
. - Count the remainder of division
binary_number
by10
and assign it to the variablelast digit
. - Multiply the
last_digit
by2
raised to the relevant power. - Add the
result
to thedecimal_number
. - Decrease the
binary_number
10
times using integer division. - Increase
power
by1
. - Append the
decimal_number
to the list of decimal numbers. - Print the list of decimal numbers.
Note
You received a few numbers from the sequence called "Happy numbers". Have you wondered that such continuity exists?
Дякуємо за ваш відгук!
Congratulations! You are one step closer to being a computer master 😎 Imagine that you can convert even a sequence to a binary code. By the way, if you have a desire to cipher your phone number or date of birth then try it! The more practice, the better!
Завдання
Here you are going to convert the sequence to a binary representation. The task is still the same 😜 Follow the instructions and fill the gaps. The code leads you to get acquainted with another fascinating sequence, as you remember the explanation is waiting for you at the end of the chapter, be patient.
- Create an empty list for storing decimal numbers.
- Print the list of binary numbers.
- Define the loop that iterates through the
binary_list
. - Define the loop that executes till the
binary_number
is0
. - Count the remainder of division
binary_number
by10
and assign it to the variablelast digit
. - Multiply the
last_digit
by2
raised to the relevant power. - Add the
result
to thedecimal_number
. - Decrease the
binary_number
10
times using integer division. - Increase
power
by1
. - Append the
decimal_number
to the list of decimal numbers. - Print the list of decimal numbers.
Note
You received a few numbers from the sequence called "Happy numbers". Have you wondered that such continuity exists?