Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Multiple Choice Question in current-affairs-2017-04-27
Question Answer in nicknames
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ഏപ്രില് 07
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 26
Multiple Choice Question in 035/2016
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
electronics arithmetic operations and circuits
1. A technique to speed parallel addition by eliminating the delay caused by the carry bit propagation is called fast carry, or look-ahead carry.
(A): False
(B): True
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->Speed of a speed-boat when moving in the direction perpendicular to the direction of the current is 25 km/h, speed of the current is 5 km/h. So, the speed of the boat against the current will be:....
QA->Speed of a speed-boat when moving in the direction perpendicular to the direction of the current is 25 km/h, speed of the current is 5 km/h. So, the speed of the boat against the current will be:....
QA->Particles vibrate parallel to the direction of propagation of wave in?....
QA->A wave motion in which the particles of the medium vibrate parallel to the direction of propagation of wave is?....
QA->The process of eliminating programming faults is called ?....
MCQ->A technique to speed parallel addition by eliminating the delay caused by the carry bit propagation is called fast carry, or look-ahead carry.....
MCQ->Assertion (A): The carry look ahead adder is very fast Reason (R): The carry look ahead adder generates the carry and sum digits directly.
....
MCQ->Match the following: List I List II A.Serial Binary adder1.(2n - 1)tpdB.Ripple carry adder2.(n - 1)tpdC.Carry look ahead binary adder3.Operation time independent of size 4.6tpd for 4 bit carry look ahead adder
....
MCQ->The fast carry or look-ahead carry circuits found in most 4-bit parallel-adder circuits:....
MCQ->What is correct about the following program? #include
class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
×
×
Type The Issue
×
Your Marks
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...
Privacy
|
Terms And Conditions
Question ANSWER With Solution