answersLogoWhite

0

What is Segment data?

Updated: 11/21/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is Segment data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is data segment memory and code segment memory?

Code Segment, in which all the application code is stored Data Segment, that holds the global data


What is the example of segment register?

There are four segment registers on the 8086 and 8088. These are CS (code for code), DS (data segment), ES (extra data segment), and SS (stack segment).


Where are global variables tored?

In a segment of memory, whose name is 'data segment'


Where the static variables are stored?

initialize static variables are stored in data segment where uninitialized static variables are stored in BSS(block storing for Symbol) it also a part of data segment exp static int i=10;//stored in data segment static int i;//stored in BSS (uninitialized data segment) Thanks NAvin


How much data runs to a hub?

All data on that network segment.


What is the segment of the data bus that connects RAM to the processor?

The usage of "segment" and "data bus" in the question appears inconsistent, and does not completely make sense. If you mean the data segment in the 8086/8088, then this is the region of memory mapped by the Data Segment (DS) register, usually reserved for operands in memory. If you are talking about the 8085, then the question does not make sense at all.


What does the computer term bits packet frame segment data mean and in what layer they belong?

Telegrams are sent in data packets. Bits packet frame segment data mean data packet and they belongs to Data link layer. Bye.


What are the different types of segment register?

The code segment (CS) register is used for access to program code. The data segment (DS) register is used for access to data. The extra segment (ES) register is used for access to data during certain string primitive operations. The stack segment (SS) register is used for access to stack data.Any of these implied uses can be overridden with a segment override prefix opcode.


What is .model small in 8086?

One code-segment. One data-segment. Thus neither code nor data may be greater than 64K


How does memory segmentation increase processors speed?

The segmentation function maintains a segment table that includes physical addresses of the segment, size, and other data. Segmentation speeds up a computer's information retrieval by assigning related data into a “segment table” between the CPU and the physical memory.


Difference between code segment and data segment of an instruction?

In the 8086/8088 microprocessor, the code segment is used to fetch the opcode and any additional instruction bytes that might be part of the instruction, while the data segment is used to fetch and/or store any operand bytes that the instruction requires to be manipulated.This is in the case of no segment override prefix.


Is IP encapsulated data referred to as a segment?

Yes. Encapsulated data that moves through a packet is referred to as a segment. A packet is a bundle of information sent across a network in a structured fashion.