Science Engineering and Technology Learn

Science Engineering and Technology Learn New inventions in the field of science and technology play a great role in the daily lives of people

What is Computer Networking?  I.   A network is a collection of Computers, Servers, Mainframes, Network devices, periphe...
09/05/2021

What is Computer Networking?
I. A network is a collection of Computers, Servers, Mainframes, Network devices, peripherals ( A peripherals device connects to a computer system to add functionalities.), or other devices connected to one another to allow the sharing of data. An excellent example of a network is the Internet, which connects millions of peoples all over the world.
II. A network is nothing more than two or more computers connected by a cable or by a wireless radio connection so that they can exchange information.

Computer Network
1. Interconnections of two or more computers and peripherals.
2. Allows users to share and transfer information.

Needs Of Computer Network
• Sharing Resources
• Reduced Cost
• Reduced Time
• Scalability
• Reliability
• Security

Classification of Computer Networks
Computer networking is classified based on various factors. They include:
1. Geographical Span
2. Inter-Connectivity
3. Administration
4. Architecture

Types of networking
Computer networking is two primary types of computer networking:

Wired Networking
Wireless Networking

Wired Networking
Wired networking requires the use of a physical medium for transport between nodes. Copper-based Ethernet cabling, popular due to its low cost and durability, is commonly used for digital communications in businesses and homes. Alternatively, optical fiber is used to transport data over greater distances and at faster speeds, but it has several tradeoffs, including higher costs and more fragile components.

Wireless Networking
Wireless networking uses radio waves to transport data over the air, enabling devices to be connected to a network without any cabling. Wireless LANs are the most well-known and widely deployed form of wireless networking. Alternatives include microwave, satellite, cellular, and Bluetooth, among others.

1 Switch Control 1 LED ArduinoIn this arduino project we will learn how to connect 1 Switch with 1 LED from arduino boar...
03/09/2019

1 Switch Control 1 LED Arduino

In this arduino project we will learn how to connect 1 Switch with 1 LED from arduino board.When the button (any button e.g Push Button,Toggle Button etc but i recommended a push button and i have a use push button in this video.) is open (unpressed) there is no connection between the two legs of the button, so the pin is connected to ground (through the pull-down resistor) and we read a LOW and LED (Light Emitting Diode) OFF. When the button closed (pressed), it makes a connection between its two legs, connection the pin to 5 volts, so that we read a HIGH and LED (Light Emitting Diode) ON.

Tip

You can also write this circuit the opposite way, with a pull-up resistor keeping the input HIGH,and going LOW when the button is pressed. If so, the behavior of the sketch will be reversed , with the LED normally ON and turning OFF when you press the button.If you disconnect the digital input/output pin from everything, the LED may blink change-fully. This is because the input is "floating" that is, it will randomly return either HIGH or LOW. That's why you need a pull-up or pull-down resistor in the circuit.
Hardware Required
You will need the following components:-

Arduino Mega2560/UNO R3

Breadboard

1 LED( any color)

1 Push Switch

1 Resistor 330Ω

1 Resistor 10kΩ

Jumpers

Procedure

Follow the circuit diagram and hook up the components on the breadboard as shown in the image given below:

Note:- To find out the polarity of an LED,look at closely.The shorter of two legs,towards the flat edge of the bulb indicates the negative terminal.

The Code

Here's the 'Button' code, embedded using codebender!

Keep in mind that setup () routine runs only one after power ON/re-program or press the reset button. In the program below, the first thing you do is to initialize pin 9 as an output pin with pinMode () function in setup () routine.

The loop() routine runs over and over again,forever. In the main loop , you read the state of button (pressed=high, unpressed=low) and you store it in buttonState variable. When button pressed once, the LED turns ON, and when pressed twice, the LED turns off.

The code of arduino program

int buttonInput = 7; // initialize variable pin

int ledOutput = 8; // initialize variable pin
int buttonstate = 0; // initialize button condition that's 0 or 1

void setup() { // main loop in this program for one time run

pinMode(buttonInput,INPUT); // define this Button pin for input

pinMode(ledOutput,OUTPUT); // define this Led pin for output

}

void loop() { // put your main code here, to run this loop repeatedly

buttonstate = digitalRead(buttonInput);//Read state of the Button
if (buttonstate == HIGH) //if is pressed button

{
digitalWrite(ledOutput,HIGH); //Write HIGH to led pin

}
else //if not pressed button
{

digitalWrite(ledOutput,LOW); //Write LOW to led pin
}

}
........................................
You Can download this code from this here:Download

I hope you'd like this and give me feedback through comment section..Thank you.

4.7 volt Dry Battery and its Parts of function and DC Battery

On Off LED with 1 Button-Arduino
03/09/2019

On Off LED with 1 Button-Arduino

In this arduino project we will learn how to connect 1 Switch with 1 LED from arduino board.When the button (any button e.g Push Button,

Can you know about this?کیا آپ جانتے ہیں؟اگر جانتے ہیں تو زرور بتائیں؟
20/08/2019

Can you know about this?
کیا آپ جانتے ہیں؟اگر جانتے ہیں تو زرور بتائیں؟

I am very excited because Google AdSens give me approval for monetization ON my website.✌️✌️✌️
24/07/2019

I am very excited because Google AdSens give me approval for monetization ON my website.✌️✌️✌️

In this video you will be able to know about audio splitter cable.Plug in one Mic and one Hand-free with this audio spli...
20/07/2019

In this video you will be able to know about audio splitter cable.Plug in one Mic and one Hand-free with this audio splitter cable.Mic have mostly 3 pole pin.
What is 3 pole and ring in audio pin?

In top picture have in blue color is pole and yellow color is ring.

If we insert 3 pole audio pin 4 pole audio jack then they not proper work.Example always our all android hones and mostly new models laptop in 4 pole audio jack.Then we use audio splitter cable for this.You can better understand by looking at the below picture.

No influence on the sound quality.Made up high quality environmental protection material.High quality copper wires ensure best and pure quality.

4.7 volt Dry Battery and its Parts of function and DC Battery

Audio Splitter Cable
20/07/2019

Audio Splitter Cable

Audio Splitter Cable.Plug in one Mic and one Hand-free with this audio splitter cable.Mic have mostly 3 pole pin.If we insert 3 pole audio pin 4 pole audio jack then they not proper work.

You can do it?
18/07/2019

You can do it?

This video will come soon.........
12/07/2019

This video will come soon.........

Address

Main Road Masoodabad, House # 469/B, Sultan Chowk, Near Gohar Dawakhana, Samanabad
Faisalabad
3800

Alerts

Be the first to know and let us send you an email when Science Engineering and Technology Learn posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Science Engineering and Technology Learn:

Share