Chapter 5.Server-Side Scripting (PHP )
Que.1.Fill in the Blanks. [10 Marks]
हॅलो,विद्यार्थी मित्रानो प्रश्न क्रमांक.१. Fill in the Blanks. हा प्रश्न एकूण १० मार्कसाठी असतो.यामध्ये एकूण १० प्रश्न १० मार्कसाठी असतात. प्रत्येकी एक गुण असतो.
इतर सर्व CHAPTER मधील FILL IN THE BLANKS साठी POST मधील लिंकवर क्लिक करा.
Que.No. | Description | No of Questions | Marks |
---|---|---|---|
1 | Fill in The Blanks | 10 | 10 |
Que.1.Fill in the Blanks. [10 Marks]
1.The full form of PHP is....
Hypertext Preprocessor
2.PHP is.....side scripting language.
server
3.The PHP file has....extension....
.php
CHAPTER 1.ADVANCE WEB DESIGNING
4.PHP is open source general purpose .....language.
scripting
5....is popular and mostly used server side scripting langauge.
PHP
6.PHP is an....language i.e.no need for compilation.
interpreted
CHAPTER 2.ADVANCED JAVASCRIPT
7....is a case sensitive scripting language.
PHP
8.....means not need to pay for use.
Open source
9.A PHP script placed anywhere in the .....document.
html
10.The....keyword is case insensitive.
echo
CHAPTER 3.INTRODUCTION TO SEO
11....are used for storing values,so that they can be used in program.
Variables
12.In PHP,a variable name starts with....sign.
$
13.In PHP a varisble declared...a function has a global scope.
outside
15.....are statements that not visible in output of PHP Program.
Comments
16....gives different output for each type of data type in PHP.
var_dump()
CHAPTER 4.EMERGING TECHNOLOGIES
17.To check data type of variable...method used in PHP.
var_dump()
18.A block of statements taht cane be used repeatedly in a program is called as....
function
19.An....is a special variable stores multiple values in one single variable.
array
CHAPTER 5.SERVER SIDE SCRIPTING ( PHP )
20.Arrays with a named keys in PHP is called as...
Indexed Array
21.Arrays with a numeric index in PHP is called as...
Associative Array
CHAPTER 6.E COMMERCE AND E GOVERENANCE
22.Arrays containing one or more arrays in PHP are called as..dimensional array.
Multi
23.In PHP,function return a value then ....statement is used.
return
24...should not used for sending passwords and sensitive infromation in PHP.
Get
25....has limits on the amount of information to send.
Get
26....has no limits on the amount of information to send.
Post
27.PDO stands for PHP...Object.
Data
28...method is used to get all the records from table.
fetchAll()
29.Using....we can print error message for database connectivity.
getMessage()
30.Using....object of PDO we can print error message for database connectivity.
$e
31.To identify user and track activities on computer....is used.
cookie
32.A...is a samll text file that server sends on the user computer.
cookie
33.To store user information on server for user tracking....is used.
session
34.Form data can be submitted by...or post method.
get
35.The...function is used in PHP to create an array.
array()
36.....is a special data type which has only one value.
Null
37.....represents two possible states i.e.true or false.
Boolean
38.To declare user defined function....word is used in PHP.
function
39.To reverse the string in PHP...function is used.
strrev()
40.In PHP...predefined function is used to returns the length of string.
strlen()
Please Comment and Share. ConversionConversion EmoticonEmoticon