What is Race-around problem? How can you rectify it?
Answers were Sorted based on User's Feedback
Answer / radhar
in jk flip flop race around problem will accur when both
the inputs are high. it can be prevented by using
master slave jk flip flop
| Is This Answer Correct ? | 386 Yes | 64 No |
Answer / divya nair
RACE AROUND CONDITION OCCURS WHWN BOTH THE INPUT ARE HIGH
AND THE OUTPUT THUS UNDERGOES A TRANSITION STATE.FOR EXAMPLE
CONSIDER THE INPUT VALUES IN A JK FLIP FLOP;ie;J=K=1 ,THE
OUTPUT Q0=0 IN NORMAL CASE WILL CHANGE TO 1 AND VICE VERSA.
THE REMEDY FOR RACE AROUND PROBLEM CAN BE ELIMINATED BY
USING A MASTER SLAVE J-K FLIP FLOP'S.
| Is This Answer Correct ? | 203 Yes | 35 No |
Answer / naveen
RACE AROUND CONDITION IS THAT CONDITION WHEN WE GIVE THE
HIGH INPUTS BOTH TO J AND K IN J-K FLIP FLOP THEN THE OUTPUT
START TOGGELING AND DOES NOT STOP MEANS IT CHANGES 0 TO 1
AND 1 TO 0 RAPIDLY.
WE CAN REMOVE THIS PROBLEM BY USING MASTER SLAVE J-K FLIP FLOP
| Is This Answer Correct ? | 151 Yes | 26 No |
Answer / puneet
race around cndition:
it is a problem takes place in j-k ff whn i/ps are high.i.e 1
so whn all i/ps are high thn we can't tell wht will be the
o/p after the time of clk pulse.The time delay in clk pulse
is due to the feed back mechanism .(the o/p is feeded back
to i/p)
this problem can be avoided if delta t >tp .. bt this is nt
possible in real life...
so we can rectify this problem by using master-slave ff
where on e j-k ff act as a master & other act as a slave..
| Is This Answer Correct ? | 116 Yes | 17 No |
Answer / megha
A condition in logic network in which the difference in
propagation times through two or more signal paths in the
network can produce an erroneous output.
| Is This Answer Correct ? | 137 Yes | 69 No |
Answer / anil kumar
when the both the inputs of j.k. f.f. are high then toggling
condition occur i.e. output changes 0to1 and 1to 0 because
delay in clock . by this the output of Q become uncertain at
the end of clock pulse this is called race around condition
THIS CAN BE REMOVE BY USING MASTER SLAVE
| Is This Answer Correct ? | 60 Yes | 9 No |
Answer / ahsin
When both the inputs of J ,K is high then its output
starts to toggle.ie its output will be arbitary ,so to
avoid this problem JK master slave is used to get
desirable propagation delay for toggling.
| Is This Answer Correct ? | 52 Yes | 23 No |
A race condition is an undesirable situation that occurs
when a device or system attempts to perform two or more
operations at the same time, but because of the nature of
the device or system, the operations must be done in the
proper sequence in order to be done correctly.
In computer memory or storage, a race condition may occur
if commands to read and write a large amount of data are
received at almost the same instant, and the machine
attempts to overwrite some or all of the old data while
that old data is still being read. The result may be one or
more of the following: a computer crash, an "illegal
operation," notification and shutdown of the program,
errors reading the old data, or errors writing the new
data. This can be prevented by serialization of memory or
storage access, such that if read and write commands are
received close together, the read command is executed and
completed first, by default.
In a network, a race condition may occur if two users
attempt to access an available channel at the same instant,
and neither computer receives notification that the channel
is occupied before the system grants access. Statistically,
this sort of coincidence is most likely to occur in
networks having long lag times, such as those that use
geostationary satellites. To prevent such a race condition
from developing, a priority scheme must be devised. For
example, the subscriber whose username begins with the
earlier letter of the alphabet (or the lower numeral) may
get priority by default when two subscribers attempt to
access the system within a prescribed increment of time.
Hackers can take advantage of race-condition
vulnerabilities to gain unauthorized access to networks.
Race conditions occasionally occur in logic gates when
certain inputs come into conflict. Because the gate output
state takes a finite, nonzero amount of time to react to
any change in input states, sensitive circuits or devices
following the gate may be fooled by the state of the
output, and thereby caused to not operate properly.
| Is This Answer Correct ? | 37 Yes | 12 No |
Answer / sibani mohapatra.
when jk flipflop input is both 1,i.e.j=k=1,then race around
problem occur.it can be rectified by using master slave jk
flipflop.
| Is This Answer Correct ? | 37 Yes | 20 No |
Answer / ishwar
Let us consider the example of a Flip Flop(or a binary),
because that's the only place I know where Race Around is
observed...
Let us consider a JK Flip Flop (Hereby called FF). The
excitation table of this FF is as follows :
J K Qn+1
0 0 Qn
0 1 0
1 0 1
1 1 Qn Bar ~ Complement of Qn
Let us say that a clock of certain frequency is fed to the
FF, and consider the case of J=K=1, and the propagation
delay of FF is very very less than the clock pulse time
Then the FF continues complementing the output an
unpredictable number of times, thus leading to anomaly in
the final output after the pulse time of the clock is
completed
we can rectify this problem by using master-slave ff
where one j-k ff act as a master & other act as a slave.
| Is This Answer Correct ? | 15 Yes | 2 No |
what is SDH and PDH relate the differences between them?
3 Answers Ericsson, Tata Teleservices,
oracle 1st round What are the different types of joins? Explain normalization with examples. What cursor type do you use to retrieve multiple recordsets? Diffrence between a "where" clause and a "having" clause What is the difference between "procedure" and "function"? How will you copy the structure of a table without copying the data? How to find out the database name from SQL*PLUS command prompt? Tadeoffs with having indexes Talk about "Exception Handling" in PL/SQL? What is the diference between "NULL in C" and "NULL in Oracle?" What is Pro*C? What is OCI? Give some examples of Analytical functions. What is the difference between "translate" and "replace"? What is DYNAMIC SQL method 4? How to remove duplicate records from a table? What is the use of ANALYZing the tables? How to run SQL script from a Unix Shell? What is a "transaction"? Why are they necessary? Explain Normalizationa dn Denormalization with examples. When do you get contraint violtaion? What are the types of constraints? How to convert RAW datatype into TEXT? Difference - Primary Key and Aggregate Key How functional dependency is related to database table design? What is a "trigger"? Why can a "group by" or "order by" clause be expensive to process? What are "HINTS"? What is "index covering" of a query? What is a VIEW? How to get script for a view? What are the Large object types suported by Oracle? What is SQL*Loader? Difference between "VARCHAR" and "VARCHAR2" datatypes. What is the difference among "dropping a table", "truncating a table" and "deleting all records" from a table. Difference between "ORACLE" and "MICROSOFT ACCESS" databases. How to create a database link ? PL/SQL interview questions... Normalize many to many relationships Difference - Equijoin and union What is TEMP table space in Oracle, what is rollback segment How do we find row chaining? Pattern matching operators Features in oracle 9i and 10g Why truncating table is faster than delete copy commit syntax Convert Zulu time zone to US Eastern time zone Difference - union and union all Difference - Group by, Order by clause Which Ranking functions are available? Difference - Decode, NVL, NVL2 Tradeoffs of using partitioned tables How can we call stored procedure in SQL query What are the restrictions on calling PL/SQL from SQL Why EXISTS is preferable to distinct Give 2 examples of avoiding unnecessary parsing.
one hour after harry potter start x to y = 45 kms t.k rowling start with y to x potter = 3 kms/h rowling =4kms/h 24,42,23,22
Differentiate between transducer and transponder.
State sampling theorem.
What are different categories of antenna and give an example of each?
what is the importance of signals and systems ?
who found the first transister
6 Answers Airtel, Nokia, Satyam,
can we conect lowpass filter before high pass filter in cascade form in band pass filter?(active filter).
hai i need bhel model question paper for supervisor plz send this mail id bernatin@gmail.com
0 Answers AAI Airports Authority Of India,
why positive is earthed in communications
WHY FM IS NOT USED FOR VIDEO SIGNALS
Civil Engineering (5086)
Mechanical Engineering (4456)
Electrical Engineering (16639)
Electronics Communications (3918)
Chemical Engineering (1095)
Aeronautical Engineering (239)
Bio Engineering (96)
Metallurgy (361)
Industrial Engineering (259)
Instrumentation (3014)
Automobile Engineering (332)
Mechatronics Engineering (97)
Marine Engineering (124)
Power Plant Engineering (172)
Textile Engineering (575)
Production Engineering (25)
Satellite Systems Engineering (106)
Engineering AllOther (1379)