Home / Santosh Mishra / Programming Language MCQs
Total questions: 51
Q. CSS3 transition is not supported by ________
Q. Which is not the value for CSS transition?
Q. Which value specifies a length of the transition effect?
Q. Which value specifies transition acceleration?
Q. Whose value targets CSS property?
Q. The font format compatible for iOS is
Q. Which font format is not supported by Firefox?
Q. How many columns are used for grid system by bootstrap?
Q. Which is not a color function?
Q. Which property specifies the path to the project when running in web server?
Q. Which property specifies the folder name where CSS style sheets should be saved?
Q. Which of the following specifies compiles CSS output?
Q. Which property specifies the output path in compiled CSS?
Q. What should be the set value of background-size property such that image will cover the entire content area?
Q. What should be the set value of background-size property such that image will stretch to cover entire content area?
Q. What should be the set value of the background-size property such that image will fit in the content area?
Q. Which tag is used to let control over the viewport?
Q. To enable slideshow, what we should not be included?
Q. Bootstrap does not use ________
Q. Which plugin allows the element to become locked or sticky?
Q. Which of the following will display red alert box?
Q. Which of the following indicates blue background color representing something important?
Q. Which of the following indicates current page’s location within the navigational hierarchy?
Q. How does the identity operator === compare two values?
Q. Who is the father of PHP?
Q. What is the value of $a and $b after the function call?
Q. If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?
Q. What will be the output of the following PHP code?
Q. Which of the looping statements is/are supported by PHP? 1. for loop 2. while loop 3. do-while loop 4. foreach loop
Q. Which of the conditional statements is/are supported by PHP? 1. if statements 2. if-else statements 3. if-elseif statements 4. switch statements
Q. Which of the below symbols is a newline character?
Q. What will be the output of the following code?
Q. Which statement will output $x on the screen?
Q. Which of the below statements is equivalent to $add += $add ?
Q. Which of the following PHP statements will output Hello World on the screen? 1. echo (“Hello World”); 2. print (“Hello World”); 3. printf (“Hello World”); 4. sprintf (“Hello World”);
Q. Which of following variables can be assigned a value to it? 1. $3hello 2. $_hello 3. $this 4. $This
Q. What will be the output of the following php code?
Q. Which of the following php statement/statements will store 111 in variable num? 1. int $num = 111; 2. int mum = 111; 3. $num = 111; 4. 111 = $num;
Q. We can use _________ to comment a single line? 1. /? 2. // 3. # 4. /* */
Q. Which version of PHP introduced Try/catch Exception?
Q. Which of the following must be installed on your computer so as to run PHP script? 1. Adobe Dreamweaver 2. PHP 3. Apache 4. IIS
Q. Which of the following is/are a PHP code editor? 1. Notepad 2. Notepad++ 3. Adobe Dreamweaver 4. PDT
Q. PHP files have a default file extension of_______.
Q. What does PHP stand for? 1. Personal Home Page 2. Hypertext Preprocessor 3. Pretext Hypertext Processor 4. Preprocessor Home Page