java-threads – programming-java – কুইজ মডেল টেস্ট অনুশীলন – 15
7887. Observe the following JavaScript code – if (!("a" in window)) { var a = 1;} alert(a); What does the alert statement output
- NULL
- 1
- No output is given
- undefined
7888. Observe the following JavaScript code – var n1 = "10",n2 = "7"; What is the value of +n1 < n2
- FALSE
- Insufficient information
- Compiler error
- TRUE
7889. What does the following expression returns Math. round(-20.51) =
- 20
- 19
- -21
- None
7890. In JavaScript, which method is used to evaluate the regular expression
- calculate
- evaluate
- eval
- expression
7891. Observe the following JavaScript code – var n1 = "10",n2 = "7"; What is the value of n1 + n2
- 17
- 107
- 10
- 7
7892. Observe the following JavaScript code – var n1 = 15,n2 = 10, result = n1+++n2; What is the value of result
- 26
- 25
- Error during execution
- 20
7893. What is the output of following JavaScript code <script type="text/javascript"> x=3+"3"; document.write(x); </script>
- 6
- Error during execution
- 3
- 33
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।
0 responses on "java-threads - programming-java - কুইজ মডেল টেস্ট অনুশীলন - 15"