1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Over [174]
3 years ago
6

There is a simple pattern for determining if a binary number is odd. What is it and why does this pattern occur

Computers and Technology
2 answers:
kramer3 years ago
8 0
The rightmost digit is the one's digit ( 2^0 ). If it's set, the number is odd, else it's even.
andrew-mc [135]3 years ago
6 0

The answer to this question would be the least number (right most number). If the last digit of a binary number is 1, the number is odd; if it’s 0, the number is even.  If you add an even number with even number, the result should be even. But if there is just one odd number added, it will be odd. In binary, all the number is multiplied by 2x. It is pretty clear that all the number should be even beside the first/lowest multiplier   which has potential to be 1.  Everything about the binary number system is the same as the decimal number system with just one difference: the base is 2 instead of 10.

Further Explanation:-

Binary number system

Binary means base 2(note the prefix bi). Base 2 (binary) has 2 digits: 0, 1. since binary numbers are made up of binary digits, we often call a binary digit a bit (short for binary digit). We may also refer to a place value position as a bit. In other words, the binary number '1010' requires 4 bits to write, and those bits are '1', '0', '1' and '0'.For any number system that has a base b, the first b non-negative numbers are represented by the digits themselves. For base b=2 (binary), the first 2 numbers are 0 and 1.Counting in binary is just like counting in decimal, except that you run out of digits much more quickly and have to resort to more value places sooner. To count the number of eggs in a dozen in binary would be as follows: 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, 1100.  

Example:  

1101 represents an odd number (13); 10010 represents an even number (18).  To convert a binary number to base 2k , split it into groups of k digits (adding leading 0s if necessary), then convert each group to base 2k . Ex: Convert the number 1001011111 to base 8. First, note that 8 = 23 , so we should split the number into groups of 3 digits: 001 001 011 111 Note that we added two leading 0s to make the number of digits a multiple of 3. Next, we convert each group of 3 digits to base 8: 001 001 011 111 1 1 3 7 Thus, the number in base 8 is 1137.

Learn more:

  • What is the binary answer to the binary number 100 added to the binary number 11?

         brainly.com/question/6561005

Keywords:  binary, number system, decimal, conversion, even binary number, odd binary.

You might be interested in
which of the following are good ways for virtual team members to get to know one another? (choose every correct answer.)
pav-90 [236]

what are the choicess

8 0
2 years ago
This is an example of ______________ of variables:
Sedbober [7]

Answer:

Encapsulation is an example of variables

6 0
2 years ago
The programming interface for a legacy motor controller accepts commands as binary strings of variable lengths.
victus00 [196]

Answer:

The answer is "Option a"

Explanation:

The given question is incomplete, that's why its correct solution can be defined as follows:

The above-given question is the part of the Binary Autocomplete, in which this Autocomplete function would be a full word or sentence after just a few other letters were entered into the system. It approach improves text taking appropriate on smartphone devices of particular because every letter should not be written in such a single phrase.  

3 0
3 years ago
As a result of 5G networks & edge computing there will be an increasing number of different internet connection
vfiekz [6]

Explanation:

<h2><em><u>Edge computing with 5G creates tremendous opportunities in every industry. It brings computation and data storage closer to where data is generated, enabling better data control, reduced costs, faster insights and actions, and continuous operations. In fact, by 2025, 75% of enterprise data will be processed at the edge, compared to only 10% today.¹</u></em></h2><h2 /><h2><em><u>Edge computing with 5G creates tremendous opportunities in every industry. It brings computation and data storage closer to where data is generated, enabling better data control, reduced costs, faster insights and actions, and continuous operations. In fact, by 2025, 75% of enterprise data will be processed at the edge, compared to only 10% today.¹IBM provides an autonomous management offering that addresses the scale, variability and rate of change in edge environments. IBM also offers solutions to help communications companies modernize their networks and deliver new services at the edge.</u></em></h2>

Hope this answer is helpful

8 0
2 years ago
which part of a computer takes the text and picture on your on your screen and prints them onto paper ​
inessss [21]

Answer:

Its the printer. The details shown on screen can be tested on monitor using the software like PDF and word processor. And from there you can format and finally get the hard copy of the document via printers.

Explanation:

Various kinds of the printers are available. And all of them take the text and pictures on the computer screen, and then print that on the paper. The details are in the answer section. And some of the examples of the printers are like dot matrix printer, laser printer etc.

4 0
2 years ago
Read 2 more answers
Other questions:
  • Which of these statements is true?
    9·1 answer
  • What are some measurements used to determine water waste from leaking faucets?
    10·1 answer
  • 4. Discuss the advantages and disadvantages of using the same system call interface for both files and devices. Why do you think
    5·1 answer
  • _____ is the software that protects you computer from harmful files, Trojan horses, and worms.
    13·2 answers
  • Company-wide systems that connect one or more local area networks (LANs) or wide area networks (WANs) are called _____. a) legac
    15·1 answer
  • Which of the following is true of information systems?
    15·1 answer
  • Which shortcut key combination will move the cursor to the beginning of the line?
    13·1 answer
  • Write a program that simulates flipping a coin to make decisions. The input is how many decisions are needed, and the output is
    14·1 answer
  • . Write a C++ Code to get a multiline statement Str1 from a user with a ‘$’ as return character (Hint:
    6·1 answer
  • A10:A20 Refer to values in
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!