What are the Negative impacts of IT?
Although Information technology could have a wider meaning in today's time however it is a general term that describes any technology that helps to produce, store and distribute information mostly computer based. Even TV, cell phones and Internet could come under this umbrella as communicators.
With communications system being what it is today there is the fear of information going into wrong hands resulting in dire consequences. Terrorists using information that is so easily available is a fear that the world is most concerned about.
This approach has kept people at bay. There is no interaction with one another. The real world is slowly getting transformed into a virtual world and people seem to be opting for that approach for keeping in touch with each other. The human touch is sadly missing.
This mechanized approach has also reduced the number of jobs specially in the clerical field as manual data collection is no longer necessary. Joblessness means more unrest among the youth
The close contact with the devices that produce, store and disseminate information is hazardous to health and cancer is one of the diseases that have been attributed to such contacts.
With the rush for jobs in the filed of Information Technology as more and more youth opt for this line there is an unrealistic imbalance in the various jobs available and the candidates who are fit to take up the various jobs other than those pertaining to Information Technology.
No one knows what the future holds. With a thirst for fine tuning more shocks could be in store.
Can a Dell laptop track a specific PC?
It can only track it, if the other computer has a IP address and if the user of the Dell laptop knows it by anyway.
Because it's all based on math.
A wireless access point transmits electro-magnetic radiation. This is very similar to a cellphone. At the power levels expected, there is no evidence of health risk.
Discuss the objectives of an Input and output system?
This refers to targets aimed to be achieched in coming up with an input output system.They include;
1.Devive independence;a program should independed of the particular devece of a given type which it happens to be allocated.
2.Efficiency;perhaps the most crucial characteristic of the I/O sytstem is the speed disparity between it and the processor and the memory(
Is MSc mathematics ME computer science is eligible for teaching in computer science and engineering?
Yes, it can be but doing both the examinations will take too much time.
Why do the outputs of the flipflops have to be complementary?
Don't have to. There are ff's with only one output.
Terminologies of computer science?
Tons of them, really no way i could name even a small portion of them.
It can mean many things. It can mean electronic data processing. In law enforcement, it could mean an emotionally disturbed person.
It could also be short for Energias de Portugal (formerly known as "Electricidade de Portugal"). It ranks among Europe's major electricity operators, and is one of Portugal's largest business groups.
The default layout manager for a JFrame's content pane is FlowLayout.
What are the components of a computer?
if you mean the basic components inside a computer then here they are.
-Hard drive
-Motherboard
-Video processor (sometimes built into motherboard)
-CPU
-power supply
-one or more fans
- occasionally a heat sink which is a copper tube that draws away heat
-ram modual(s)
-LAN card
-wireless card
-in laptops a battery
-also in laptops a screen is usually attached to the chasis
These are the basic parts, im not including PCI(e) cards or cd-drives which are used for your connections such as usb
Syllabus for rank holder examination for pg in bharathidasan university?
syllabus for M.Sc IT ramk holder examination
Identify and provide explanation of a Generic Cyclic Fault Finding Method?
There is no answer to this question.
What is breakpoint in visual basic?
Break point is selecting the point from where program will run in debugging mode..
What is the broadcast address on IPv4 networks?
The broadcast address on IPv4 networks is the subnet address, padded on the right with ones. For example, if the subnet address is 192.168.x.y, with a subnet mask of 255.255.0.0, then the broadcast address is 192.168.255.255.
What type of software that has qualities of both hardware and software is?
Firmware is a collection of software that manages computer hardware resources and provides common services for computer programs.
What is parallism in computer science?
Parallelism is running processes simultaneously to maximize resources for faster processing.
Actually, that's incorrect. Parallelism in computer science is a property of an algorithm used to solve a problem. The Parallelism of an algorithm is its ability to be broken into discrete, independent parts which can be operated on separately, then recombined to obtain the answer the algorithm was supposed to provide. The greater the number of discrete parts that the algorithm can be broken into, the higher the Parallelism.
"Parallelism" can, however, be used to characterize the ability of a processor to work on different tasks at once, in a manner analogous to that of describing the ability of an algorithm to work on different portions of a problem simultaneously.
Which hexadecimal number has the greater value?
There are infinitely many numbers - whatever the base - and they never end.
What is an arp request packet for?
ARP stands for Address Resolution Protocol. This is IP's way of requesting a MAC address (or hardware address) from a host located at a certain IP address. In order for a host on a network to send a unicast packet across the network, it must know both the source and destination MAC addresses. ARP is used to obtain a MAC address similar to the way DNS is used to obtain an IP address from a domain name (www.anydomain.com).
ICTS is Intermediate Capacity Transit System which is used in metro.It is also known as ART which is Advanced Rapid Transit.It was first manufactured by Bombardier Transportation.The original versions looked like small subway cars that typically ran in two or four car trains, but the latest versions are more adnanced two-car articulated designs that are not easily uncouplef. ART systems run on conventional metal rails and pull power from a third rail, but are powered by a linear induction motor. that provides traction by pulling on a "fourth rail" placed between the running rails. The design was originally developed in the 1970s by the UTDC, an Ontario,Canada Crown Corporation, a subway at the high-end. During development the system was known as the ICTS, for ''Intermediate Capacity Transit System''. Sales of the ICTS were made to metro lines in Vancouver, Toronto,Detroit.The largest ART system today is the Vancouver SkyTrain, which has seen several major expansions over its lifetime. It is the largest completely automatic metro system in the world, with just under 70 km of track.
What purpose does the modified bit serve in a demand paging system?
If you require a page to be swapped out and must allow for the possibility of it being swapped back in, you need to make sure that the page has the latest changes when it is again swapped in. If changes have been made to a page selected for swapping out, you must save the page to disk. If changes have NOT been made to a page selected for swapping out, you can immediately overwrite memory with a new page, without writing the old page back to disk. Disk access is sl.o..w... . You do not want to spend time writing to disk unless you really have to. The "modified" bit tells you if a change has been made to a page since it has been loaded into memory. As usual, a little bit of information can save you a lot of seek time.
What is the main function of device controller?
1.Stops and starts the activity of the peripheral device.
2.Generate error checking code.
3.Checks the error in the data recieved from the interface.
4.Abort that command which have errors.
5.Retry the command having an error.
6.Recieves the control signals from the interface unit.
7.Convert the format of the data .
8.Checks the status of the device.