
php-mock – programming-php – কুইজ মডেল টেস্ট অনুশীলন – 10
8389. When during declaring a function it is impossible to assign a default value to a parameter
- overloaded parameter is passed
- parameter is pass by reference
- parameter is pass by value
- static parameter is passed
8390. In an HTTPS transaction, how are URLs and query strings passed from the browser to the web server
- URL is encrypted but query string is clear text
- EncryptedClear text but
- transaction is encryptedURL is clear text but query string is encrypted
8391. Which character with ‘/’ is used to indicate multi-line comment
- ?
- *
- <
- &
8392. Which of the following is not true regarding XForms
- It can be used on PDF documents
- PHP provides support for XForm
- The action and method parameters are defined in the body
- The data is sent in XML format
8393. Which type of errors are caught when a file is compiled, before PHP starts executing it
- Syntax
- Runtime
- None of the above
- Logical
8394. In the following PHP code block, the value "info" is stored in $namevar = ‘Vskills’; $($namevar)=’info’;
- namevar
- info
- $$namevar
- $namevar
8395. Which function is used to sort an array in ascending order by value while preserving key associations
- sort()
- asort()
- ksort()
- krsort()
8396. Which of the following statements is incorrect with regard to interfaces
- An abstract class cannot implement multiple interfaces
- An interface can extend multiple interfacesMethods with same name
- arguments and sequences can exist in the different interfaces implemented by a classA class can implement multiple interfaces
8397. The output of following script is $array = array(0.1 => ‘a’, 0.2 => ‘b’); echo count ($array) ;
- 2
- 1
- NULL
- 0
8398. The output of following script is function sort_my_array($array){ return sort ($array ); } $a1 = array(3, 2, 1); var_dump( sort_my_array(&$a1)) ;
- NULL
- bool(true)0 => 1
- 1 => 2
- 2 => 3An invalid reference error
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।