MCQs On Basics - PHP | letsbug

 

MCQs On Basics - PHP

1. PHP stands for .........

  1.  hypertext processor 
  2. pretext hyper processor
  3. preprocessor home page
  4. none of the above

Answer: 1 : hypertext processor

2. What is the syntax of PHP code?

  1. <PHP>
  2. <? php ?>
  3. <? ?? 
  4. // PHP //

Answer: 2 : <? php ?>

3. What is the concatenation operator in PHP.

  1. =
  2. +
  3. .

Answer: 4 : .

4. What is correct way of declaring PHP variables ........

  1. $name
  2. $7name
  3. $this
  4. name

Answer: 1 : $name

5.  PHP indexed array begin with position ..........

  1. 0
  2. -1
  3. +1

Answer: 3 : 0

6. What is the correct way for creating array in PHP? 

  1. weekday[0] = "monday";
  2. $weekday[] = array("monday", "tuesday", "wednesday");
  3. $weekday[0] = "monday";
  4. $weekday = array("monday");

Answer: 3 : $weekday[0] = "monday"

7. PHP is _______ scripting language.

  1. client side
  2. server side
  3. browser side
  4. none of the above

Answer: 2 : server side

8. Which function is used to sort array in ascending order?

  1. sort()
  2. rsort()
  3. dsort()
  4. none of the above

Answer: 1 : sort()

9. There are three different kind of arrays: 

  1. Numeric array, String array, Multidimensional array
  2. Numeric array, Associative array, Dimensional array
  3. Numeric array, Associative array, Multidimensional array
  4. Const array, Associative array, Multidimensional array 

Answer: 3 : Numeric Array, Associative Array, Multidimensional Array

10. Assume you would like to sort an array in ascending order by value while preserving key associations. Which of the following PHP sorting functions would you use?

  1. ksort()
  2. asort()
  3. krsort()
  4. sort()

Answer: 2 : asort()

Comments

Categories

Big Data Analytics Binary Search Binary Search Tree Binary To Decimal binary tree Breadth First Search Bubble sort C Programming c++ Chemical Reaction and equation class 10 class 10th Class 9 Climate Complex Numbers computer network counting sort CSS Cyber Offenses Cyber Security Cyberstalking Data Science Data Structures Decimal To Binary Development diamond pattern Digital Marketing dust of snow Economics Economics Lesson 4 Email Validation English fire and ice Food Security in India Footprints Without feet Forest And Wildlife Resources game Geography Geography lesson 6 glassmorphism Glossary Graph HackerRank Solution hindi HTML image previewer India-Size And Location Insertion Sort Internet Network Status Interview Questions Introduction to cyber crime and cyber security IT javascript tricks json to CSV converter lesson 2 lesson 1 lesson 2 Lesson 3 Lesson 6 lesson 7 Life lines of National Economy life processes Linear Search Linked List lowest common ancestor Machine Learning MCQs median in array Merge sort min and max of two numbers Moment Money and Credit My Childhood Natural Vegetation and Wildlife NCERT Network connectivity devices Network Models Network Security No Men Are foreign Node.js operator overloading P5.js PHP Physical features of India Population Prime Numbers python Quick sort R language Rain on the roof Regular Expression Resources and development reversing array saakhi science Searching Algorithm Selection sort Social Media Marketing social science Software Engineering Software Testing Sorting Algorithm Stacks staircase pattern System Concepts Text Recognition The last Leaf time converter Time Passed From A Date Todo List App Tree Trending Technologies Understanding Economic Development username and password video player Visualization water resources Wired And Wireless LAN साखी
Show more

Popular Posts

Big Data MCQs(multiple choice questions) with answers - letsbug

Digital Marketing MCQ(Multiple Choice Questions) with Answers | part 1 | letsbug

Software Engineering MCQs questions with answers - letsbug