Computer Science, asked by dremaster1934, 1 year ago

explain the term binary digit . how binary number system is different from decimal number system ? how do you represent a computer instruction in binary ? explain with the help of an example . list and explain the role of various component of a computer instruction . what is the role of bus and register in instruction execution ?

Answers

Answered by badalhimankrdubey
4

Explanation:

A binary digit, or bit, is the smallest unit of information in a computer. It is used for storing information and has a value of true/false, or on/off. An individual bit has a value of either 0 or 1, which is generally used to store data and implement instructions in groups of bytes.

Answered by TanikaWaddle
3

Explanation:

Binary digit:

A Binary Number is made up of only 0s and 1s. There is no 2, 3, 4, 5, 6, 7, 8 or 9 in Binary! A "bit" is a single binary digit.

how binary number system is different from decimal number system ?

A computer uses the binary numeral system which is also known as base 2. So, the decimal number system uses ten different digits (from 0 to 9); but the binary number system uses only two different digits (0 and 1). Decimal system is also called Hindu-Arabic or just Arabic number system.

how do you represent a computer instruction in binary ?

Numbers are kept in computer hardware as a series of high and low electronic signals, and so they are considered base 2 numbers (binary numbers)

Role of BUS

A bus is a subsystem that is used to connect computer components and transfer data between them.

Role of register

An instruction register holds a machine instruction that is currently being executed. A variety of registers serve different functions in a central processing unit (CPU) – the function of the instruction register is to hold that currently queued instruction for use

#Learn more :

Explain Binary search with example.

https://brainly.in/question/8970252

Similar questions