What is the difference between
(a) the .data section and .bss section? (b) the .ascii and .asciz directives? (c) the .word and the .long directives?
Answer:
The.data section- The smallest unit of an object file is a section. A section is a block of data that occupy contiguous space in the memory map. Each section of an object is separate and distinct. It usually contains initialized data. The .data section is normally used to contain tables of data or pre-initialized variables-
.bss section- While bss refers to uninitialized global and static objects. Bss is used by a number of compilers and linkers for the portion of executable containing variables which is statically-allocated, are not explicitly initialized to any value. It refers to the bss section.
.ascii directives- Assembles each string from the list into successive locations. The .ascii directive does not add the string with null characters. You must put double quotation marks (“) around each string.
.acsiiz directives- Assembles each string in the list into successive locations and adds a null character.
.word- .word directive initializes 16-bit integers. Each value is placed in a 16-bit word by itself and aligned on a word boundary.
.long directive- .long directive initialize 32-bit integer. An expression that the assembler evaluates and treats as a 32 –bit signed or unsigned number
What is the difference between (a) the .data section and .bss section? (b) the .ascii and...
Question#1 1. What is the difference between a BSS and an ESS? 2. Discuss the three types of mobility in a wireless LAN. Question#2 A network using CSMA/CD has a bandwidth of 10 Mbps. If the maximum propagation time (Including the delays in the devices and ignoring the time needed to send a jamming signal, as we see later) is 25.611US, what is the minimum size of the frame? Question#3 Assume that, in a Stop-and-Wait ARQ system, the bandwidth of...
ASCII (American Standard Code for Information Interchange) is a coding system that can be used to represent characters. Explain how ASCII is used to represent text in a computer system. Unicode is also used to represent text in a computer system. Explain the difference between the character sets of Unicode and ASCII Convert the word CAB into binary using the ASCII character set. What character string does the binary ASCII code. 01010011 01000101 01010101
Consider the word DOG. a. What would the hexadecimal representation of this word be in ASCII? b. What would the binary representation of this word be in ASCII? c. If we rotated the bits that represent this word 8 bits to the right, what would the word become (in letters)? d. If we rotated the bits that represent DOG 8 places to the left, what would the word become (in letters)? e. What would the results be (in letters) if...
A. What is the difference between homomorphic and heteromorphic chromosomes? B. What is the difference between homogametic and heterogametic sexes? C. Relate these terms to human sex determination.
36. What is a difference between a traditional Section 401(k) and a Section 401(k) plan established as part of a SIMPLE? A. The SIMPLE 401(k) may not include loan or hardship withdrawal provisions similar to the traditional Section 401(k). B. The SIMPLE 401(k) does not require a mandatory employer contribution, unlike a traditional Section 401(k). C. The elective deferral amounts that are possible in a SIMPLE 401(k) are greater than those permitted in the traditional Section 401(k) plan form. D....
What are the difference between a woody eudicot stem and a herbaceous stem in cross section?
What is the main difference between a bar chart and a histogram to display data? a. Bars in a bar chart have space between responses, where histograms have no space between bars because the variables are ordinal (ordered). b. A bar chart displays descriptive statistics, where a histogram does not. statistics re a histogram does not. C. A bar chart should be used for ordinal data, a histogram should be used for dichotomous data. d. There is no difference between...
help
a. What is the difference between a long and short term asset. 1 b. What is the difference between an tangible and intangible asset? 1
What is the difference between P(A|B) and P(A|B=x)? What is the difference between RVs and events?
1. How many different characters could be encoded using a six-bit code? 2. What is the numerical difference between ASCI a and ASClI 'AN if you treaj them as hexadecimal (hex) numbers? 3. The ASCII codes for the characters 'O' through '9' are what hex numbers? If an asynchronous frame is used to send ASCII characters in the form of bytes (8 bits), what is the shortest time it could take to send 1000 characters if each bit in a...