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
Explain why the computer is powerful working tool???​
notsponge [240]

Answer:

here ya go

Explanation:

A computer is a powerful tool because it is able to perform the information processing cycle operations (input, process, output, and storage) with amazing speed, reliability, and accuracy; store huge amounts of data and information; and communicate with other computers.

8 0
2 years ago
Will this solution really fix the problem?
vova2212 [387]

Answer:

yes it will

Explanation:

6 0
3 years ago
Write a (java) program with a class called Sum1, using a while loop to add 10 numbers entered from the key-board.
Ainat [17]

This is a java program with a class called Sum1.

Explanation:

While loop is used to add 10 number.

import java.util.Scanner;

public class Sum 1

{

   public static void main(String args[])

   {

       int number, count, sum = 0;

       Scanner s = new Scanner(System.in);

       System.out.print("Enter the number:");

       number = s.nextInt();

       while(number > 0)

       {

           count = number % 10;

           sum = sum + n;

           number = number / 10;

       }

       System.out.println("Sum of Digits:"+sum);

   }

}

5 0
3 years ago
What Windows utility can enable you to shut down an unresponsive application?
boyakko [2]

Answer:

Task manager

Explanation:

Allows you to force quit applications.

4 0
2 years ago
Read 2 more answers
Started: Sep 28 at 1:45p 5 Quiz Instructions les 1 pts Question 1 Computer Hardware can consist of what​
Furkat [3]

Answer:

t

Explanation:

8 0
3 years ago
Other questions:
  • An electronic resume is a plain-looking document. True of False?
    6·2 answers
  • If you want to have certain icons available regardless of what tab you're using, you should add them to the
    14·1 answer
  • Which line is not a computer-generated forecast?Which line is not a computer-generated forecast?the black line representing 20th
    12·1 answer
  • The information stored in the _____ is used by the DBMS for a recovery requirement triggered by a ROLLBACK statement, a program'
    7·1 answer
  • 7) Which of the following factors determines the structure, features, and functions of an information system used in a company?
    7·1 answer
  • What is meant by the phrase "backing up your data"?
    15·1 answer
  • The base 10 number 18 is equal to which base 16 number?<br><br> 10<br><br> 12<br><br> 14<br><br> 16
    11·1 answer
  • A source is:
    15·2 answers
  • What is an advantage of storing data in a Data Lake, without applying a specific schema to it initially?
    10·1 answer
  • Select each of the steps involved in creating a table in a presentation.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!