Questions

Q:

Suppose you have a computional circuit between two registers driven by a clock. What will you do if the delay of the combinational circuit is greater than your clock signal?

Answer

Use the concept of register-retiming.


divide the totla combinatorial delay in two segments such that individually the delay is less the clock period.


this can be done by inserting a flip-flop in the combinational path.


e.g.,


clock period --- 5 ns


total cominational delay ---- 7


then divide the 7ns path in two path of 4 or 3 (best resutls are obtained if delays are  same for both path i.e 3.5ns) by inserting a flip-flop in between.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3227
Q:

Which was the first Hydel power projects in India?

A) Paikara in Tamilnadu B) Nizamsagar in Telangana
C) Siva Samudram in Karnataka D) Palli vasal in Kerela
 
Answer & Explanation Answer: C) Siva Samudram in Karnataka

Explanation:

Siva Samudram in Karnatka. The potential for hydroelectric power in India is one of the greatest in the world.

 

The first hydro-electric power station in India was established in Karnataka at "shivana samudra".

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

6 3226
Q:

Tirupati temple of Lord Venkateswara is situated in which state

Answer

Andhra Pradesh

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Culture

39 3225
Q:

If the following structure is written to a file using fwrite(), can fread() read it back successfully?

struct emp

{

    char *n;

    int age;

};

struct emp e = { "Sujay",15};

FILE *fp;

fwrite (&e, sizeof (e), 1, fp);

Answer

No, since the structure contains a char pointer while writing the structure to the disk using fwrite() only the value stored in the pointer n would get written. When this structure is read back the address would be read back but it is quite unlikely that the desired string would be present at this address in memory

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3224
Q:

Florence Nightingale was known as

Answer

Lady of the Lamp

Report Error

View answer Workspace Report Error Discuss

Subject: World History

1 3224
Q:

If price of an article decreases from P1 to Rs 25, quantity demanded increases from 900 units to 1200 units. If point elasticity of demand is ­2 find P1?

A) Rs. 20 B) Rs. 30
C) Rs. 25 D) Rs. 35
 
Answer & Explanation Answer: B) Rs. 30

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

6 3224
Q:

Shares of a company given in exchange for work done are called ?

A) Secondary shares B) Hot equity
C) Preferential shares D) Sweat equity shares
 
Answer & Explanation Answer: D) Sweat equity shares

Explanation:

A sweat equity share is an equity share issued by the company to employees or directors at a discount or for consideration other than cash for providing know-how or making available rights in the nature of intellectual property rights or value additions.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

3 3223
Q:

P-5 is a group of _______

A) Highly developed countries B) Highly populous countries
C) Permanent members of the Security Council D) Established nuclear powers
 
Answer & Explanation Answer: C) Permanent members of the Security Council

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

4 3222