#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
Which term is used to describe the situation where a floating-point number cannot precisely represent a decimal number?
#12
What is the term for the loss of precision that occurs when converting a larger floating-point type to a smaller one?
#13
Which of the following is a common representation for positive infinity in floating-point arithmetic?
#14
What is the purpose of the 'NaN' (Not a Number) value in floating-point arithmetic?
#15
Which of the following is true about the 'float' and 'double' data types in terms of storage size?
#16
Which of the following is an advantage of using floating-point numbers for scientific calculations?
#17
What is the significance of 'NaN' in floating-point arithmetic?
#18
What is the term for the smallest positive floating-point value representable in a given data type?
#19
Which of the following is not a valid floating-point representation?
#20
What is the term used to describe the loss of significance that can occur when subtracting two nearly equal floating-point numbers?
#21
Which of the following is a common method for comparing floating-point numbers due to precision issues?
#22
What is the role of the 'epsilon' value in the context of floating-point comparison?
#23
In the context of floating-point numbers, what does the term 'normalized' mean?
#24
Which of the following is a potential issue when using floating-point numbers for financial calculations?
#25