answersLogoWhite

0


Best Answer

A static one cannot change, while a dynamic one can.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Difference between static and dynamic list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is the difference between an index and a glossary?

A glossary is somewhat like a dictionary. A glossary usually contains a list of terms along with their definition. An index is simply a list of words or topics along with the page number more information can be found on.


Can you please list and explain ten differences between agile methodology and rapid application development?

don't know and don't care


Is the security guard that stands between your home computer and the Internet an ACL?

No; the guard between your computer and the Internet is usually called a firewall. An ACL is an access control list, and it specifies which users/machines can access a resource.


What are two ways an IP address can be assigned to a PC?

you don't assign one yourself, persay... They are more or less assigned for you. With dialup connections, each time you connect to your ISP they give you a temporary IP to use while you are connected. When you disconnect, that IP is thrown back into a pool of other IP's and ready for the next person who connects.Broadband and higher connections use static IP's quite often because of their "always on" capabilities. Since they never disconnect they are going to be the only ones using it and are often assigned an IP by their provider/ISP. Once that IP is assigned they can use it to directly link websites, ftps, telnets, etc to a specific computer. In order to get it changed, you would have to contact the provider and talk with them.[Or, if you have been granted control of your own public network, you may do this directly by choosing and assigning an IP address within your "owned" public subnet to the machine(s) you choose. Beware that this means you need to handle your own "routing, switching and security (usually your own firewall)". JMH]We can assign ip address to the windows based computer using these steps .Click Start, click Control Panel, click '''Network and Internet Connections, and then click Network Connections.'''Right-click the network connection that is connected to the private ICS network, and then click Properties.On the General tab, click Internet Protocol (TCP/IP) in the '''This connection uses the following items list, and then click Properties.'''On the General tab, click '''Use the following IP address. Configure the entries as follows: #* IP Address: The IP address you chose for this client (for example, 192.168.0.100). #* Subnet Mask: 255.255.255.0 #* Default Gateway: 192.168.0.1 #* Click '''Use the following DNS server addresses, and then type 192.168.0.1 in the '''Preferred DNS server box.'''''' '''Click Advanced, and then click the DNS tab.In the '''DNS suffix for this connection box, type MSHOME.NET.'''Click OK.Click OK.:Any IP (Internet Protocol) address can be assigned to a Linux machine with a single step using the 'ifconfig' command. You must be 'root' user to issue this command. As is clearly illustrated by the lengthy, over complicated sequence of steps in the answer above, assigning two Internet Protocol addresses to a single Ethernet interface on a Linux host is refreshingly simple and elegant...ifconfig eth0 192.168.2.2 netmask 255.255.255.0To bring the interface up or down, in the example above, it is interface eth0,issue the command:ifconfig eth0 up orifconfig eth0 down No wonder Linux and it's BSD (Berkeley Software Distribution) counterparts arerunning the vast majority of the web servers on the Internet, besides the factLinux and friends are faster, more user friendly (IMHO anyway) and of course,far more reliable (not to mention more powerful).


What is a nested list?

A list within a list (or a list within another nested list).A list contains entries, which can be anything.Suppose those entries were lists themselves. Then they would be nested lists.

Related questions

What is the difference between dynamic implementation and linked list implemention?

The size or length of the list. For static, the size is a constant, while the size of a dynamic list may change over time. The 7 weekdays is static (in size/length, though the content is static as well), while the questions and answers at answers.com are 2 dynamic lists (the sizes are not constants, although just growing)


What is the difference between queues and circular queues?

A queue can use a dynamic array, or a linked list, but if using static memory, the queue becomes a circular queue because the underlaying data structure is a static circular array. This means the ends of the array are attached.


What is the difference between list and an outline?

What is the difference between a list and an outlin?


What is difference between a list and an outline?

What is the difference between a list and an outlin?


What is the difference between cost and list price?

whats the difference between cost and list?


In a statute what is the difference between the words 'means' and 'includes' when heading a list?

In a statute, what is the difference between the words 'means' and 'includes' when heading a list?


What is the difference between a static IP address and a dynamic IP address?

A static Ip is static - its always yours - your internet phone number if you like, a dynamic Ip is changed when you log on and is set by your ISP. If networking you need a static Ip. ISPs like AOL use dynamic Ips because they have a set number of addresses they can use and assign each user a new one as they need it, then when logged off it goes back into the "pool" to be used again when someone else logs on. Just because an Ip is dynamic does not mean its anonymous...


What is the difference between a numbered list and an outlined list?

The outlined number list has a hiearchy.


What is the difference between a numbered list and an outlined numbered list?

The outlined number list has a hiearchy.


What is the difference between the weather of Pakistan and UK what differences are there list them?

difference between the weather of pakistan and uk


Main difference between Array List and Vector in Java?

List is not sync'd as a vector is.


Difference between linear linked list and circular linked list?

LINEAR STRAIGHT CIRCULAR CURVED