Questions

Q:

Which of the following is Not a Greenhouse Gas?

A) Oxygen B) Methane
C) Nitrous Oxide D) Carbondioxide
 
Answer & Explanation Answer: A) Oxygen

Explanation:

A greenhouse gas is a gas in an atmosphere that absorbs and emits radiant energy within the thermal infrared range. This process is the fundamental cause of the greenhouse effect. 

 

Carbon dioxide is a main greenhouse gas, found in car exhaust pipes.
Methane and nitrous oxide is another type of greenhouse gas.



Oxygen is the only clean gas out there because we need it to survive. Therefore, the only gas that is not a greenhouse gas is Oxygen.

Report Error

View Answer Report Error Discuss

5 3521
Q:

Name the first Muslim woman to receive the Nobel Prize in the world

A) Phil Ersa B) Shirin Ebadi
C) Lakpa Sherpa D) Irine Zubeida
 
Answer & Explanation Answer: B) Shirin Ebadi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

3 3519
Q:

Who is the author of the book 'Chronicles of Corpse Bearer' ?

A) Victor Hugo B) John Milton
C) Cyrus Mistry D) None of the above
 
Answer & Explanation Answer: C) Cyrus Mistry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

6 3518
Q:

OSI Reference Model provides a framework for discussing network operations and design

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

It provides a framework for discussing network operations and design

Report Error

View Answer Workspace Report Error Discuss

Subject: Networking
Job Role: Database Administration

0 3518
Q:

Which of the following was not a feature of Indus Valley Civilization?

A) Use of Iron B) Town Planning
C) Drainage system D) Use of Bronze
 
Answer & Explanation Answer: A) Use of Iron

Explanation:

Town planning, Drainage system and Use of Bronze are the features of Indus Valley Civilization. Use of Iron was not the feature of this.

Report Error

View Answer Report Error Discuss

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

2 3516
Q:

Which of the following is biodegradable?

A) Iron nails B) DDT
C) Silver foil D) Leather bags
 
Answer & Explanation Answer: D) Leather bags

Explanation:

Biodegradable substances can be broken down into simpler, harmless substances in nature with due course of time by the biological process such as action of microbes. They can be recycled as a part of food chain.

 

Here, Leather bags are biodegradable.

Report Error

View Answer Report Error Discuss

4 3515
Q:

 The object definition language (ODL) is which of the following?

A) Used to develop logical schemas B) A data definition language for OODB
C) A method to implement a logical schema D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3514
Q:

What are the different Adder circuits you studied?

Answer

Adders are generally of five types:


1.Ripple Carry Adder:


The Ripple carry adder(RCA) consists of a building block named Half Adder(HA) which is cascaded to form a Full Adder(FA). These buildingblocks HAs and FAs are also the building blocks of all types of adders.The n full adders are cascaded to form n bit RCA.


The full adder has three input pins(input Ai,input Bi,carryin Ci) and two output pins(Sum and Ci+1).Its equations are:


Sum=Ai^Bi^Ci


Ci+1=Ai.Bi+Bi.Ci+Ai.Ci


 


2. Carry Lookahead Adder:


The Carry Lookahead Adder(CLA) reduces the delay as that in RCA. Let Gi=Ai.Bi, and Pi=Ai^Bi, then Ci+1=Gi+Pi.Ci.


The expressions for Sum and Ci+1 is then defined completely in terms of input pins rather wait for input carry to appear.


 


3. Carry Select Adder:


The carry select adder uses duplicate modules for each combination of input carry(i.e. 1 and 0).The multiplexers then select the appropriate sum and carry output according to the carry output of the preceding stages.


 


4. Carry Skip Adder:


The carry skip adder are as fast as carry lookahead adders which are the fastest adders but its spped decreases to about 20-30% if input operands are 64-bit or more. In these adders we divide the input bit stream into various blocks and make use of two observations:


-if each element of the two bit streams are unequal,i.e. Ai!=Bi than the carry input of the block is equal to the carry input.


-if each element of the two bit streams are equal,i.e. Ai=Bi than the carry input of the block is opposite of the carry input.


 


5. Carry Save Adder:


The carry save adder reduces the addition of three elements into addition of two elements,i.e. if you want sum of nine numbers it reduces it into sum of six numbers. In first step the sum of three numbers is calculated without bothering for the carry.During the second step only carry is calculated which is then added to the generated sum to give the required sum. 

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3514