
java-threads – programming-java – কুইজ মডেল টেস্ট অনুশীলন – 16
7894. If x=103 & y=9 then x%=y , what is the value of x after executing x%=y
- 2
- 3
- 5
- 4
7895. A for loop has how many semi-colon separated statements controlling it
- 3
- 1
- 4
- 2
7896. Observe the following JavaScript code – var text = "Hello world!"; What is the value of text.substr(1,4)
- "Hello"
- "ell"
- "ello"
- "Hell"
7897. What is the output of following JavaScript code <script type="text/javascript"> function x() { var s= "Good 100%"; var pattern = /D/g; var output= s.match(pattern); document.write(output); } </script>
- Error1
- 0
- 0G
- o
7898. Observe the following JavaScript code – var n1 = "10",n2 = "7"; What is the value of +n1 + n2
- 7
- 107
- 10
- 17
7899. Observe the following JavaScript code – var n1 = "10",n2 = "7"; What is the value of n1 < n2
- Compiler error
- Insufficient information
- FALSE
- TRUE
7900. Select the server-side JavaScript object
- File
- Function
- FileUpLoad
- Date
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।