answersLogoWhite

0

data which can be stored easily.

- OR -

Typical data you enter into a computer system which satisfies the validation and verification rules in place.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Computer Science

What is the typical order of n in algorithms and data structures?

In algorithms and data structures, the typical order of n is O(n), which represents linear time complexity. This means that the time taken to process data increases linearly with the size of the input.


Why do paging systems need to provide low data rate?

Due to its low data rate, the signal BW is only around 5 to 10kHz. The sensitivity of a typical pager can comes to -130dBm. Meanwhile, since paging service is normally one-way, the transmitter can be very high in power level. They are typical around 100 to 500W and build on mountain high. So that's why the coverage is large.


What is data center?

A data center is a central area where digital information is processed, stored, and delivered from. A typical data center is physically and digitally secured to protect data, air and humidity conditioned to protect hardware, connected by network connections to transfer large amounts of data, typically including routers and load balancing devices, and containing a number of "application servers" for storing, processing, and retrieving data. The entire point of a data center is to store all of the data in one physical area, which is easier to manage, more efficient (and thus, less costly), and easier to back up.


Which OSI layer is responsible for building and tearing down packets?

Every layer add its relevant data, (required for various typical operations such as identify packet location, sender/ receiver addresses, App. ports, etc) along with actual data to transmit. Where as, every activities related to Packet is typically being performed in Network Layer/ IP layer.


What is a data dictionary in software engineering?

Data dictionary is a set of meta-data which contains the definition and representation of data elements.It gives a single point of reference of data repository of an organization.Data dictionary lists all data elements but does not say anything about relationships between data elements.