answersLogoWhite

0


Best Answer

If you have read How Pendulum Clocks Work, you know that all clocks (regardless of technology) have a few required components:

  • A source of power to run the clock

    In a pendulum clock, the weights or the springs handle this role.

  • An accurate timebase that acts as the clock's heartbeat

    In a pendulum clock, the pendulum and escapement handle this role.

  • A way to gear down the timebase to extract different components of time (hours, minutes, seconds)

    In a pendulum clock, gears serve this role.

  • A way to display the time

    In a pendulum clock, the hands and face serve this role.

A digital clock is no different. It simply handles these functions electronically rather than mechanically. So in a digital clock, there is an electrical power supply (either a battery or 120-volt AC power from the wall). There is an electronic timebase that "ticks" at some known and accurate rate. There is an electronic "gearing mechanism" of some sort -- generally a digital clock handles gearing with a component called a "counter." And there is a display, usually either LEDs (light emitting diodes) or an LCD (liquid crystal display).

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

The same as they work in any other digital device. It doesn't matter if it is a digital watch, digital multimeter, digital scale, digital thermometer, digital computer, etc.; the logic gates work the same.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How logic gates are working in digital watches?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What products use logic gates?

All digital electronic circuits are composed of logic gates. Without logic gates there would be no digital electronics.


What are the basic digital logic gates?

And,or,not


Latch in logic gates?

i need to understand the meaning of latch as applied in logic gates [digital ectronics]


Does fan have logic gates?

No. Logic gates are used for digital design. fan is an electrical appliance. They do not have any similarities.


Digital electronics logics gate?

and gates or gates nor gates nand gates are the electronics logic gates.


Why logic gates are called as logic gates not boolean gates?

Logic gates are the basic building blocks of digital circuits or systems. these digital circuits are used to implement several combinational and sequential operations. these operations include starage, timing, arithmetic, coding, communication etc. Hence, implementing the boolean algebra is not the only purpose where logic gates are used, hence, it is opt to call them as logic gates rather than boolean gates.


What are the two types of digital logic?

AOI logic, which uses AND, OR,and INVERTER(NOT) gates NAND/NOR Logic, this uses only NAND or NOR gates respectively.


Boolean logic gates are combined what type of packages?

All packages. Everything digital is boolean logic.


What are the uses logic gates?

Logic gates are in fact the building block of digital electronics; they are formed by the combination of transistors (either BJT or MOSFET) to realize some digital operations (like logical OR, AND, INVERT ). Every digital product, like computers, mobile, calculators even digital watches, contain logic gates. The use of logic gates in digital world can be understood better by the following example: the single bit full adder in digital electronics is a logic circuit which perform the logical addition of two single bit binary numbers (a,b,cin) a and b are the the two binary number of single digit (either 1 or 0) and cin is the carry input . say for example a,b,cin= 1,1,1 gave an logical sum output of 1 and a carry of 1 , a,b,cin= 110 gave sum= 0 and carry of 1. Now this adder can be formed by the combination of many gate like by using NAND gates only. or by using XOR , AND ,OR gates and so on. So, in a nutshell, the adder which is of great importance in your computer processor and also in many more applications is basically built from the logic gates.


What are uses of logic gate?

Logic gates are in fact the building block of digital electronics; they are formed by the combination of transistors (either BJT or MOSFET) to realize some digital operations (like logical OR, AND, INVERT ). Every digital product, like computers, mobile, calculators even digital watches, contain logic gates. The use of logic gates in digital world can be understood better by the following example: the single bit full adder in digital electronics is a logic circuit which perform the logical addition of two single bit binary numbers (a,b,cin) a and b are the the two binary number of single digit (either 1 or 0) and cin is the carry input . say for example a,b,cin= 1,1,1 gave an logical sum output of 1 and a carry of 1 , a,b,cin= 110 gave sum= 0 and carry of 1. Now this adder can be formed by the combination of many gate like by using NAND gates only. or by using XOR , AND ,OR gates and so on. So, in a nutshell, the adder which is of great importance in your computer processor and also in many more applications is basically built from the logic gates.


What are the uses logic?

Logic gates are in fact the building block of digital electronics; they are formed by the combination of transistors (either BJT or MOSFET) to realize some digital operations (like logical OR, AND, INVERT ). Every digital product, like computers, mobile, calculators even digital watches, contain logic gates. The use of logic gates in digital world can be understood better by the following example: the single bit full adder in digital electronics is a logic circuit which perform the logical addition of two single bit binary numbers (a,b,cin) a and b are the the two binary number of single digit (either 1 or 0) and cin is the carry input . say for example a,b,cin= 1,1,1 gave an logical sum output of 1 and a carry of 1 , a,b,cin= 110 gave sum= 0 and carry of 1. Now this adder can be formed by the combination of many gate like by using NAND gates only. or by using XOR , AND ,OR gates and so on. So, in a nutshell, the adder which is of great importance in your computer processor and also in many more applications is basically built from the logic gates.


Why logic gates are called logic gates?

Logic Gates are electronic building blocks of a digital system. Their physical manifestation may take any form, but essentially a logic gate consists of a collection of binary digits and a set of rules where such digits are combined to give a resulting set of binary digits. The rules that are implemented by logic gate are of the fundamental Boolean Algebraic Operations. Logic gates may be coupled together so that digital input to a system produces a predetermined digital output. It is a logical set of rules. The concept of digital information flowing into a system through an electronic pathway coveys a perception that gave someone the idea of a gate when this was named long ago.