Sie sind auf Seite 1von 7

1. What are program-visible registers?

Program visible register are


the registers that are directly used in an instruction.
Que son los registradores visibles para el programa? Los
registros visibles del programa son los registros que se utilizan
directamente en una instruccin.
2. The 80286 addresses registers that are 8 and 16 bits wide.
El 80286 direcciona registradores que son de 8 y de 16 bits
de ancho.
3. The extended registers are addressable by which
microprocessors? The 80386 through the Core2.
Cuales microprocesadores pueden direccionar los
registradores extendidos? El 80386 a travs del Core2.
4. The extended BX register is addressed as EBX .
El registrador extendido BX se direcciona como EBX .
5. Which register holds a count for some instructions? CL, CX,
CH, ECX, or RCX.
Cual registrador guarda la cuenta para algunas instrucciones?
CL, CX, CH, ECX o RCX.
6. What is the purpose of the IP/EIP register? Holds the offset
address of the next step in the program.
Cul es el propsito del registrador IP/EIP? Sostiene la direccin
de desplazamiento del siguiente paso en el programa.
7. The carry flag bit is not modified by which arithmetic
operations? INC and DEC.
Cuales son las operaciones aritmticas que no modifican el bit
de bandera de acarreo? INC y DEC.
8. Will an overflow occur if a signed FFH is added to a signed
01H? No, if you add +1 and 1 you have zero, which is a valid
number.
Ocurrira un desbordamiento si se suma un FFH con signo a
un 01H con signo? No, si se agrega +1 y -1 se tiene cero, que es
un nmero vlido.
9. A number that contains 3 one bits is said to have odd
parity.
Se dice que un numero que contiene 3 bits uno tiene peridad
impar .
10.
Which flag bit controls the INTR pin on the
microprocessor? The I-flag.
Cual bit de bandera controla la terminal INTR en el
microprocesador? La bandera I.
11.
Which microprocessors contain an FS segment register?
The 80386 through the Core2.
Cuales microprocesadores contienen un registrador de
segmento FS? El 80386 a travs del Core2.
12.
What is the purpose of a segment register in the real
mode operation of the microprocessor? The segment register
addresses the lowest address in a 64K memory segment.
Cual es el proposito de un registrador de segmento en la
operacin en modo real del microprocesador? El registrador de
segmento se direcciona a la direccin ms baja en un segmento de
memoria de 64K.

13.
In the real mode, show the starting and ending
addresses of each segment located by the following segment
register values:
(a) 1000H 10000H1FFFFH
(b) 1234H 12340H2233FH
(c) 2300H 23000H32FFFH
(d) E000H E0000HEFFFFH
(e) AB00H AB000HBAFFFH
En el modo real, muestre las direcciones inicial y final de cada
segmento localizado por los siguientes valores del registro de
segmento:
(a) 1000H 10000H1FFFFH
(b) 1234H 12340H2233FH
(c) 2300H 23000H32FFFH
(d) E000H E0000HEFFFFH
(e) AB00H AB000HBAFFFH
14.
Find the memory address of the next instruction
executed by the microprocessor, when operated in the real
mode, for the following CS:IP combinations:
(a)CS = 1000H and IP = 2000H
12000H
(b)CS = 2000H and IP = 1000H
21000H
(c) CS = 2300H and IP = 1A00H
24A00H
(d)CS = 1A00H and IP = B000H
25000H
(e)CS = 3456H and IP = ABCDH
3F12DH
Encuentre la direccin en memoria de la siguiente instruccin
ejecutadapor el microprocesador, cuando opera en el modo
real, para las siguientes combinaciones de CS:IP:
(a)CS = 1000H and IP = 2000H
12000H
(b)CS = 2000H and IP = 1000H
21000H
(c) CS = 2300H and IP = 1A00H
24A00H
(d)CS = 1A00H and IP = B000H
25000H
(e)CS = 3456H and IP = ABCDH
3F12DH
15.
Real mode memory addresses allow access to memory
below which memory address? 100000H.
Las direcciones de memoria en modo real permiten el acceso
a la memoria que esta debajo de cual direccin de memoria?
100000H.
16.
Which register or registers are used as an offset
address for the string instruction destination in the
microprocessor? DI.
Que registrador o registradores se utilizan como una
direccin de desplazamiento para el destino de la instruccin
de cadena en el microprocesador? DI.
17.
Which 32-bit register or registers are used to hold an
offset address for data segment data in the Pentium 4
microprocessor? EAX, EBX, ECX, EDX, EBP, ESI, and EDI.
Que registrador o registradores de 32 bits se utilizan para
guardar una direccin de desplazamiento para los datos del
segmento de datos en el microprocesador Pentium 4? EAX,
EBX, ECX, EDX, EBP, ESI, and EDI.

18.
The stack memory is addressed by a combination of the
SS segment plus either SP or ESP offset.
La memoria de pila se direcciona mediante una combinacin
del segmento SS mas el desplazamiento SP o ESP.
19.
If the base pointer (BP) addresses memory, the Stack
segment contains the data.
Si el apuntador base (BP) direcciona memoria, el segmento
Stack contiene los datos.
20.
Determine the memory location addressed by the
following real mode 80286 register combinations:
(a)DS = 1000H and DI = 2000H
12000H
(b)DS = 2000H and SI = 1002H
21002H
(c) SS = 2300H and BP = 3200H
26200H
(d)DS = A000H and BX = 1000H A1000H
(e)SS = 2900H and SP = 3A00H
2CA00H
Determine la posicin de memoria que se direcciona mediante
las siguientes combinaciones de registradores del 80286 en
modo real:
(a)DS = 1000H and DI = 2000H
12000H
(b)DS = 2000H and SI = 1002H
21002H
(c) SS = 2300H and BP = 3200H
26200H
(d)DS = A000H and BX = 1000H A1000H
(e)SS = 2900H and SP = 3A00H
2CA00H
21.
Determine the memory location addressed by the
following real mode Core2 register combinations:
(a)DS = 2000H and EAX = 00003000H
23000H
(b)DS = 1A00H and ECX = 00002000H
1C000H
(c) DS = C000H and ESI = 0000A000H
CA000H
(d)SS = 8000H and ESP = 00009000H
89000H
(e)DS = 1239H and EDX = 0000A900H
1CC90H
Determine la posicin de memoria que se direcciona mediante
las siguientes combinaciones de registradores del Core2 en
modo real:
(a)DS = 2000H and EAX = 00003000H
23000H
(b)DS = 1A00H and ECX = 00002000H
1C000H
(c) DS = C000H and ESI = 0000A000H
CA000H
(d)SS = 8000H and ESP = 00009000H
89000H
(e)DS = 1239H and EDX = 0000A900H
1CC90H
22.
Protected mode memory addressing allows access to
which area of the memory in the 80286 microprocessor? All
16M bytes.
A cual rea de la memoria permite el acceso el
direccionamiento de memoria en modo protegido en el
microprocesador 80286? A todos los 16M bytes.
23.
Protected mode memory addressing allows access to
which area of the memory in the Pentium 4 microprocessor?
Any location in the memory system.
A cual rea de la memoria permite el acceso el
direccionamiento de memoria en modo protegido en el

microprocesador Pentium 4? Cualquier rea en el sistema de


memoria.
24.
What is the purpose of the segment register in
protected mode memory addressing? The segment register is a
selector that selects the descriptor from a descriptor table. It also sets
privilege level of the request and chooses either the global or local
table.
Cual es el proposito del registrador de segmento en un
direccionamiento de memoria en modo protegido? El
registrador de segmentos es un selector que selecciona el descriptor
de una tabla de descriptor. Tambin establece el nivel de privilegio de
la solicitud y elige la tabla global o local.
25.
How many descriptors are accessible in the global
descriptor table in the protected mode? 8,192.
Cuantos descriptores son accesibles en la tabla de
descriptores globales en modo protegido? 8,192.
26.
For an 80286 descriptor that contains a base address of
A00000H and a limit of 1000H, what starting and ending
locations are addressed by this descriptor? A00000H
A01000H.
Cuales son las posiciones inicial y final que se direccionan
sobre la base deun descriptor del 80286 que contiene un
direccin base de A00000H y un lmite de 1000H? A00000H
A01000H.
27.
For a Core2 descriptor that contains a base address of
01000000H, a limit of 0FFFFH, and G = 0, what starting and
ending locations are addressed by this descriptor? 01000000H
0100FFFFH.
Cuales son las posiciones inicial y final que se direccionan
sobre la base deun descriptor del Core2 que contiene un
direccin base de 01000000H y un lmite de 0FFFFH y G=0?
01000000H0100FFFFH.
28.
For a Core2 descriptor that contains a base address of
00280000H, a limit of 00010H, and G = 1, what starting and
ending locations are addressed by this descriptor?
00280000H00290FFFH.
Cuales son las posiciones inicial y final que se direccionan
sobre la base deun descriptor del Core2 que contiene un
direccin base de 00280000H y un lmite de 00010H y G=1?
00280000H00290FFFH.
29.
If the DS register contains 0020H in a protected mode
system, which global descriptor table entry is accessed? 4.
Si el registrador DS contiene 0020H en un sistema en modo
protegido, Qu tabla de descriptores globales es la que se
accesa? 4.
30.
If DS = 0103H in a protected mode system, the
requested privilege level is
3.
Si DS = 0103H en un sistema en modo protegido, el nivel de
privilegio solicitado es 3.

31.
If DS = 0105H in a protected mode system, which entry,
table, and requested privilege level are selected? Descriptor
20H, local table, a privilege ring 1.
SI DS = 0105H en un sistema en modo protegido, Qu
entrada, tabla y nivel de privilegio solicitado se seleccionan?
Descriptor 20H, tabla local, un anillo de privilegios 1.
32.
What is the maximum length of the global descriptor
table in the Pentium 4 microprocessor? 64K.
Cual es la mxima longitud de la tabla de descriptores
globales en el microprocesador Pentium 4? 64K.
33.
Code a descriptor that describes a memory segment
that begins at location 210000H and ends at location
21001FH. This memory segment is a code segment that can
be read. The descriptor is for an 80286 microprocessor.

34.
Code a descriptor that describes a memory segment
that begins at location 03000000H and ends at location
05FFFFFFH. This memory segment is a data segment that
grows upward in the memory system and can be written. The
descriptor is for a Pentium 4 microprocessor.
0000
1001
0000
0010

0011
0010
0000
1111

1101
0000
0000
1111

0000
0000
0000
1111

35.
Which register locates the global descriptor table?
GDTR.
Que registro localiza la tabla de descriptores globales? GDTR.
36.
How is the local descriptor table addressed in the
memory system? Through a descriptor stored in the global table.
Como se direcciona la tabla de descriptores locales en el
sistema de memoria? A travs de un descriptor almacenado en la
tabla global.
37.
Describe what happens when a new number is loaded
into a segment register when the microprocessor is operated
in the protected mode. The internal cache is loaded with the base
address, offset address, and access rights byte.
Describa lo que ocurra cuando se carga un nuevo numero en
un registro de segmento cuando el microprocesador se opera
en el modo protegido. La cach interna se carga con la direccin
base, la direccin de desplazamiento y el byte de derechos de acceso.
38.
What are the program-invisible registers? The program
invisible registers are the cache portions of the segment registers and
also the GDTR, LDTR, and IDTR registers.
Que son los registradores invisibles para los programas? Los
registradores invisibles del programa son las porciones de cach de
los registradores de segmentos y tambin los registradores GDTR,
LDTR e IDTR.

39.
What is the purpose of the GDTR? The GDTR address the
Global Descriptor Table.
Cual es el proposito del GDTR? El GDTR direcciona la Tabla Global
de Descriptor.
40.
How many bytes are found in a memory page? 4K.
Cuantos bytes hay en una pagina de memoria? 4K.
41.
What register is used to enable the paging mechanism
in the 80386, 80486, Pentium, Pentium Pro, Pentium 4, and
Core2 microprocessors? 4,096.
Que registro se utiliza para habilitar el mecanismo de
paginacin en los microprocesadores 80386, 80486, Pentium,
Pentium Pro, Pentium 4, y Core2? 4,096.
42.
How many 32-bit addresses are stored in the page
directory? 1024.
Cuantas direcciones de 32 bits se almacenan en el directorio
de paginas? 1024.
43.
Each entry in the page directory translates how much
linear memory into physical memory? 4M.
Cuanta memoria lineal traduce cada entrada en el directorio
de paginas en memoria fsica? 4M.
44.
If the microprocessor sends linear address 00200000H
to the paging mechanism, which paging directory entry is
accessed, and which page table entry is accessed? Entry zero
or the first entry.
Si el microprocesador enva la direccin lineal 00200000H al
mecanismo de paginacion, Qu entrada de directorio de
paginacion se accesa y que entrada de tabla de paginas se
accesa? Entrada cero o la primera entrada.
45.
What value is placed in the page table to redirect linear
address 20000000H to physical address 30000000H?
30000000H.
Que valor se coloca en la tabla de paginas para redirigir la
direccin lineal 20000000H a la direccin fsica 30000000H?
30000000H.
46.
What is the purpose of the TLB located within the
Pentium class microprocessor? The TLB caches the most recent
memory accesses through the paging mechanism.
Cual es el proposito de TLB ubicado dentro del
microprocesador de la clase Pentium? El TLB almacena en cach
los accesos de memoria ms recientes a travs del mecanismo de
paginacin.
47.
Using the Internet, write a short report that details the
TLB. Hint: You might want to go to the Intel Web site and
search for information.
Mediante el uso del Internet, escriba un informe breve en el
que se detalle el TLB. Sugerencia: tal vez sea conveniente que
visite el sitio web de Intel y busque informacin.
48.
Locate articles about paging on the Internet and write a
report detailing how paging is used in a variety of systems.
Localice artculos sobre paginacion en Internet y escriba un
informe en el que detalle como se utiliza la paginacion en una
variedad de sistemas.

49.
What is the flat mode memory system? The flat mode
memory system is used with 64-bit operation of the Core2.
Qu es el sistema de memoria en modo plano? El sistema de
memoria de modo plano se utiliza con el funcionamiento de 64 bits
del Core2.
50.
A flat mode memory system in the current version of the
64-bit Pentium 4 and Core2 allow these microprocessors to
Access 1T bytes of memory.
Un sistema de memoria de modo plano en la versin actual
del Pentium 4 de 64 bits y Core2 permiten a estos
microprocesadores acceder a 1T bytes de memoria

Das könnte Ihnen auch gefallen