- HTML page can be access using _______ protocol.
- HTTP
- FTP
- SMTP
- POP
- ____________ is used to view the webpage
- Explorer
- Browser
- My Computer
- All
- Website can be _____________
- Static
- Dynamic
- A & B
- None
- Which of the followings are Client side scripting language ?
- JavaScipt
- VBScript
- A & B
- None
- Client Side Script excuted by _____________
- Webserver
- IIS
- Apache
- Browser
- Which of the following are sever side scripting language ?
- ASP
- CGI
- JSP
- All of Above
- __________is a technique to increase the reliability of the internet connection of an IP network.
- Multihoming
- Adhoc Network
- Virtual Netowork
- Private Network
- _____________ is a method that web servers use to host more than one domain name on the same computer and IP address.
- Virtual hosting
- Domain Nane
- WebHost
- Multihoming
- Which of the following services provided by the ISP
- Email
- Web Hosting
- Domain Registration
- All of Above
- ___________ standard network protocol used to transfer files from one host to another host.
- HTTP
- FTP
- TCP
- All
- PHP stands for
- PHP: Hypertext Preprocessor
- Personal Hypertext Processor
- Pre Hypertext Protocol
- Programming Hypertext Preprocessor
- PHP can runs on
- Windows Platform
- Unix Platform
- Both
- None
- We can use __________________ for install the PHP
- XAMPP
- WAMP
- Both
- None
- php.ini is __________
- PHP configuration File
- PHP startup file
- PHP source file
- All
- php.ini file can edited using _________
- editor
- php
- brower
- none
- A ______________ file is a directory-level configuration file
- .htaccess
- php.ini
- php.exe
- desktop.ini
- Which of the following tags is not a valid way to begin and end a PHP code block?
- <?php … ?>
- <?... ?>
- <% … %>
- <!-- -->
- How does the identity operator = = = compare two values?
- It converts them to a common compatible data type and then compares the resulting values
- It returns True only if they are both of the same type and value
- If the two values are strings, it performs a lexical comparison
- It converts both values to strings and compares them
- Which of the following is valid comment in PHP
- /* ……… */
- //
- #
- All.
- Variables always start with a ........ in PHP.
- Pond-sign
- Yen-sign
- Dollar-sign
- Euro-sign
- which of the following are the valid PHP data types?
- Resource
- null
- Boolean
- string
- All
- Which of the following is Ternary Operator?
- ? :
- &
- =
- = =
- Which of the following variable names are invalid?
- $var_1
- $var1
- $var-1
- None
- In PHP string can be represented using
- Single Quote
- Double Quote
- Heredoc
- All
- Contestant can be defined using ________
- contstant()
- define()
- defined
- All
- Which of the following is logical and operator
- &&
- and
- Both
- none