Question
Computer Awareness Question on Computer Fundamentals or Terminologies
Match list I with List II. | List I (Data type)
| | List II (Descriptions)
---|---|---|---
A| CHAR(n)| I| Specifies character type data of length n where in could be any value from 0 to 225
B| VARCHAR(n)| II| Specifies character type data of length n Length where in could be any value from 0 to 225
C| INT| III| Specifies an integer value. Each of its value occupies 4 bytes of storage.
D| FLOAT| IV| Holds numbers with decimal point. Each its value occupies 4 bytes of storage.
Choose the correct answer from the option given below:
A
A-I, B-II, C-III, D-IV
B
A-II, B-I, C-IV, D-III
C
A-I, B-II, C-IV, D-III
D
A-II, B-I, C-IV, D-III
Answer
A-I, B-II, C-III, D-IV
Explanation
Solution
The correct option is(A): A-I, B-II, C-III, D-IV