adplus-dvertising
frame-decoration

Question

When a value is converted from one data type to another and can store numbers with less precision, the value is said to be __________

a.

Demoted

b.

Promoted

c.

Exported

d.

Converted

Answer: (a).Demoted

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. When a value is converted from one data type to another and can store numbers with less precision, the value is said to be __________

Similar Questions

Discover Related MCQs

Q. When a value is converted from one data type to another and can store numbers with greater precision, the value is said to be __________

Q. __________ is used to fit the value of the data type to that of the memory location, implicitly.

Q. __________ ensures every variable and named constant is declared with a data type.

Q. __________ prevents you from using undeclared variable in your code.

Q. In Visual Basic, if you keep a variable undeclared, it is automatically taken as___________ data type.

Q. To declare a class-level named constant you declare it as __________

Q. Unintentional errors in application by declaring variables can be reduced by __________

Q. Using a named constant is advantageous because to change a value in future, change __________

Q. What is wrong with the expression “static dblPi AsDouble ”?

Q. What is wrong with the expression “const dblPi As Double = 3.141593”?

Q. Named constants are used because __________

Q. A __________ cannot change its value while the application is running.

Q. Static variable can only be used in the __________ in which it is declared.

Q. __________ is a variable that remains in memory, and retains its value even after the procedure declaring it ends.

Q. Two procedures can have procedure-level variable whose names are same.

Q. A procedure-level variable is declared using ____________ keyword.

Q. A class-level variable is declared using ______________ keyword.

Q. Lifetime of a class-level variable is till ________________

Q. When you declare a variable in the form’s declaration section, it is called as ______________

Q. Variables declared in a block have _____________ scope.