answersLogoWhite

0

ulol ulol look at the dictionary

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

What mode must be in to configure IP address on a Cisco router?

interface mode


How do you get the mode when there all different numbers?

There is no mode if all of the numbers are different.


Quality criteria and specification of different of different capturing devices of multimedia?

i dont have a answer


What is the different between General Specifications and particular specification?

General Specifications•General specification are written•General Specification may include:General site requirement- Health and safety- Measures against environmental pollution- Security measuresParticular Specification•It contains particular specification.•Example :- Strength and other properties of steel- Strength of concrete- Specification of bricks- Specification of electrical itemsEtc.


What's the specification of it?

A specification often refers to a set of documented requirements to be satisfied by a material, design, product, or service. A specification is often a type of technical standard. There are different types of technical or engineering specifications, and the term is used differently in different technical contexts.


What is register indirect addressing mode in 8086?

In the 8086 microprocessor, register indirect addressing mode is a method of accessing data in memory using a register to hold the address of the data. In this mode, the effective address of the operand is provided by a register, such as BX, SI, or DI. This allows for flexible data manipulation, as the contents of the register can be easily modified to point to different memory locations. This addressing mode is particularly useful for operations on arrays and data structures.


When port security is enabled a switch port uses the default violation mode of until specifically configured to use a different violation mode?

Yes, By default port security is disabled on a Cisco switch. If it is enabled the default violation mode is shutdown with a maximum MAC address count of 1. Even if port-security is enabled it will not place a port into the shutdown state until either MAC address sticky or a static MAC address is configured on the port.


How do you find the mode for five different numbers?

If all the members of a set are different values, there is no mode.


What 4 steps of the butterfly lifecycle?

There are quite a few steps in specification for a butterfly. The first is to address the coloration and pattern.


How much are the Corner Cube Retroreflectors?

The price is related with different size and specification you want? Different requirement, different cost, different price.


How much are the Dispersion Prisms?

The price is related with different size and specification you want?


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.