ADDRESS CHECK

Brand Owner (click to sort) Address Description
ADDRESSCHECK Berwyn Group, Inc. 23215 Commerce Park Drive Suite 215 Beachwood OH 44122 ADDRESS CHECK;Color is not claimed as a feature of the mark.;Locating and verification of the addresses of individuals derived from various sources and databases for business purposes;
ADDRESSCHECK Verisys Corporation 1001 N. Fairfax Street, Suite 640 Alexandria VA 22314 ADDRESS CHECK;Application service provider, namely, hosting, managing, developing, analyzing, and maintaining applications, software, and web sites, of others in the fields of healthcare, benefits programs, employee productivity, risk management;
 

Where the owner name is not linked, that owner no longer owns the brand

   
Technical Examples
  1. A memory system provides data error detection and correction and address error detection. A Single-byte Error-Correcting/Double-byte Error-Detecting (SbEC/DbED) code with the byte being a 4-bit nibble is used to detect up to 8-bit errors and correct data errors of 4 bits or less. Rather than generating address parity, which is poor at detecting even numbers of errors, a cyclical-redundancy-check (CRC) code generates address check bits. A 32-bit address is compressed to just 4 address check bits using the CRC code. The 4 address check bits are merged (XOR'ed) with two 4-bit nibbles of the data SbEC/DbED code to generate a merged ECC codeword that is stored in memory. An address error causes a 2-nibble mis-match due to the redundant merging of the 4 address check bits with 2 nibbles of data correction code. The CRC code is ideal for detecting even numbers of errors common with multiplexed-address DRAMs.