Posts

Showing posts from March, 2020
Advantages of TTL Logic circuit: Advantages of TTL logic family, one should have a basic idea about RTL, DTL etc. Diode logic (DL) uses diodes to implement logical functions like AND and OR. But the disadvantage is that it can not perform NOT operation. As AND and OR are not complete functions by themselves, they can not perform several logic functions without NOT. Hence, there was a need for some device which can perform a NOT function as diodes can not. That device is a transistor. Then came the DTL which uses a transistor along with diodes. As a transistor can act as an inverter, NAND (NOT-AND) & NOR (NOT-OR) operations can be performed. But this logic uses several diodes which will slow down its operation. Due to the delay offered by them, the logic levels may sometimes change i. e. 0 t0 1 or 1 to 0. Then came TTL. This logic uses a multi emitter transistor, a transistor with many emitter terminals. As every emitter is nothing but a diode, this logic eliminates the use of al...
Image
Computer programming Language Download PDF Watch Edit Example of an internet  chess  program,  Lichess , showing  artificial intelligence  programming – if the white bishop at b3 moves to a2, capturing the black knight, then the program is designed to find the most advantageous move for black, very likely capturing the bishop with the b1 pawn. Black has just moved a pawn to c2. Computer programming  is the process of designing and building an  executable   computer program  to accomplish a specific  computing  result.  Programming  involves tasks such as: analysis, generating  algorithms , profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen  programming language  (commonly referred to as  coding ). [1] [2]  The  source code  of a program is written in one or more languages that are intelligible to  pr...