
C-sharp-programming – programming-c-sharp – কুইজ মডেল টেস্ট অনুশীলন – 4
6838. Does in a debug build of an application, to find the line of code that caused an exception to be thrown which property of the Exception class to use___________
- Source
- StackTrace
- Message
- Data
6839. Is there any errors in following code this -> EmployeeMgmt constructor: Public int EmployeeMgmt { emp_id = 100; }___________.
- No errors
- Name
- Formal parameters
- Return type
6840. How to throw an exception if marshaling encounters an unmappable Unicode character that is converted to an ANSI character
- Set ThrowOnUnmappableChar = True ***
- Set ThrowOnmappableChar = False
- Set ThrowOnmappableChar = True
- Set ThrowOnUnmappableChar = False
6841. Which is NOT a.NET Exception class
- DivideByZeroException
- Exception
- StackMemoryException
- OutOfMemoryException
6842. Which of the following types of errors become visible when two or more modules are integrated
- Leakage errors
- Compatibility errors
- Integration errors
- Syntax errors
6843. Which is the bitwise operators cannot be applied to ___________.
- double
- uint
- byte
- int
6844. What is the correct method to optimize the following code block: for (i=0; i<100; i++) { a= a+ i; } for(i=0; i<100; i++) { b=b+i; }
- Use sentinel value
- Reduce work inside loops
- Remove unwanted parts of Loops
- Combining Loops
6845. What value a bool cannot have
- TRUE
- Bool is not a data type
- FALSE
- Any nonzero value
6846. Which of the following variable names is invalid
- @if
- $count
- count
- count27
6847. What type are byte and short promoted to in an expression
- int
- float
- short
- uint
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।