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: 01010010117: 0111010166: 0100001055: 00110111102: 0110011051: 0011001184: 0101010062: 001111105: 0000010157: 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
Comments
Post a Comment