Central Processing Unit (CPU)

  Home  Computer Hardware  Central Processing Unit (CPU)


“CPU (Central Processing Unit) Frequently Asked Questions in various Central Processing Unit (CPU) Interviews asked by the interviewer. So learn CPU (Central Processing Unit) with the help of this Central Processing Unit (CPU) Interview questions and answers guide and feel free to comment as your suggestions, questions and answers on any Central Processing Unit (CPU) Interview Question or answer by the comment feature available on the page.”



43 Central Processing Unit (CPU) Questions And Answers

21⟩ Explain what is Bit?

This is also the short name for binary digits. By being binary it means that BIT can only have two values zero and one. A characteristic of BIT is that it can never be empty. Zero implies a power off state whereas one means on state.

 175 views

22⟩ Explain what is Word?

The number of bits that a cpu possess indicates the power of the computer. It also indicates how many number of bytes are present. In today`s date most computers can handle 32 or 64 bit length.

 181 views

23⟩ Explain what is Byte?

A byte is a collection or group of 8 bits. A byte can store a single character which can either be an alphabet, a number or a special character. The byte is generally used to measure the storage capacities.

 173 views

24⟩ Described the steps involved in the execution of a program?

The following steps are involved in the execution of a program:

Fetch:

The control unit is given an instruction.

Decode:

The control unit then decodes the newly received instruction.

Execute:

During the execution the Control unit first commands the correct part of hardware to take action. Once that is found out the control is handed over to the hardware. Now the task is performed.

Store:

Once the task is saved successfully the end result is stored.

- After the cycle is complete the Control unit is again handled the conrol.

 179 views

25⟩ Do you understand by coding schemes?

Coding schemes are a common way of representing a character of data. It is required in computers for exchanging data. The following are a few common coding schemes-

★ ASCII

★ EBCDIC

★ Unicode

 176 views

26⟩ Do you understand by system clock?

Some of the characteristics of the system clock are as follows:

★ The system clock is used to produce a specific pulse at a fixed rate of time.

★ The machine cycle of a system can be completed in a single or multiple clock pulses.

★ A single program instruction could be multiple instructions for the cpu.

★ Any central processing unit has a predefined set of instructions also known as the instruction set. These are the instructions that it can process and understand.

★ The clock speeds are nowadays measures in Ghz. 1ghz = 1000 mhz.

 167 views

28⟩ Explain what is ASCII?

It stands for the American Standard Code for Information Interchange. It is used on almost all computers, hence considered as a standard coding scheme.

 168 views

29⟩ List some of the characteristics of instruction time?

★ The instruction time is also known as the I-time.

★ It is the time taken by the Control Unit to get an instruction from memory and to load it to the register.

★ The time also includes the taken by the CU for instruction decoding and to find out the location of the required data.

 178 views

30⟩ Explain what is Unicode?

It is designed to accommodate alphabets (- 256). It uses 16 bits to represent one character and requires twice as much space to store data. It can have a maximum of 65,536 possible values.

 153 views

31⟩ Explain what is EBCDIC?

It stands for Extended Binary Coded Decimal Interchange Code. Its is primarily used in IBM and IBM-compatible mainframes.

 170 views

32⟩ Explain what is Microprocessor mean?

A Microprocessor is a miniature CPU unit that is etched on a silicon chip. A CPU (Central Processing Unit) hardware which carries out the instructions of a computer system. The Microprocessor unit consists of millions of tiny transistors. It has multi purposes and is programmable. They operate on numbers and symbols represented in Binary Numeral Language.

 164 views

33⟩ Explain What is System Unit?

It is an enclosure that contains most of the components of a computer system such as the Motherboard and other Storage devices.

Motherboard:

It is a Flat circuit board that holds the computer circuitry.

Storage devices:

These devices are used for long term storage of memory. Some of them are- hard drive, diskette, DVD_ROM, etc.

 173 views

34⟩ Tell me what all does a Microprocessor comprise of?

They comprise of the following key components:

Central Processing Unit:

It carries out the instructions of a computer system

Registers:

They store bits of information in a way that all the bits can be written to or read out simultaneously.

System clock:

simple count of the number of ticks that have transpired since some arbitrary starting date, called the Epoch.

 170 views

35⟩ Explain the term 'Transistors'?

Transistors are electronic switches that may or may not allow the flow of current in a current path.

★ When it allows current to flow, the switch is ON. This represents 1 bit.

★ When it does not allow current to flow, the switch is OFF. This represents 0 bit.

★ Transistors are placed into chips also known as IC. They measure in mm`s and are known contain millions of transistors.

★ Microprocessors these days are created using microns as their measuring size.

 159 views

36⟩ Explain Static RAM?

It retains its contents with the help of CPU. It is faster and more expensive than Dynamic RAM. It is generally used for Level 2 cache.

 164 views

37⟩ Explain Dynamic RAM?

It cannot retain its contents if not continuously refreshed by the CPU. Its types are:

i. Synchronous DRAM:

It is the faster type of DRAM, used in modern and more advanced systems.

ii. Rambus DRAM:

It is faster than Synchronous DRAM and is expected to become more commonly used.

 142 views

38⟩ Explain System Bus?

System Bus are parallel electrical paths that transport data between the CPU and Memory. - Bus Width: The number of electrical paths that to carry the data. It is measured in Bits. With larger Bus Widths, a CPU can transfer more data at a time.

 170 views

39⟩ Explain what is Parallel Processing?

It is a type of processing in which the CPU divides the problem into two parts. It works as:

★ Each part is sent to separate processors.

★ Each processor has its own memory. They individually solve the given problems and return the result.

★ The CPU assembles the results and hence, the problem is solved.

Some computers operate in terms of teraflops or trillions of floating-point instructions per second.

 176 views

40⟩ Explain Bus Speed?

The speed of the bus is measured in megahertz (MHz), refers to how much data can move across the bus simultaneously. Personal computers have a bus speeds of 400 MHz or 533 MHz.

 168 views