Challenger App

No.1 PSC Learning App

1M+ Downloads
EBCIDIC is a _____ bit code.

A7

B8

C9

D10

Answer:

B. 8

Read Explanation:

  • EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit code.

  • EBCDIC was developed by IBM and is primarily used on their mainframe and midrange computer operating systems.

  • 8-bit Encoding: EBCDIC uses 8 bits for each character, which allows it to represent up to 256 unique characters.

  • This was an expansion of the earlier 6-bit Binary-Coded Decimal (BCD) system.


Related Questions:

A markup language used for creating web pages and web applications
The assembly language uses symbols instead of numbers known as:
Which of the following system software translate and execute high level language source code, statement by statement ?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

The method of making a programme error free :