Computer Science, asked by zarakhan40, 4 months ago

(101101) / (101) = (?)2



Please help me in this binary division and show the process of the division ​​

Answers

Answered by AnindaBasu
14

Explanation:

The process is shown please go through it

Attachments:
Answered by amanpanday2811
0

Answer:

2

Explanation:

Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication and division.

There are 7 arithmetic operators in Python :

1. Addition

2. Subtraction

3. Multiplication

4. Division

5. Modulus

6. Exponentiation

7. Floor division

1. Addition Operator : In Python, + is the addition operator. It is used to add 2 values.

2. Subtraction Operator : In Python, – is the subtraction operator. It is used to subtract the second value from the first value.

3. Multiplication Operator : In Python, * is the multiplication operator. It is used to find the product of 2 values.

4. Division Operator : In Python, / is the division operator. It is used to find the quotient when first operand is divided by the second.

5. Modulus Operator : In Python, % is the modulus operator. It is used to find the remainder when first operand is divided by the second.

6. Exponentiation Operator : In Python, ** is the exponentiation operator. It is used to raise the first operand to power of second.

7. Floor division : In Python, // is used to conduct the floor division. It is used to find the floor of the quotient when first operand is divided by the second.

For more refers to-

https://brainly.in/question/14722555?referrer=searchResults

https://brainly.in/question/14173144?referrer=searchResults

#SPJ2

Similar questions