DC Voltage Power Supply Using The LM317

January 27, 2019 admin 0

DC Voltage Power Supply: Commonly we use a fixed voltage regulator when we have to fix voltage for any circuit. Many times we need a variable voltage power supply to control the voltages according to our choice and here we {Read More}

What is computer science

What is Computer Science

January 12, 2019 admin 0

What is Computer Science: It is the 3rd most popular studies major among international students coming to the America (United States). There are innumerable reasons that computer science is very popular, including exceptional job security, unusually high starting salaries, and {Read More}

Police Style Strobe Light Circuit

Flashing Police Lights Circuit

December 24, 2018 admin 0

This Police Style Strobe Light Circuit using 555 timer ICs shows the familiar lights used on police cars. To achieve this Police Style Strobe Light effect, two groups of LEDs are used. Each group has four LEDs and they turn {Read More}

No Image

Motion Sensor Light Switch

December 15, 2018 admin 0

A motion sensor light switch is a great way of saving energy shortfall period.  A PIR sensor light switch will automatically detect when someone enters the room or any place where the motion sensor is set. Then, after a few minutes(adjusted {Read More}

pointer-memory-representation

pointer in c language types and example

December 3, 2018 admin 0

 Pointer in c language The Pointers in c language programming is a variable that points to the address of another variable. The Pointer in the C language  is used to indicate the memory randomly for example at the run time. {Read More}

Advantages and disadvantages of linked list

Advantages and Disadvantages of linked lists

November 28, 2018 admin 0

In this article we are going to explain the advantages and disadvantages of linked lists used in C++ programming. The linked lists are the best example of an energizing data structure that uses indicators or cursors for its execution. Therefore, {Read More}

No Image

operators and expressions in c

November 20, 2018 admin 0

The sign that are used to complete  logical & mathematical operations in c programs are called operators.consider the expression A+B*10 inside +,*. are operators, A,B are  variables, and 10 is constant. and A+B*10 is an expression.There are different types of {Read More}

Object Oriented Programming

introduction of c language

November 19, 2018 admin 0

C is a high programming language, used in common  purpose programming, developed by Dennis Ritchie at AT&T Bell laboratory in USA in 1969 and 1973.It was mainly developed as a system programming language  to write operating system. Like syntax of Java {Read More}

No Image

What is loop in c programming language

November 18, 2018 admin 0

some time we need a statement to repeat again and again. In general, statements are executed sequentially. The first statement in a function is executed first and second statement is executes after 1st and and so on. Programming languages provide {Read More}