Question by keith_keeler2002: i have phone line service, was wondering if there is away too connect two computers to the same service.? i have two differant lines at my home a computer line and my phone line tried using both lines but the proublem is when both are on line on two differant lines they keep disconnecting about every 10 to 15 min. is there a away to connect the two too the same line and stay connected so dont tie up the phone line, using the same internet account. Best answer for i have phone line service, was wondering if there is away too connect two computers to the same service.?:
Answer by Louisa R
Call your telephone company, they will help, I did it.
Answer by Wizard
Is it dialup?..Or Dsl?..really doesn't matter, however with dsl (I am aware of) you need to have them add another "ip" for two computers or you need to buy a router. Depending on your modem, it could be a router/modem combo and would allow for two or many computers. If you are able to obtain another ip you can simple buy a "hub" (no firewall or NAT system to go through, easyer to set up than a router) that allows you connect more computers, but you may need to assign an ip to both computers. Also, ask your isp if your "static" or "dynamic". What is the difference?.. Static ip never changes, thus you may need the router option. Dynamic ip changes each time you login, thus you may only need a hub. Although the router is a safer option for many, The hard part is learning to adjust or "forward" ports: http://www.portforward.com can better help you with this.

If You Enjoyed The Video Please Rate it, Thanks Guys. Game Like The Pro's order your Scuf Gaming controller today www.scufgaming.com use promo code THUNDER for 5% off all orders. Click this link and get 10% off all Kontrol Freak Orders - www.kontrolfreek.com Follow me on Twitter - twitter.com My source for BO2 Special Edition - stickskills.com
aboutcomputer99.blogspot.com Black Ops 2 "Special Edition" Possible Details Leaked
Computer programming is the art of telling a computer in a language we can understand what to do in a language that can be compiled - or translated - into language the computer understands.
Originally, programming was line-oriented. When you wanted to insert a function you had to renumber line numbers so you could insert extra functions in the space you had made available. Let's say you used Comal80 or Basic. Line numbers were often divided into tens, so you began with line 10, then 20 etc. If you had to insert 8 lines of code you would need to renumber so line 10 was followed by 110, then 210 etc. Finally, when the program worked fine, you could renumber everything back so the program would appear as though you had written everything in a normal flow.
Later, object oriented languages were introduced which abandoned line numbers, but still logic plays a big part in programming object oriented languages. You need to keep a good overview of which procedures y ou call, and you also need to consider the size of your program. When people have many active programs, the computer's internal memory - the so-called RAM or Random Access Memory - is instrumental in allowing all programs to run flawlessly alongside one another.
Mathematics is all about logic. As you improve a small function in your program, a bit of memory is freed, and consequently both planning and implementation is needed to ensure high quality programs.
Remember, that comments are only inserted by programmers so source code can be maintained and updated. Once the program is compiled into computer language these comments are removed from the active.exe file that the user clicks upon in his menu or on the desktop. But running an office suite that is well-optimized can mean the difference between printing taking forever or simply just running at top speed.
A mathematical perspective allows for effective use of all aspects in your program, and is a vital k ey in creating effective computer programs. This is especially also the case when you create programs that rely upon a database. If your data is constantly restructured and sorted alphabetically, you can run hash-table searches where a request searching for the last name Hansen, then the principle is you search between A and M, which is true, then you search between A and G which would be untrue, then between H and M which would be true, and then you search between H and J etc. In very few steps you can run through a myriad of customers instead of having to run through each customer starting with Anderson, Bryan, Charleston, Dexter etc. Database searches can be performed in a variety of ways, and therefore a good understanding of data types, speeds and methodology is essential to create searches that will be fast for the user of your program.
I hope you now have a much better understanding of the importance of mathematics. If you are a young student, or maybe a parent looking for information in relation to your child having an interest in computers, you should print this article so your child understands why it is important to listen very carefully in math classes. It will be greatly needed later - and much appreciated once he understands why you pushed this class for him.
Related The Role Mathematics Play in Computer Programming Topics
0 comments:
Post a Comment