Monday, March 19, 2018

PHP : One Mark 168 Question for Web Development Using PHP for B.C.A., M.C.A. and IT Students


--------------------------------------------------------------------------------------------------------------------------
Developed By : Uday Shah (HOD - IT)
E-Mail : rupareleducation@gmail.com
Contact No : 7600044051



Web Development Using PHP

1.         IIS full form is ………. .
Ans.    Internet Information Service

2.         Which of the following protocol is supported by IIS.
Ans.    HTTP , FTP , HTTPS 

3.         Which component is used to access IIS.
Ans.    Microsoft Management Control     

4.         What option is to be selected from control panel to access IIS.
Ans.    Administrative Tool

5.         IIS is product of ……….. company.
 Ans.   Microsoft       

6.         Apache is derived from the word ………. .
Ans.    Pattchy

7.         Apache can execute ……….. and ……….. scripting languages.
Ans.    PHP, JSP

8.         Apache is widely used on ………… operating system.
Ans.    UNIX 

9.         Full Form of HTTP.
Ans.    Hyper Text Transfer Protocol

10.       HTTP is known as?
Ans.    Request/ Response procotol            

11.       What is the responsibility of Client?
Ans.    Send the request and Display the design part

12.       Which symbol is used to join the values of control in the URL?
Ans.    ?         

13.       Which value is the default in the method property of form?
Ans.    Get                 

14.       What does the error code between 400 and 499 indicates?
 Ans.   Successfully Loaded and URL is incorrect

15.       Who designing https?
Ans.    Netscape Communications Corporation

16.       In which type of URL full path is not required?
Ans.    Relative         

17.       HTTPS Uses ……….. .
Ans.    Encryption decryption         

18.       The error, “ page is moved permanently or temporary” indicates which kind of error number?
Ans.    300-399          


19.       While using which method of form the user thinks a new link is opened each time the form is
 Submitted.
Ans.     Post

20.       ……….. method of form hides all the information in URL to user.
Ans.    None of the

21.       Relative path of URL is also referred to as?
Ans.    Implied path 

22.       What does the error number 500-599 indicate?
Ans.    Logical or Syntax error       

23.       ………… provides secure connection.
Ans.    HTTPS                      

24.       Full form of FTP.
Ans.    File Transfer Protocol         

25.       FTP is used for………. .
Ans.    Upload file to sever , Transfer file to sever

26.       FTP can be connected………… and ………. Ways.
 Ans.   Username and Password,Anonymously    

27.       Which is correct form below to connect to FTP?
Ans.    ftp://www.website.com                    

28.       FTP uses ………… and ……….. ports.
 Ans.   Command, Data       

29.       Command port is also referred as ………….  .
Ans.    Control                      

30.       Using FTP data can be transfer using ……… or ……… mode.
Ans.    Ascii, Binary 

31.       FTP is not ………… protocol.
Ans.    Securer                      

32.       Which of the following are possible attacks for using FTP.
Ans.     Bounce , Spoof , Brute Force

33.       Widely used FTP software is ……….. .
Ans.    File Zilla        

34.       ISP stands for………. .
Ans.    Internet Service Provider                

35.       Sometimes ISP is also known as …………. .
Ans.    IAP    

36.       Which ISP service user fiber optics lines?
Ans.    Cable 

37.       DSL Stands for………. .
Ans.    Digital Subscriber Line        

38.       Bharti and HTML ………. are ISP providers.
Ans.    Cable, DSL, Dial UP

39.       Sify broadway is ………….. providers.
Ans.    Cable             


40.       ISP are for…………. .
Ans.    Internet service         


41.       ……….. Standard network protocol used to transfer files one host to another host.
Ans.    FTP   

41.        
Web hosting is a kind of …………. .
 Ans.   Internet Hosting Service

42.         Full Form of LAMP.
Ans.    Linux, Apache, MySQL, and PHP 

43.         Types of hosting server…………and…………. .
Ans.    Windows, Linux       

44.         ……….Hosting service provides sub name.
Ans.    Free

45.         Full Form of VDS……….. .
Ans.    Virtual Dedicated Server                 

46.         VDS is also known as ………….. .
Ans.    VPS   

47.         Full Form of VPS………….. .
Ans.    Virtual Private Server          

48.         Web hosting selling the server to other companies are ………..service provider.
Ans.    Reseller

49.         Which of the following is hosting company?
Ans.    Go Daddy     

50.       Virtual host can be………and ……….Based.
Ans.     IP, Name                  

51.       For IP-Based the physical server should have respectively different IP-Address configuration……...?
Ans.    True

52.       In………web server receives a request; It looks for the host name in the HTTP header.
Ans.    Name Based  

53.       Full Form of SCTP……….. .
Ans.    Stream Control Transmission Protocol                  

54.       Multihoming is commonly used in……….. .
Ans.    Web Management

55.       Full Form of IP………. .
Ans.    Internet Protocol      

56.       Full Form of P2P………. .
 Ans.   Peer To Peer & Point To Point       

57.       A server is a ………..that is running one or more server programs which share their resources with clients.
Ans.    Host               

58.       Which of the following function correct from below…….…. .
Ans.     getenv ( )                   

59.       Which of the following is environment variable……….. .?
Ans.    Script_name

60.       In Xampp, where document root is found……….. .?
Ans.    /xampp/htdocs

61.       PHP was developed by?
Ans.    Rasmus Ledorf

62.       PHP is compatible with?
Ans.    Apache, IIS, Netscape Enterprise Service             

63.       Web server for PHP is required to be rebooted?
 Ans.   False  

64.       PHP is ……….. .
Ans.    Dynamic Scripting Language  & Server Side Scripting

65.       Which is the default port number listened by PHP?
Ans.    8080   

66.       To execute PHP programs ………… is used.
Ans.    http://localhost            or   http://localhost:8080                   

67.       Where should the file of PHP saved?
Ans.    C:/Program Files/Xampp/htdocs    

68.       PHP generally works with which server?
Ans.    Apache                      

69.       Xampp is a ………….. .
Ans.    Control Panel

70.       For viewing server configuration which functions is used?
Ans.    Phpinfo( );                 

71.       Extension used to save the file of PHP?
Ans.    .PHP

72.       A dynamic web page consist of 3components, Which are they?
Ans.    Client  & Server  &  Data Base                   

73.       Database used with PHP is……….. .
Ans.    My SQL                    

74.       Full Form of PHP is ……….. .
Ans.    Personal Home Page

75.       Does PHP support OOPS concept?
Ans.    Yes     

76.       PHP is ……….. Product
Ans.    Freeware                   

77.       HTML can be written in PHP script?
Ans.    Yes

78.       Which of the following is a super global variable?
Ans.    $_GET          

79.       In which version the Zend Engine II was introduced?
Ans.    Version 5

80.       With windows Xp which version of IIS is used?
Ans.    5.1                              

81.       How to configure the IIS?
Ans.    Open Control Panel and in that Administrative Tool                                                        
           
82.       Which function is used to check whether the apache server is properly installed?
Ans.    phpinfo( )

83.       How to configure the Apache server?
Ans.    Open httpd.conf File

84.       The web server is stable what does it means?
Ans.    Server does not require to be restarted

85.       Which version introduced the concept of OOPS?
Ans.    Version 3                   

86.       Next to Resmus Ledorf who introduced newer PHP?
Ans.    Zev Suraski   

87.       Server side code is………
Ans.    Scripting

88.       PHP is freeware, What does it means?
Ans.    Is not a licensed product       and      Easily free of download       

89.       Apache is widely used in which Operating System?
Ans.    UNIX             

90.       From which site PHP can be downloaded?
Ans.     www.php.net/downloads.php        

91.       Apache has special ………… module
Ans.    Compiled                   

92.       What the Apache server consist of?
Ans.    Extensions of language        

93.       Which of following justify why PHP is used?
Ans.    HTML support

94.       Xampp is………. .
Ans.    Control Panel           

95.       Xampp is product of………. .
Ans.    Apache Company    

96.       The term sve means?
Ans.    Service           

97.       Full Form of INI is …………. .
Ans.    Initialization  

98.       Which is configuration file…….. ?
Ans.    .ini, .htaccess 

99.       php.ini-production is used for………. .
Ans.    Environment Testing           

100.     Which of the function to check configurations………. .
Ans.    phpinfo ( )                 

101.     In which folder of PHP .ini file is found………. .
Ans.    (a) Xampp/PHP        

102.     Each statement in .ini file is stared with …………. .
Ans.     ;

103.     For what htaccess is used for………?
Ans.    Custom error and     Set environment variables                                                   

104.     Dot in htaccess makes it ……….. .
Ans.    Hidden                       

105.     Comments can be marked using ………. .
Ans.    #

106.     Which keyword is used for error documents in .htaccess file ……….. .
Ans.     ErrorDocument       

107.     to set environment variable which is the correct way……….. .
Ans.    SetEnv

108.     Variable should always be in ……….. .
Ans.    All uppercase letter   

109.         Web page is created by _____ and ___ language.
Ans.    Markup and HTML Tags

110.         The word web page is used when talking about ______.
Ans.    Scripting Language

111.         Website is a term for _____.
Ans.    Set of Web server

112.         Full form of URL is _____.
Ans.    Uniform Resource Locator

113.         Which of the following is not a search engine?
Ans.    Facebook

114.         Which of the following is tutorial website?
Ans.    www.w3cshcool.com

115.         Static web are the _____ which works only with client.
Ans.    HTML document

116.         Static web pages are also known as _____ or _____.
Ans.    Flat, Stationary

117.         Does non-technical or client can maintain static web?
Ans.    No

118.       A dynamic web page consists of 3 components, which are they?
Ans.    Client, Server, Database

119.       In dynamic web page there is _____ interaction.
Ans.    User and Server

120.       Client side language is understood by ______.
Ans.    Browser

121.       Which of the following is client side language?
Ans.    HTML

122.       Responsibility of client is _____.
Ans.    Send request to server

123.       What can be done using client side language?
Ans.    Validation and Designing

124.       Can client side language interact with database?
Ans.    No

125.       Responsibility of server is ______.
Ans.    Process and request, give response back

126.       From the list below which is not server side language?
Ans.    HTML

127.       Server side language can make use of client side language?
Ans.    Yes

128.       Server side code is ______ independent.
Ans.    Browser

129.       Server side code cannot be visible in ______.
Ans.    View Source

130.       Client side uses _____ language.
Ans.    HTML, JavaScript, Static Web

131.       Server requires ______ after submission of form.
Ans.    Page Refresh

132.       Server can be _____ as well as ______.
Ans.    Hardware, Software and Computer, Computer Application

133.       PHP was developed by?
Ans.    Rasmus Ledorf

134.
       PHP is compatible with?
Ans.    Apache, IIS, Netscape Enterprise Service

135.       Web server for PHP is required to be rebooted?
Ans.    False

136.       PHP is _____.
Ans.    Dynamic Scripting Language, Server Side Scripting

137.       ASP Stands for____.
Ans.    Active Server Page.

138.       ASP and ASP.Net are products of ______ company.
Ans.    Microsoft

139.       Which of the following is sued to write ASP pages?
Ans.    JavaScript or VBScript

140.       ASP.NET is ____ and not _____.
Ans.    Compiled, Interpreted

141.       ASP.Net requires which web server.
Ans.    IIS

142.       ASP.Net does not work for which Operating System?
Ans.    Unix, Linux

143.       Cold Fusion is a ______ based language.
Ans.    Tag

144.       Cold Fusion was introduced by _____.
Ans.    Allaire

145.       Cold Fusion is a product of ______.
Ans.    MacroMedia

146.       JSP full form is _____.
Ans.    Java Server Page

147.       JSP was introduced in the year _____ by _____ company.
Ans.    1999, Sun Micro System

148.       Which web server is used for executing JSP?
Ans.    Apache, Tomcat or Jetty

149.       Client side script executed by _____.
Ans.    Browser 

150    _____ defines a cookie to be sent along with the rest of the HTTP headers.
Ans.    set cookies 

151   Which function tell you whether one string is equal to another?
Ans.    strcmp()

152    Which mathematical function returns the largest integer that less then or equal to that argument?
Ans.   ceil()

153    Which function returns TRUE if the exists and is readable?
Ans.   file_exists()

154    Which function return the number of arguments passed to the function.
 Ans. func_num_args()

155    What is the full form of DOM?
 Ans. Document Object Model

156    Which of the  method is used for date object to find full year?
Ans.  Date(Y) return Full Year

157    GD Library is useful to create the JPG/GIF/PNG image. True or false.
 Ans. True

158    Which function is allocate a color for an image  and return a color identifier.
 Ans.  Color allocate

159    Where the sessions are stored?
 Ans.  In variable

160     Which function is used to set session name.
 Ans. Session_name(“  ”)

161    Which function is used to connect to MySql Database?
 Ans.  Mysql_connect()

162     mysql_fetch_array() returns _______.
 Ans.  Array

163     Which function is used to create a table in mysql.
 Ans.   Create table

164      Which function is used to execute any SQL statement.
 Ans.    Mysql_query()

165      jQuery is a lightweight _______ library that emphasizes interaction between
            JavaScript.
Ans.   Java Script

166      Animation can be done using the JQuery true or false.
 Ans.   True

167     Explain Jquery focus () method.
 Ans.   The Focus Event occurs when element get Focus.

168      Explain jQuery resize method.
Ans. Resize event occurs when Browser window changes in it’s size.

Best Of Luck

Please Share and Comment it. Thank You...