Computer Science, asked by palak1316, 2 months ago

Match the following! please
Column A

1. Int

2. Long

3. Byte

4. Short

5. Float

6. Tool Bar

7. Caption

8. Print

9. Text Box

10. Hide

Column B

a) 32 bit integer data type

b) 32 bit single precision floating point data type

c) 16 bit short integers data type

d) 8 bit byte-length integer data type

e) 64 bit long integer data type

f) Makes the form invisible

g) provide quick access

h) Standard control

i) Provides the title of the form

j) Shows text string on the form​

Answers

Answered by jaisrimusic
1

Answer:

Explanation :Assume that the objects of the type short, float and long occupy 2 bytes, 4 bytes and 8 bytes, respectively. The memory requirement for variable t, ignoring alignment consideration, is:

22 bytes

14 bytes

18 bytes

10 bytes

Similar questions