Ticker

6/recent/ticker-posts

Google IT Support Professional:Technical Support Fundamentals (Week 1) Introduction to IT Quiz Answers.

 

Don't just copy for the sake of completion. 
Make sure you understand first.

How to Count in Binary

Q1.In this activity, you will use the tool below to help you convert a decimal number into binary form. When a 1 is used, we consider the value to be “ON.” When a 0 is used, we consider the value to be “OFF.”
Click the binary bits necessary to compute the decimal value on the right column. You have 10 calculations to complete.

 Usefull script

>>> decimals = [82,117,66,55,102,51,84,62,5,57] # change value
>>> for num in decimals:
...     print(f"{num}: {format(num, '08b')}")
... 
82: 01010010
117: 01110101
66: 01000010
55: 00110111
102: 01100110
51: 00110011
84: 01010100
62: 00111110
5: 00000101
57: 00111001
 ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€ä¸€
       Machine Learning Coursera-All weeks solutions [Assignment + Quiz]   click here
       &
                         Coursera Google Data Analytics Professional Quiz Answers   click here
    &
                       Coursera Google IT Support Professional   click here

Have no concerns to ask doubts in the comment section. I will give my best to answer it.
If you find this helpful kindly comment and share the post.
This is the simplest way to encourage me to keep doing such work.

Thanks & Regards,
- Wolf

Post a Comment

0 Comments