Questions

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 3515
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 3514
Q:

Where were wigs first invented?

A) Japan B) France
C) Egypt D) China
 
Answer & Explanation Answer: C) Egypt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

1 3512
Q:

Who is known as the Father of Geometry?

A) Aryabhata B) Thales of Miletus
C) Pythagoras of Samos D) Euclid
 
Answer & Explanation Answer: D) Euclid

Explanation:

Euclid of Alexandria was a Greek mathematician, often referred to as the Father of Geometry.

Report Error

View Answer Report Error Discuss

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

2 3512
Q:

New coach of Team India from July 2017 ?

A) Virender Sehwag B) Rahul Dravid
C) Saurav Ganguly D) Ravi Shastri
 
Answer & Explanation Answer: D) Ravi Shastri

Explanation:

Former cricketer Ravi Shastri has been named the New coach of Team India on a Two year contract.

This will be Shastri's second stint with the team, after being the director from 2014 - 2016.

Report Error

View Answer Report Error Discuss

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

14 3509
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 3508
Q:

Describe the Buddy system of memory allocation.

Answer

Free memory is maintained in linked lists, each of equal sized blocks. Any such block is of size 2^k. When some memory is required by a process, the block size of next higher order is chosen, and broken into two. Note that the two such pieces differ in address only in their kth bit. Such pieces are called buddies. When any used block is freed, the OS checks to see if its buddy is also free. If so, it is rejoined, and put into the original free-block linked-list.

Report Error

View answer Workspace Report Error Discuss

1 3508
Q:

In India, Salt Lake City is located in

A) West Bangal B) Rajastan
C) Gujarat D) Delhi
 
Answer & Explanation Answer: A) West Bangal

Explanation:

BidhanNagar in Kolkata, West Bangal is popularly known as Salt Lake City.

Report Error

View Answer Report Error Discuss

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

18 3508