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.
★Binary★

Q1.Which of these is a valid byte? Check all that apply.

  1. 11011011
  2. 00000000
  3. 11100
  4. 10022011
A byte is composed of eight bits of zeros and ones.
Q2.How many possible values can we have with 8 bits?
  1. 127
  2. 8
  3. 256
  4. 1 byte
Bits use the binary system, which is also known as the base-2 numeral system. So 2^8 allows us 256 values from 0 to 255.

Q3.Why did UTF-8 replace the ASCII character-encoding standard?

  1. UTF-8 only uses 128 values.
  2. ASCII can represent emoji.
  3. UTF-8 can store a character in more than one byte.
  4. ASCII can store a character in more than one byte.
UTF-8 replaced the ASCII character-encoding standard because it can store a character in more than a single byte. This allowed us to represent a lot more character types, like emoji.

Q4.What is the highest decimal value we can represent with a byte?

  1. 255
  2. 256
  3. 2
  4. Any number
There are 256 values in a byte, from the decimal number 0 to 255.

Q5.The binary value of the ASCII letter "c" is 0110 0011. Using the handy chart that we learned in the lesson, convert this number to its decimal value. You'll need to use some math for this question.

  1. 99
  2. 123
  3. 45
  4. 100
The decimal value 99 is same as the binary value 0110 0011. So the numbers that are turned ON are 64, 32, 2, and 1 and added up together. In other words, 64 + 32 + 2 + 1 = 99.
  • 一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一一

                         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