Skip to main content

Posts

Showing posts with the label Technology

Computer Science

                                                                 Image by Gerd Altmann from Pixabay  From a slow start computers have developed speed and complexity through which they can process billions of information per second and solve problems beyond practical human range. The first computing began simply with the abacus , a rectangular series of beads mounted on rods, used from at least 1100 B.C for basic arithmetic.      Basically computer science is a study of computers and computing their theoretical and practical applications. As a discipline computer science covers a wide range of topics, from theoretical studies of algorithms ,computations and information to practical problems implementing computing systems in hardware and software.        During the Renaissance, inn...

E-mail and G-mail

Image by Muhammad Ribkhan from Pixabay E-mail In 1969 a company called Bolt Barenek and Newman won the contract to develop a communication network called ARPANET that would enable scientists and researchers to use each other's computer facilities. During it's development, an engineer named Ray Tomlinson(b. 1941) started to experiment with coding of two programs. SNDMSG allowed members of the same network to exchange messages among one another, whereas CPYNET allowed file transfers to occur between two separate networks. It occurred to Tomlinson that combining the two he would create a system that would make message transfer possible between different users of independent networks.             One of the most significant decisions made by Tomlinson was his choice of the symbol to separate the user's name from the host network name. It was a fairly logical choice, but one that revived the rather esoteric symbol and saved it from the brink of linguistic ...

Liquid Crystal Display(LCD)

  LCDs (liquid crystal display) are used in televisions, laptop computers and many portable electronic devices. In 1888 the properties of liquid crystals were first discovered by Friedrich Reinitzer. he was measuring the melting point of a cholesterol-based substance and noticed that it had two melting points: It melted at 293°F(145°C) to give a cloudy, glue like liquid, then again at 352°F(178°C) to give a clear liquid.     Otto Lehmann, an expert in crystal optics , studied these phases and found that the cloudy liquid had similar properties to the solid crystal. In the solid crystal the molecules are lined up neatly and in parallel.  In the cloudy liquid, the molecules can move around. However they tend to line up like in the solid crystal, reflecting light to appear cloudy. Lehmann named the liquid fliessende Kristalle, or liquid crystal.      In 1968 George Heilmeier led a group at the radio corporation of america to develop the first LCD. They us...

BIT-WISE OPERATORS

  Bitwise operators BITWISE OPERATOR:   BITWISE Operator in python are used to perform bitwise calculations on numbers (integers) Ø   The name itself suggests that something to do with binary format like bits. Ø   We cannot directly perform operations on integers so we need to convert them into binary format and then we need to do. Ø   Result will be in decimal format. Types of bitwise operators: Ø   Bitwise And - & Ø   Bitwise OR - | Ø   Bitwise NOT - ~ Ø   Bitwise xOR - ^ Ø   Bitwise right shift - >> Ø   Bitwise left shift - << 1.   Bitwise AND (&):   this operator returns 1 if both the values are 1 or else it returns 0           x        y       x&y    1       1         1    1     ...

Number System in Python

  Python generally supports integers, fractional values and complex numbers and we have data types for them like int for integers, float for fractional values, and complex for complex numbers, we can understand that but if our computer wants to perform certain operations on bits or some other operations then we need to convert them into some number systems like binary, octal, hexadecimal. These are the three different number systems. Number conversions are used in programming languages because we cannot directly use some operators like bit-wise operators, we need to convert decimals into binary and sometimes we need to convert binary format of a number to decimal, so we use number conversions there Actually, number conversions are done on 4 types 1.       Decimal 2.       Binary 3.       Octal 4.       Hexadecimal 1. Decimal to binary:      ...

Abacus

First Calculator(C. 1000 B.C.E.) The early calculator instrument we know as the abacus consisting of wooden frame supporting wires or rods on which wooden beads slide from side to side . It was developed in Mesopotamia from a flat, sand-covered  stone counting board on which pebbles were moved. This aid to calculation was in use long before the adoption of the Hindu-Arabic numeral system and can be adapted to any numeral base. This type of calculator has a huge advantages over counting on the fingers of the hand because it can be used to record very large numbers accurately. The easiest type of abacus to understand is the modern western version that uses base of ten. Here each wire carries ten beads and represents a decade  unit i.e, one's, ten's, 100,1000 and so on. A number, say 617483 can be represented by positioning the respective number of beads on each wire against one side of the abacus. It is then a relatively easy task to add or subtract another number from...

Artificial Intelligence

Brief  note about Mechanical Computers:           It was 1835, the two disciplines was combined to create a "difference engine" by Charles Babbage capable of solving polynomial functions without having to use unreliable, hand calculated tables.         Despite generous government funding, Babbage sadly never fully finished his difference engine and the project abandoned in 1834. Babbage didn't stop thinking about computing. In 1835, Babbage has released designs for his "analytical engine," it is a device similar to the difference engine by using programmable punched cards  had many more potential functions that calculating polynomials.          The engine was never built but thousands of detailed diagrams produced by the Babbage.   In 1849, More efficient and similar difference engine created by the Babbage using the analysis form analytical engine. Engine no.2 was not built until 19...

Contact form

Name

Email *

Message *