Searching for "i"

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

Q:

Differentiate between RAM & ROM?

Answer

RAM: Read / Write memory, High Speed, Volatile Memory.


ROM: Read only memory, low speed, non volite memory.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Some blades are hammers. Some hammers are knives. Some knives are axes.

Conclusions:

1. Some axes are hammers

2. Some knives are blades

3. Some axes are blades

A) None follows B) Only 1 follows
C) Only 2 follows D) Only 3 follows
 
Answer & Explanation Answer: A) None follows

Explanation:

Since each combination has of premises has 2 particular premises, so no defenite conclusion follows

Report Error

View Answer Report Error Discuss

Q:

Explain compiler?

Answer

compiler is used to translate the high-level language program into machine code at a time. It doesn't require special instruction to store in a memory, it stores automatically. the execution time is less compared interpreter.


A compiler is a program that translates a source program written in some high-level programming langualge (such as Java) into machine code for some computer architecture (such as the Inter Pentium archiecture).

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Which processor structure is pipe lined?

Answer

All x86 processors have pipelined structure.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What is flag?

Answer

Flag is a flip-flop used to store the information about the status of a processor and the status of the insturction executed most recently.


A software or hardware mark that signals a particular condition or status. A flag is like a switch that can be either on or off. The flag said to be set when it is turned on.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Some hills are rivers. Some rivers are desrets. All desrets are roads.

Conclusions:

1. Some roads are rivers

2. Some roads are hills

3. Some deserts are hills

A) None follows B) Only 1 follows
C) Only 1 and 2 follows D) All follow
 
Answer & Explanation Answer: B) Only 1 follows

Explanation:

Some hills are  rivers. Some rivers are deserts.

Since both the premises are particular, no defenite conclusion follows.

 

Some rivers are deserts. All deserts are roads

Since one premise is particular,the conclusion must be particular and should'nt contain the middle term. Since it follows that 'Some rivers are roads'. 1 is the converse of this conclusion and so it holds.

Report Error

View Answer Report Error Discuss

Q:

What is Stack?

Answer

stack is portion of RAM used for saving the content of Program Counter and general purpose registers.


LIFO stacks, also known as "push down" stacks, are the conceptually simplest way of saving information in a temporary storage location for such common computer operations as mathematical expression evaluation and recursive subroutine calling.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware