answersLogoWhite

0

What else can I help you with?

Related Questions

What are the different addressing schemes used in networking?

MAC addressing. IP addressing. port addressing. specific address.


What is the present participle of address?

Addressing is the present participle of address.


What is number addressing system?

Every TCP/IP network requires a unique network number and every host on TCP/IP requires a unique IP address. The system that takes care of this is called number addressing system.


Which Addressing scheme is formed by mac address?

Flat


When addressing an envelope the return address is placed in the center right of the envelope?

When addressing a standard envelope, the correct location for the return address is the upper left corner of the envelope.


What is an effective address?

the address that is obtained by applying any specified indexing or indirect addressing rules to specified address


What is Direct Addressing in computer systems architecture?

Direct Addressing in computer systems architecture is when the number in the address field of the instruction is the actual memory address to be accessed.


When addressing a letter in care of is that the person you want to receive the letter or the person residing at that address?

The C/O is the person residing at the address. Example: John Smith C/O Pocahontas Rolfe 1234 Notta Real St. Jamestown, VA 58401 The letter is being mailed to Pocahantas' address, but is intended to be given to John Smith. It is in her care to give to him.


How do you xxplain the types of memories?

Each instruction of a computer specifies an operation on certain data. The are various ways of specifying address of the data to be operated on. These different ways of specifying data are called the addressing modes. The most common addressing modes are:Immediate addressing modeDirect addressing modeIndirect addressing modeRegister addressing modeRegister indirect addressing modeDisplacement addressing modeStack addressing modeTo specify the addressing mode of an instruction several methods are used. Most often used are :a) Different operands will use different addressing modes.b) One or more bits in the instruction format can be used as mode field. The value of the mode field determines which addressing mode is to be used.The effective address will be either main memory address of a register.Immediate Addressing:This is the simplest form of addressing. Here, the operand is given in the instruction itself. This mode is used to define a constant or set initial values of variables. The advantage of this mode is that no memory reference other than instruction fetch is required to obtain operand. The disadvantage is that the size of the number is limited to the size of the address field, which most instruction sets is small compared to word length.INSTRUCTIONOPERANDDirect Addressing:In direct addressing mode, effective address of the operand is given in the address field of the instruction. It requires one memory reference to read the operand from the given location and provides only a limited address space. Length of the address field is usually less than the word length.Ex : Move P, Ro, Add Q, Ro P and Q are the address of operand.Indirect Addressing:Indirect addressing mode, the address field of the instruction refers to the address of a word in memory, which in turn contains the full length address of the operand. The advantage of this mode is that for the word length of N, an address space of 2N can be addressed. He disadvantage is that instruction execution requires two memory reference to fetch the operand Multilevel or cascaded indirect addressing can also be used.Register Addressing:Register addressing mode is similar to direct addressing. The only difference is that the address field of the instruction refers to a register rather than a memory location 3 or 4 bits are used as address field to reference 8 to 16 generate purpose registers. The advantages of register addressing are Small address field is needed in the instruction.


A microprocessor with 12 address lines is capable of addressing?

A microprocessor with 12 address lines is capable of addressing 4096 locations in memory. The Intel 4004 and the DEC PDP-8 are examples of processors with 12 address lines.


What is addressing in networking?

The Logical address is what we assign to the Network device to identify. for example IP Address.


What is effective address or offset?

the address that is obtained by applying any specified indexing or indirect addressing rules to specified address