VB.Net MCQ Quiz Hub

VB.Net Mcq Question Set 4

Choose a topic to test your knowledge and improve your VB.Net skills

1. The __________ in a flowchart is called input/output symbol.




2. The lines connecting the symbols in a flowchart are called as ______




3. A __________ is defined as a zero or more characters enclosed in quotation marks.




4. The __________ statement in pseudocode acts like loop.




5. The __________ statement is used to assign a value to a property of an object.




6. An arithmetic expression contains one or more _____




7. The __________ numbers indicate the order in which the computer performs the operation in an expression.




8. You can use __________ to override the order of precedence.




9. ________ and __________ operators use same symbol.




10. Unary and Binary refer to the number of __________ needed by the operator.




11. When an expression contains more than one operator with same priority, then they are evaluated according their ______




12. The __________ operator is used to divide two integers.




13. The __________ operator returns the remainder of the division.




14. To include a percentage in arithmetic operators we use ____




15. The __________ operator is commonly used to determine whether a number is even or odd.




16. ______ data is a data that the application is expecting the user to enter.




17. ______ refers to the process of locating and correcting errors.




18. Errors are called as __________ in a program.




19. A __________ occurs when you break the rules of the language.




20. A __________ occurs while forgetting to enter an instruction, or entering the instruction in wrong order.




21. ____ the documentation refers to putting the documentation in a safe place.




22. A __________ is a predefined procedure that performs a specific task.




23. The __________ function temporarily converts the string to a number and then returns the number.




24. _______ is used to improve the appearance of numbers in an interface.




25. A suggestion for fixing the error appears in the _____




26. ______ is used to store temporary data by programmers.




27. ______ determines the type of data stored in a variable.




28. ______ is the universal coding scheme for characters.




29. ”dblMy Age “what is the problem with this variable name?




30. Declaring a variable tell the computer to allocate a memory space that can be accessed by the variable name. The size of the memory space depends on?




31. _____ data type can store any type of data.




32. String data type can store from zero to ___________ Unicode characters.




33. The range of Integer data type is ______ to _______




34. The Char data type can store _______




35. The variable name is also termed as ________




36. An __________ statement is used to assign a value to an existing variable.




37. A __________ is an item of data whose values do not change while the application is running.




38. The data type of the value assigned should be same as ______




39. The string literal are enclosed in ______




40. While entering a numeric literal constant you need not enter a _____




41. A __________ forces a literal constant to assume a data type other than the one its form indicates.




42. A variable can store __________ value at a time.




43. The __________ method converts a string to a number.




44. If the tryparse method determines that the string cannot be converted to the data type, it assigns __________ to the variable.




45. To covert a number from one data type to another, you use the _____




46. A variable’s ______ indicates where the variable can be used in an application code.




47. A variable’s ______ indicates how long the variable stays in the computer’s internal memory.




48. Variables declared in a form’s declaration section have _____________ scope.




49. Variable declared in a procedure have ______________ scope.




50. Variables declared in a block have _____________ scope.