Questions

Q:

At which of the following places is the College of Defence Management located ?

A) Pune B) Secunderabad
C) Chennai D) Dehradun
 
Answer & Explanation Answer: B) Secunderabad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank PO

3 3584
Q:

State-run Bharat Sanchar Nigam (BSNL) unveiled its mobile wallet in partnership with _______ to enable one-tap bill payment for its over 100 million subscribers.

A) Free Charge B) MobiWik
C) Paytm D) Ezetap
 
Answer & Explanation Answer: B) MobiWik

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk , Bank PO

7 3584
Q:

What happens when two atoms form a chemical bond?

A) Two atoms fuse together to form a chemical bond B) The atoms share or transfer electrons
C) A chemical bond forms when two atoms transfer or share protons to achieve a stable nucleus D) Like charges in the atoms cause them to stick together
 
Answer & Explanation Answer: B) The atoms share or transfer electrons

Explanation:

All chemistry is based on sharing electrons. A chemical bond forms when two atoms transfer or share outer electrons to complete their outer shells.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

6 3584
Q:

Who wrote Das Kapital?

A) Max Weber B) Karl Marx
C) Adam Smith D) Vladmir Lenin
 
Answer & Explanation Answer: B) Karl Marx

Explanation:

Das Kapital, one of the major works of the 19th-century. Economist and philosopher Karl Marx (1818–83), wrote, in which he expounded his theory of the capitalist system, its dynamism, and its tendencies toward self-destruction.

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

6 3582
Q:

How many medals has been bagged by India in 5th Asian Indoor and Martial Arts Games ?

A) 19 B) 33
C) 27 D) 40
 
Answer & Explanation Answer: D) 40

Explanation:

With 9 gold, 12 silver and 19 bronze, India won 40 medals in 5th Asian Indoor and Martial Arts Games and finished the Games at 11th.

Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

19 3582
Q:

How can you get/set an environment variable from a program?

Answer

Getting the value of an environment variable is done by using `getenv()’. Setting the value of an environment variable is done by using `putenv()’

Report Error

View answer Workspace Report Error Discuss

Subject: Operating Systems Exam Prep: GATE

2 3581
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 3581
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 3581