Searching for "Which"

Q:

Which is the official language of Bank of Central African States

A) English B) Hindi
C) German D) French
 
Answer & Explanation Answer: D) French

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

Q:

What are set up time & hold time constraints? What do they signify? Which one is critical for estimating maximum clock frequency of a circuit?

Answer

Suppose your flip-flop is positive edgetriggered. time for which data should be stable prior to positive edge clock is called setup is called setup time constraint.


Time for which data should be stable after the positive edge of clock is called as hold time constraint.


If any of these constraints are violate d then flip-flop will enter in meta stable state, in which we cannot determine the output of flip-flop.


there are two equation:


1. Tcq + Tcomb > Tskew + Thold


2. Tcq + Tcomb > Tskew + T - Tsetup


Tcq is time delay when data enters the flip flop and data comes at output of flip flop.


Tcomb is the logic delay between two flip flop.


Tskew is the delay of clock to flip flop: suppose there are two flip flop, if clock reaches first to source flip flop and then after some delay to destination flip flop, it is positive skew and if vice versa then negative  skew. 


so if you take 2 eq you will see that setup time is the determining factor of clock's time period.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The average of the two-digit numbers, which remain the same when the dibits inter-change their positions, is :

A) 53 B) 54
C) 55 D) 56
 
Answer & Explanation Answer: C) 55

Explanation:

Average = (11 + 22 + 33 + 44 + 55 + 66 + 77 + 88 + 99) / 9

             =( (11 + 99) + (22 + 88) + (33 + 77) + (44 + 66) + 55) / 9

             = (4 * 110 + 55)/9 =  495 / 9 = 55. 

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Which Stack is used in 8086?

Answer

FIFO (First In First Out) stack is used in 8086. In this type of Stack the First Stored Information is retrieved first.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

The average age of a group of persons going for picnic is 16 years. Twenty new persons with an average age of 15 years join the group on the spot due to which their average age becomes 15.5 years. The number of persons initially going for picnic is :

A) 15 B) 20
C) 23 D) 24
 
Answer & Explanation Answer: B) 20

Explanation:

Let the initial number of persons be x. Then,

16x + 20 * 15 = 15.5 (x + 20) <=> 0.5x = 10 <=> x = 20.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

Which among the following is a Vitamin?

A) Citric acid B) Follic acid
C) Glutonic acid D) none
 
Answer & Explanation Answer: B) Follic acid

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

Q:

Which Stack is used in 8085?

Answer

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

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

In 8085 which is called as High order / Low order Rigister?

Answer

Flag is called as Low order rigister & Accumulator is called as High order Rigister.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware