Hardware Questions

Q:

Is the data bus in Bi-directional?

Answer

The data bus is Bi-directional because the same bus is used for transfer of data between Micro Processor and momory of input / output devices in both the direction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 2423
Q:

Which transistor is used in each cell of EPROM?

Answer

Floating gate avalanche injection MOS (FAMOS) transistor is used in each cell of EPROM.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2346
Q:

What does Quality factor mean?

Answer

The Quality Factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. higher the Q, the lower are the losses.


the quality factor is measurement of efficiency (or effectiveness) of a device or circuitry. In literal sense quality factor means qualitative performance of a device.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2327
Q:

What is the difference between microprocessor and micro-controller?

Answer

In microprocessor more op-codes, few bit handling instrucitons. But in Microcontroller. fewer op-codes, more bit handling Instruction, and also it is defined as a device that includes micro processor, memory, & input / output signal lines on a single chip.


the basic architectual difference is that microcontroller has an programmable memory while it is not the case with mivroprocessors.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2293
Q:

How many bits are in an IPV4 address?

A) 128 bits B) 64 bits
C) 32 bits D) 16 bits
 
Answer & Explanation Answer: C) 32 bits

Explanation:

IPV4 Internet Protocol Version 4 has 32 bits of address.

Report Error

View Answer Report Error Discuss

Filed Under: Hardware
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2293
Q:

What is meant by Maskable interrupts?

Answer

An interrupt that can be turned off by the programmer is known as Maskable interrupt.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2280
Q:

Give the truth table for a Half Adder. Give a gate level Implementation of the same.

Answer

TRUTH TABLE FOR HALF ADDER


A    B  SUM  CARRY


0    0    0         0


0    1    1         0


1    0    1         0


1    1    0         1


INPLEMENTATION:


For SUM, The two inputs A and B are given to XOR gate.


For Carry, The two inputs A and B are given to AND gate.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2258
Q:

How many bit combination are there in a byte?

Answer

Byte contains 8 combinations of bits.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2230