Posts

what is Programming?

wiki:  Computer programming  is the process of designing and building an  executable   computer program  to accomplish a specific  computing  result or to perform a specific task. 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 ).    The  source code  of a program is written in one or more languages that are intelligible to  programmers , rather than  machine code , which is directly executed by the  central processing unit .    he purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an  operating system ) on a  computer , often for solving a given problem. Proficient programming thus often requires expertise in several different subjects, including knowledge of the  application domain , specialized algorithms, and for

Electronics Devices

Image
Electronic devices  are components for controlling the flow of electrical currents for the purpose of information processing and system control. Prominent examples include transistors and diodes.  Electronic devices  are usually small and can be grouped together into packages called integrated circuits. Active and Passive devices  Difference between Active and Passive components?  Active components  are the devices that are capable of delivering energy to the circuit.  Active components are those that deliver or   make energy   or power in the form of a voltage or current.  Examples of the active components are Diodes, transistors, SCR, integrated circuits, etc.  Passive components  are the devices that do not need any external source for the operation and are capable of saving energy in the form of voltage or current in the circuit.  Passive components are those who   use or store energy   in the form of voltage or current.  examples of passive components are resistor, capacitor, and

Electronics ?

Image

Electronics ?

Image
Electronics comprises the physics, engineering, technology and applications that deal with the emission, flow and control of electrons in vacuum and matter.  The branch of physics and technology concerned with the design of circuits using transistors and microchips, and with the behaviour and movement of electrons in a semiconductor, conductor, vacuum, or gas. circuits or devices using transistors, microchips, and other components.

Selection sort in C

C program for selection sort to sort numbers. This code implements selection sort algorithm to arrange numbers of an array in ascending order. With a little modification, it will arrange numbers in descending order. Selection sort algorithm implementation in C #include <stdio.h>   int  main ( ) {    int  array [ 100 ] ,  n ,  c ,  d ,  position ,  swap ;      printf ( "Enter number of elements \n " ) ;    scanf ( "%d" ,   & n ) ;      printf ( "Enter %d integers \n " ,  n ) ;      for   ( c  =   0 ;  c  <  n ;  c ++ )      scanf ( "%d" ,   & array [ c ] ) ;      for   ( c  =   0 ;  c  <   ( n  -   1 ) ;  c ++ )    {     position  =  c ;          for   ( d  =  c  +   1 ;  d  <  n ;  d ++ )      {        if   ( array [ position ]   >  array [ d ] )         position  =  d ;      }      if   ( position  !=  c )      {       swap  =  array [ c ] ;       array [ c ]   =  array [

MATLAB Design for Electronics

Image
MATLAB is a famous software used for simulation of electronics systems. Civil engineer plans before construction. Like them we can design a complex process easily in MATLAB. MATLAB stands for Matrix Laboratory.here we compute complex equations, integration,differentiation functions.

CHENNAI LIGHT HOUSE MUSEUM MARINA

Image