#1
Which of the following is a floating-point data type in most programming languages?
#2
In most programming languages, what is the default type for floating-point literals?
#3
What is the default size of a 'double' data type in many programming languages?
#4
What does the term 'NaN' stand for in the context of floating-point arithmetic?
#5
Which programming languages commonly use the 'float' data type for floating-point numbers?
#6
What does IEEE 754 standard define regarding floating-point representation?
#7
In a floating-point literal, what does 'e' or 'E' represent?
#8
Which of the following statements about floating-point arithmetic is true?
#9
What is the main advantage of using floating-point data types over fixed-point data types?
#10
In floating-point representation, what does the 'mantissa' refer to?
#11
What is the significance of 'NaN' in floating-point arithmetic?
#12
What is the term for the smallest positive floating-point value representable in a given data type?
#13
Which of the following is not a valid floating-point representation?
#14
What is the term used to describe the loss of significance that can occur when subtracting two nearly equal floating-point numbers?
#15