Computer Science, asked by snehlatadevi2008, 5 hours ago

1. Fill in the blanks.
i. The base of a number system is written after the number as a __________.
ii. _____ is the short form of Binary digit.
iii. _________ is used a shorthand representation of long binary numbers.
iv. In Hexa Decimal number A is equivalent to the decimal number ______.
v. A computer language conveys the ______ to the ALU of CPU.
vi. _____________ is an interpreted language.
vii. __________ Command in python is used to display the output on the screen.
viii. We can write the name of programmer and date in the ____________ sections.
ix. Collections of command and instructions or statement are called_______.
x. __________channel is the media or channels by which the data is transferred.​

Answers

Answered by gargi0267
0

In a positional numeral system, the radix or base is the number of unique digits, including the digit zero, used to represent numbers. For example, for the decimal/denary system (the most common system in use today) the radix (base number) is ten, because it uses the ten digits from 0 through 9.

A bit (short for binary digit) is the smallest unit of data in a computer.

Octal number system is used as a shorthand representation of long binary numbers.

iv. 000for 0

001for1

0010 for 2

0011 for 3

0100 for 4

0101 for 5

0110 for 6

0111 for 7

1000 for 8

1001 for 9

1010 for A

Answered by aryankumaryadav4321
0

Answer:

the base of a number system is written after the number as a

Similar questions