
css-background – Web-design-CSS – কুইজ মডেল টেস্ট অনুশীলন – 7
9612. What value a bool cannot have
- FALSE
- TRUE
- Any nonzero value
- Bool is not a data type
9613. 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; }
- Reduce work inside loops
- Remove unwanted parts of Loops
- Use sentinel value
- Combining Loops
9614. Which is correct
- System.String and System.Text are same. System.text is synonym of system.string
- System.String is data type System.Text is namespace
- System.String is data type System.Text is Class
- None of the above
9615. What is the output of the code public class B : A { }
- B and C
- Errors
- It defines a class that inherits the public methods of A only.
- It defines a class that inherits all the methods of A but the private members cannot be accessed.
9616. Which is the command given to compile a C# source code file named File.cs
- csc.exe File
- csc.exe File.exe
- csc File.cs
- csc File
9617. If the exception thrown at runtime is not catched, then who will catch it
- CLR
- Compiler
- Loader
- Linker
9618. Which type of code security protects system resources from unauthorized calls
- Can Not Say
- Call-based security
- Role-based security
- Code-based security
9619. Is the following fragment valid for(int i = 0; i < num; i++) sum += i; count = i;___________
- No
- Yes
- Depends on value of num
- Depends on value of count
9620. Which class will implement the IComparable<string> interface to compare a specially-formatted string irrespective of default collation comparisons
- public class Person : IComparable<string>{ public bool CompareTo(string other){ … } }
- public class Person : IComparable<string>{ public bool CompareTo(object other){ … } }
- public class Person : IComparable<string>{ public int CompareTo(object other){ … } }
- public class Person : IComparable<string>{ public int CompareTo(string other){ … } }
9621. What is MSIL
- Multi Socket Interface Library
- Microsoft Intermediate Language
- Microsoft Interface Language
- Microsoft Integer Long
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।