Computer Science, asked by YASHU3946, 10 months ago

WHAT IS THE MAXIMUM NUMBER OF CHARACTER THAT CAN BE USED TO DEFINE A FIELD NAME A) 62 B) 64 C)46

Answers

Answered by s287328
28

Answer:

64

Explanation:

a field name can range from 1- 64 charecters

Answered by priyarksynergy
3

B) 64

Explanation:

  • A field is used to store the data in the form of binary numbers as bits.
  • The field can store data in the power of 2s.
  • The field can store data as 2^{2}, 2^{3},2^{4}, etc.
  • Here, the correct answer is 64 since it is the power of 2 i.e. 2^{6}.
  • The maximum number of character that can be used to define a field are 64.
Similar questions