CS101 - Introduction to Computing Assignment # 01
Page 1 of 1 • Share
CS101 - Introduction to Computing Assignment # 01
Question No.1 (Marks = 10)
Compare Serial and Parallel Ports. Give any five points in tabular form.
Serial Port --------- Parallel Port
Question No.2 (Marks = 5)
Write any two situations where audio input is more beneficial than other type (text, image etc) of input approaches?
Solution idea for q 1
• However, since the beginning of the 21st century, the parallel port has largely been replaced by the USB port, although some ancillary devices still allow for connection by both means. One key differencebetween a serial and parallel port is that the serial port allows for data to be transferred in from a remote device or transferred out from the hard drive to a remote device.
• Developers manufactured adapters to run SCSI devices by parallel ports. Through the evolution of parallel communication, the Universal Serial Bus (USB) and ethernet interfaces were developed, and they have effectively replaced the parallel port.
In computing, a serial port is a serial communication physical interface through which information transfers in or out one bit at a time (contrast parallel port).[1] Throughout most of the history of personal computers, data transfer through serial ports connected the computer to devices such as terminals and various peripherals.
While such interfaces as Ethernet, FireWire, and USB all send data as a serial stream, the term "serial port" usually identifies hardware more or less compliant to the RS-232 standard, intended to interface with a modem or with a similar communication device.
Modern computers without serial ports may require serial-to-USB converters to allow compatibility with RS 232 serial devices. Serial ports are still used in applications such as industrial automation systems, scientific instruments, shop till systems and some industrial and consumer products. Server computers may use a serial port as a control console for diagnostics. Network equipment (such as routers and switches) often use serial console for configuration. Serial ports are still used in these areas as they are simple, cheap and their console functions are highly standardized and widespread. A serial port requires very little supporting software from the host system.
A parallel port is a type of interface found on computers (personal and otherwise) for connecting various peripherals. In computing, a parallel port is a parallel communication physical interface. It is also known as a printer port or Centronics port. The IEEE 1284 standard defines the bi-directional version of the port, which allows the transmission and reception of data bits at the same time.
[You must be registered and logged in to see this image.]Compare Serial and Parallel Ports. Give any five points in tabular form.
Serial Port --------- Parallel Port
Question No.2 (Marks = 5)
Write any two situations where audio input is more beneficial than other type (text, image etc) of input approaches?
Solution idea for q 1
• However, since the beginning of the 21st century, the parallel port has largely been replaced by the USB port, although some ancillary devices still allow for connection by both means. One key differencebetween a serial and parallel port is that the serial port allows for data to be transferred in from a remote device or transferred out from the hard drive to a remote device.
• Developers manufactured adapters to run SCSI devices by parallel ports. Through the evolution of parallel communication, the Universal Serial Bus (USB) and ethernet interfaces were developed, and they have effectively replaced the parallel port.
In computing, a serial port is a serial communication physical interface through which information transfers in or out one bit at a time (contrast parallel port).[1] Throughout most of the history of personal computers, data transfer through serial ports connected the computer to devices such as terminals and various peripherals.
While such interfaces as Ethernet, FireWire, and USB all send data as a serial stream, the term "serial port" usually identifies hardware more or less compliant to the RS-232 standard, intended to interface with a modem or with a similar communication device.
Modern computers without serial ports may require serial-to-USB converters to allow compatibility with RS 232 serial devices. Serial ports are still used in applications such as industrial automation systems, scientific instruments, shop till systems and some industrial and consumer products. Server computers may use a serial port as a control console for diagnostics. Network equipment (such as routers and switches) often use serial console for configuration. Serial ports are still used in these areas as they are simple, cheap and their console functions are highly standardized and widespread. A serial port requires very little supporting software from the host system.
A parallel port is a type of interface found on computers (personal and otherwise) for connecting various peripherals. In computing, a parallel port is a parallel communication physical interface. It is also known as a printer port or Centronics port. The IEEE 1284 standard defines the bi-directional version of the port, which allows the transmission and reception of data bits at the same time.
Asad- Deep Bench
- Posts : 563
Join date : 2011-02-11
Re: CS101 - Introduction to Computing Assignment # 01
QUESTION NO 1… PICK IDEA FROM HERE AND SOLVE YOUR ASSIGNMENT
Serial and parallel ports are two different types of connecting devices. They can be used to connect all sorts of peripherals like modems, mice, and printers. In this section, we will discuss the differences between serial and parallel ports.
Serial Ports:
Serial ports work by breaking up bytes into separate bits. It can only do this by using a special controller chip called the Universal Asynchronous Receiver/Transmitter (UART). If your computer has both parallel and serial ports, then the UART takes the bytes from the parallel ports and breaks them up into individual bits so they can go through a serial port. Most serial ports can transfer data at 115 kilobits per second. However, there are some super fast serial ports, like the Enhanced Serial Port (ESP) and the Super Enhanced Serial Port (Super ESP).
Parallel Ports:
If you have a printer connected to your computer, then you most likely have parallel ports in your computer system. This is because almost all printers are connected to a computer system via parallel ports. As stated above, parallel ports can transfer eight bits of data at a time. The bits are transferred side by side, in parallel fashion. Parallel ports can usually transfer data at about 50 to 100 kilobytes per second.
As you can see, this is much faster than the serial port's 115 kilobits per second.
There are three newer types of parallel ports:
1. 1. Standard Parallel Port
2. 2. Enhanced Parallel Port
3. 3. Extended Capabilities Port
Question 2..Answer
1- Any Picture and Text password is secure identity for security. But we all know that there are no same voices of people in the world. So We can use our Audio Input for a high Security.
2- We can Find and write the words through Giving audio Input (Speaking) to Computer. It is very easy for us and we can do our work without typing.
Serial and parallel ports are two different types of connecting devices. They can be used to connect all sorts of peripherals like modems, mice, and printers. In this section, we will discuss the differences between serial and parallel ports.
Serial Ports:
Serial ports work by breaking up bytes into separate bits. It can only do this by using a special controller chip called the Universal Asynchronous Receiver/Transmitter (UART). If your computer has both parallel and serial ports, then the UART takes the bytes from the parallel ports and breaks them up into individual bits so they can go through a serial port. Most serial ports can transfer data at 115 kilobits per second. However, there are some super fast serial ports, like the Enhanced Serial Port (ESP) and the Super Enhanced Serial Port (Super ESP).
Parallel Ports:
If you have a printer connected to your computer, then you most likely have parallel ports in your computer system. This is because almost all printers are connected to a computer system via parallel ports. As stated above, parallel ports can transfer eight bits of data at a time. The bits are transferred side by side, in parallel fashion. Parallel ports can usually transfer data at about 50 to 100 kilobytes per second.
As you can see, this is much faster than the serial port's 115 kilobits per second.
There are three newer types of parallel ports:
1. 1. Standard Parallel Port
2. 2. Enhanced Parallel Port
3. 3. Extended Capabilities Port
Question 2..Answer
1- Any Picture and Text password is secure identity for security. But we all know that there are no same voices of people in the world. So We can use our Audio Input for a high Security.
2- We can Find and write the words through Giving audio Input (Speaking) to Computer. It is very easy for us and we can do our work without typing.
Asad- Deep Bench
- Posts : 563
Join date : 2011-02-11
Re: CS101 - Introduction to Computing Assignment # 01
Parallel DataThe parallel port on modern computer systems is an example of a parallel communications connection. The parallel port has 8 data wires, and a large series of ground wires and control wires. IDE harddisk connectors are another good example of parallel connections in a computer system.[You must be registered and logged in to see this image.]
Serial DataThe serial port on modern computers is a good example of serial communications. Serial ports have either a single data wire, or a single differential pair, and the remainder of the wires are either ground or control signals. USB and FireWire are good examples of other serial communications standards.
Which is Better?It is a natural question to ask which one of the two transmission methods is better. At first glance, it would seem that parallel ports should be able to send data much faster than serial ports. Let's say we have a parallel connection with 8 data wires, and a serial connection with a single data wire. Simple arithmetic seems to show that the parallel system can transmit 8 times as fast as the serial system.
However, parallel ports suffer extremely from inter-symbol interference (ISI) and noise, and therefore the data can be corrupted over long distances. Also, because the wires in a parallel system have small amounts of capacitance and mutual inductance, the bandwidth of parallel wires is much lower than the bandwidth of serial wires. We all know by now that an increased bandwidth leads to a better bit rate. We also know that less noise in the channel means we can successfully transmit data reliably with a lower Signal-to-Noise Ratio, SNR.
If, however, we bump up the power in a serial connection by using a differential signal with 2 wires (one with a positive voltage, and one with a negative voltage), we can use the same amount of power, have twice the SNR, and reach an even higher bitrate without suffering the effects of noise. USB cables, for instance, use shielded, differential serial communications, and the USB 2.0 standard is capable of data transmission rates of 480Mbits/sec!
In addition, because of the increased potential for noise and interference, parallel wires need to be far shorter than serial wires. Consider the standard parallel port wire to connect the PC to a printer: those wires are between 3 and 4 feet long, and the longest commercially available is typically 25 feet. Now consider ethernet wires (which are serial, and typically unshielded twisted pair): they can be bought in lengths of 100 feet, and a 300 foot run is not uncommon!
Serial DataThe serial port on modern computers is a good example of serial communications. Serial ports have either a single data wire, or a single differential pair, and the remainder of the wires are either ground or control signals. USB and FireWire are good examples of other serial communications standards.
Which is Better?It is a natural question to ask which one of the two transmission methods is better. At first glance, it would seem that parallel ports should be able to send data much faster than serial ports. Let's say we have a parallel connection with 8 data wires, and a serial connection with a single data wire. Simple arithmetic seems to show that the parallel system can transmit 8 times as fast as the serial system.
However, parallel ports suffer extremely from inter-symbol interference (ISI) and noise, and therefore the data can be corrupted over long distances. Also, because the wires in a parallel system have small amounts of capacitance and mutual inductance, the bandwidth of parallel wires is much lower than the bandwidth of serial wires. We all know by now that an increased bandwidth leads to a better bit rate. We also know that less noise in the channel means we can successfully transmit data reliably with a lower Signal-to-Noise Ratio, SNR.
If, however, we bump up the power in a serial connection by using a differential signal with 2 wires (one with a positive voltage, and one with a negative voltage), we can use the same amount of power, have twice the SNR, and reach an even higher bitrate without suffering the effects of noise. USB cables, for instance, use shielded, differential serial communications, and the USB 2.0 standard is capable of data transmission rates of 480Mbits/sec!
In addition, because of the increased potential for noise and interference, parallel wires need to be far shorter than serial wires. Consider the standard parallel port wire to connect the PC to a printer: those wires are between 3 and 4 feet long, and the longest commercially available is typically 25 feet. Now consider ethernet wires (which are serial, and typically unshielded twisted pair): they can be bought in lengths of 100 feet, and a 300 foot run is not uncommon!
Abir- Monstars
-
Posts : 264
Join date : 2011-02-09
Age : 36
Re: CS101 - Introduction to Computing Assignment # 01
Question No.1 (Marks = 10)
Compare Serial and Parallel Ports. Give any five points in tabular form.
Serial Port
Parallel Port
Transmits 1 Bit of Data at a time Transmit Multiple Bits of Data
Works Relatively Slow Works Relatively Fast
Male Port Female Port
Used for Mouse, Modem, Keyboard etc. Used mostly for Printers
Less Numbers of Wires are Used for
Communication Many number of Wires are Used for
Communication
Ans # 2
1- Any Picture and Text password is secure identity for security. But we all know
that there are no same voices of people in the world. So We can use our Audio
Input for a high Security.
2- We can Find and write the words through Giving audio Input (Speaking) to
Computer. It is very easy for us and we can do our work without typing.
Compare Serial and Parallel Ports. Give any five points in tabular form.
Serial Port
Parallel Port
Transmits 1 Bit of Data at a time Transmit Multiple Bits of Data
Works Relatively Slow Works Relatively Fast
Male Port Female Port
Used for Mouse, Modem, Keyboard etc. Used mostly for Printers
Less Numbers of Wires are Used for
Communication Many number of Wires are Used for
Communication
Ans # 2
1- Any Picture and Text password is secure identity for security. But we all know
that there are no same voices of people in the world. So We can use our Audio
Input for a high Security.
2- We can Find and write the words through Giving audio Input (Speaking) to
Computer. It is very easy for us and we can do our work without typing.
Asad- Deep Bench
- Posts : 563
Join date : 2011-02-11
Re: CS101 - Introduction to Computing Assignment # 01
[You must be registered and logged in to see this image.]
Abir- Monstars
-
Posts : 264
Join date : 2011-02-09
Age : 36
Similar topics
» MGT211 - Introduction To Business- Assignment # 01
» CS101 - Introduction to Computing today paper
» CS101 Assignment No. 4
» CS101 ASSIGNMENT NO 4 Solution Fall2010
» CS101 Assignment No. 1 Solution - Spring 2015 Semester
» CS101 - Introduction to Computing today paper
» CS101 Assignment No. 4
» CS101 ASSIGNMENT NO 4 Solution Fall2010
» CS101 Assignment No. 1 Solution - Spring 2015 Semester
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
Yesterday at 12:21 pm by ali001
» Hemangiom'App
Tue Nov 05, 2024 11:25 am by ali001
» MindfulMe - Mental Health App
Mon Nov 04, 2024 10:50 am by ali001
» Learn Candlestick Patterns
Tue Oct 15, 2024 5:51 am by ali001
» Woh Pagal Si Episode 52 to 62 - Top Pakistani Drama
Sat Sep 21, 2024 6:26 pm by Mir Emmad Ali Khan Domki
» Nearu - share your socials
Sat Sep 21, 2024 1:12 pm by ali001
» Nightclub Tycoon: Idle Empire
Thu Sep 19, 2024 9:16 pm by ali001
» Carnivore - Meat Diet Recipes
Wed Sep 18, 2024 2:37 pm by ali001
» Eid Milad un Nabi Mubarak 2024 (Rabiʻ I 14, 1446 AH)
Tue Sep 17, 2024 3:44 pm by Mir Emmad Ali Khan Domki