Computer Science Fundamentals
To locate the exact location of data in memory, we need the starting address of the segment, which is found in the DS register and an offset value. This offset value is also called?
Effective Address
Direct offset address
Memory address
General Address
Effective Address
When operands are specified in memory addressing mode, direct access to main memory, usually to the data segment, is required. This way of addressing results in slower processing of data. To get the exact location of data in memory, we need segment start address, which is found in the DS register and an offset value. This offset value is called an effective address.
Effective Address When operands are specified in memory addressing mode, direct access to main memory, usually to the data segment, is required. This way of addressing results in slower processing of data. To get the exact location of data in memory, we need segment start address, which is found in the DS register and an offset value. This offset value is called an effective address.
Related posts
Which of the following is not a microprocessor?A. Z8000
B. Motorola 6809
C. Zilog Z8
D. PIC1x
A parallelism based on increasing processor word size.
A. Increasing
B. Count based
C. Bit based
D. Bit level
A decoder is required in case of a ______________
A. Vertical Microinstruction
B. Horizontal Microinstruction
C. Multilevel Microinstruction
D. All types of microinstructions
Which of the following statements define Computer Graphics?
A. It refers to designing plans
B. It means designing computers
C. It refers to designing images
D. None of the mentioned
A data structure that follows the FIFO principle.
A. Queue
B. LL
C. Stack
D. Union
Which operation is shown in the following expression: (X+Yโ).(X+Z).(Zโ+Yโ)
A. NOR
B. ExOR
C. SOP
D. POS
The process in which a file is partitioned into smaller parts and different parts are stored in different disks is ____________
A. RAID
B. Mirroring
C. Stripping
D. RAID classification
Leave a Reply