Graphic design python turtle 🐢

from turtle import * import colorsys bgcolor('black') pensize(0) tracer(50) h=0 for i in range(300): c=colorsys.hsv_to_rgb(h,1,1) h+=0.9 color(c) forward(300) left(100) fd(i) goto(0,0) down() rt(90) begin_fill() circle(0) end_fill() rt(10) for j in range(5): rt(30) done() Please follow my blog and subscribe my channel for more videos and newly updates 👍👍👍👍👍 import turtle as t import colorsys t.bgcolor('black') t.tracer(100) h=0.4 def draw(ang,n): t.circle(5+n,60) t.left(ang) t.circle(5+n,60) for i in range(200): c=colorsys.hsv_to_rgb(h,1,1) h+=0.005 t.color(c) t.pensize(2) draw(90,i*2) draw(120,i*2.5) draw()

computer network application

 

Application of computer network


 

Some of the network applications in different fields are the following-

  1.     Marketing and Sales
  2.     Manufacturing
  3.    Financial Services
  4.    Teleconferencing
  5.    Cable Television
  6.    Information Services
  7.   Electronic Messaging
  8.    Electronic Data Interchange (EDI)
  9.   Directory Services
  10.   Cellular Telephone

 

  • 1.       Marketing and Sales:-  Computer networks are widely used in both marketing and sales firms. These are used by the  marketing professionals to collect, exchange, and analyzes data relating to customer  requirements and product development cycles.

       

  • 2.       Manufacturing:-   Now a days, computer networks are used in several aspects of manufacturing, including the  manufacturing process itself.

  • 3.       Financial Services:- In present, financial services are completely dependent on computer and networks. Main applications are credit history searches, foreign exchange and investment services,  and Electronic Funds Transfer (EFT) that permits a user to transfer money without going into a bank.  
        

  • 4.       Teleconferencing:- With the help of teleconferencing, conferences are possible to occur  without the participants being in the same place. Application include simple text conferencing, voice conferencing, and video conferencing.

  • 5.       Cable Television:-   Future services provided by the cable television networks can include video on request, as well  as the same information, financial and communications services currently provided by the telephone companies and computer networks.

  • 6.       Information Services:- Network information services include bulletin boards and data banks. A world wide web site offering the technical specifications for a new product is an information service.

  • 7.       Electronic Messaging

           Electronic mail (e-mail) is the most widely used network application.


  • 8.       Electronic data Interchange (EDI)

           EDI permits business information to be transferred without using paper.

 

  • 9.       Directory Services:-  By using directory services, it is possible to store the list of files in a central location to speed  worldwide search operation.

         

  • 10.   Cellular Telephone:- In the past, two parties desiring to use the services of the telephone company had to be linked by a fixed physical connection. But, in present cellular networks make it possible to maintain wireless phone connections even while traveling over large distances.






          

Comments

Popular posts from this blog

Protocol verification using finite state machine model in computer network

Make fire crackers using python turtle 🐢

Scope and Limitation of Machine Learning