Searching for "Which"

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 are the blocking and non-blocking assignments in Verilog and which is preferred in Sequential Circutis?

Answer

A blocking assignment is one in which the statements are executed sequentially, i.e., first statement is executed and variable is assigned  a value then second is executed and so on. A non blocking assignment is  one in which statements occurs conturrently, only non blocking assignments should be used in sequential circuit.


 


e.g.


initial


begin


a=b; //blocking


c<=a; //nonblocking


d=c; // blocking


end


 


In this example firstly the value of b is assigned to a and this value is assigned to c only after execution of first statement. the second and the third statements are executed simultaneously, i.e. value a ais assigned to c and previous value if c is assigned to d.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Which interrupts is not level-sensitive in 8085?

Answer

TST 7.5 is a raising edge-triggering interrupt.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Which is the Stack used in 8085?

Answer

LIFO (Last In First Out) stack is used in 8085. in this type of Stack the last stored information can be retrieved first.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

All dolls are windows.All bottles are windows.All cars are bottles.

1. All cars are windows

2. some cars are dolls

3. some windows are cars

Which among the above listed are true

A) only 1 and 2 follow B) only 2 and 3 follow
C) only 1 and 3 follow D) all follow
 
Answer & Explanation Answer: C) only 1 and 3 follow

Explanation:

All cars are bottles.All bottles are windows.

 

Since both premises are universal,the conclusion must be universal and should'nt contain the middle term.So it follows that 'All cars are windows'.Thus,1 follows.Also 3 is the converse of this conclusion and hence it holds

Report Error

View Answer Report Error Discuss

Q:

Which interrupts has the highest priority?

Answer

TRAP has the highest priority


there are 2 types of interrupts external and internal. NMI has highest priority among all external interrupts, TRAP has highest priority among all internal interrupts. 

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Which European Country provide its currency for Bank of Central African states

A) France B) UK
C) Netherlands D) Germany
 
Answer & Explanation Answer: A) France

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

Q:

Which European Country is the guarantor of Bank of Central African States

A) UK B) France
C) Germany D) Switzerland
 
Answer & Explanation Answer: B) France

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations