1.
What is the full form of SEO
Correct Answer
C. Search Engine Optimization
Explanation
SEO stands for Search Engine Optimization. It is the practice of optimizing a website to improve its visibility and ranking on search engine result pages. This involves various techniques such as keyword research, on-page optimization, link building, and content creation. The goal of SEO is to increase organic (non-paid) traffic to a website and ultimately drive more conversions and revenue.
2.
What is Bandwidth in the case of website hosting
Correct Answer
D. Megabyte per month
Explanation
Bandwidth in the case of website hosting refers to the amount of data that can be transferred between the hosting server and the visitors of the website within a specific time period, typically measured in megabytes per month. This indicates the maximum amount of data that can be downloaded or uploaded from the website during a month. It is an important factor to consider when choosing a hosting plan as it determines the speed and performance of the website, especially when there is high traffic or large files to be transferred.
3.
Which is not a CMS?
Correct Answer
D. MySQL
Explanation
MySQL is not a CMS (Content Management System), but rather a relational database management system (RDBMS). Drupal, Joomla, and Wordpress are all popular CMS platforms used for building and managing websites.
4.
Which is not a Shopping Cart Software?
Correct Answer
D. Ebay
Explanation
The given options are all examples of shopping cart software, except for eBay. eBay is an online marketplace where individuals and businesses can buy and sell products, but it does not function as a shopping cart software that allows users to create and manage their own online stores.
5.
Which is not a Payment Gateway?
Correct Answer
E. Credit card
Explanation
The given question asks to identify the option that is not a payment gateway. The options provided are 2checkout, ccavenue, paypal, googlecheckout, and credit card. All of the options except "credit card" are payment gateways. Credit card, on the other hand, is a method of payment rather than a payment gateway. Therefore, the correct answer is "credit card."
6.
Which is not a browser?
Correct Answer
D. Android
Explanation
Android is not a browser, it is an operating system for mobile devices. IE, Google Chrome, and Opera are all web browsers that can be used to access the internet.
7.
Expand HTML
Correct Answer
Hyper Text Markup Language
Hyper Text Mark-up Language
Hyper Text Mark up Language
hyper text markup language
HyperText Markup Language
Explanation
The correct answer is "Hyper Text Markup Language". This is the correct answer because HTML stands for Hyper Text Markup Language, which is the standard markup language used for creating web pages and web applications. The other options are variations of the correct answer, but they do not follow the proper capitalization and spacing conventions for HTML.
8.
Which is not a search engine?
Correct Answer
D. Hotmail
Explanation
Hotmail is not a search engine. It is an email service provider owned by Microsoft. Search engines like Google, Ask, Yahoo, and Bing are used to search for information on the internet, while Hotmail is used for email communication.
9.
Which is true in the following sentence
Correct Answer
D. All the above
Explanation
The statement "All the above" is the correct answer because it encompasses all the given statements in the question. The sentence "Client is King" implies that the client holds a significant position and their needs should be prioritized. The statement "Delivery time should be maintained" suggests that timely delivery is important in serving the client effectively. Lastly, "Proper communication is necessary with the client" emphasizes the importance of clear and effective communication to understand and meet the client's requirements. Therefore, all these statements are true and collectively contribute to a successful client-provider relationship.
10.
Which is the settings used for connecting domain with hosting server?
Correct Answer
A. Name server
Explanation
The correct answer is "Name server". Name servers are responsible for translating domain names into IP addresses, allowing the domain to be connected with the hosting server. They act as a directory for the domain, ensuring that when a user types in the domain name, they are directed to the correct server where the website is hosted.
11.
Expand FTP
Correct Answer
File Transfer Protocol
Explanation
FTP stands for File Transfer Protocol. It is a standard network protocol used to transfer files between a client and a server on a computer network. FTP provides a simple and efficient way to upload, download, and manage files on a remote server. It uses a client-server architecture where the client initiates a connection to the server, authenticates itself, and then transfers files using various commands. FTP is widely used in web development, software updates, and file sharing scenarios. It provides a reliable and secure method for transferring files over a network.
12.
Expand HTTP
Correct Answer
Hyper text transfer protocol
Hypertext transfer protocol
HyperText Transfer Protocol
HyperTextTransferProtocol
Explanation
The correct answer is "HyperText Transfer Protocol." HTTP is an application protocol used for transferring hypertext, such as HTML, over the internet. It is the foundation of data communication for the World Wide Web. The different variations of capitalization in the answer options do not affect the meaning or correctness of the term.
13.
Expand CMS
Correct Answer
Content Management System
ContentManagementSystem
Explanation
The correct answer for this question is "Content Management System" or "ContentManagementSystem". A Content Management System (CMS) is a software application that allows users to create, manage, and modify digital content. It provides a user-friendly interface for non-technical users to easily publish and update content on websites without requiring any coding knowledge. The term "ContentManagementSystem" is an alternative way of referring to the same concept.
14.
Which is not a social networking site?
Correct Answer
C. Bing
Explanation
Bing is a search engine, not a social networking site. It is primarily used for searching and retrieving information from the internet. Unlike social networking sites like Orkut, Facebook, and Twitter, Bing does not provide a platform for users to connect with others, share content, or interact socially.
15.
Which google service provides payment to affiliates?
Correct Answer
B. Adsense
Explanation
Adsense is the correct answer because it is a Google service that allows website owners to earn money by displaying targeted ads on their websites. Affiliates can sign up for Adsense and earn a commission for each click or impression generated from the ads displayed on their websites. This service provides a way for affiliates to monetize their websites and earn payment from Google.
16.
What is W3C?
Correct Answer
A. Internet standard
Explanation
W3C stands for World Wide Web Consortium, which is an international community that develops standards for the World Wide Web. It is not a company or an application, but rather an organization that sets guidelines and protocols for the internet. Therefore, the correct answer is "internet standard."
17.
Which is not a DBMS?
Correct Answer
A. SQL
18.
The type of software whose programming code is able to be modified by a user or any group is termed to be
Correct Answer
D. Open Source
Explanation
Open Source software refers to the type of software whose programming code can be modified by users or any group. This means that users have access to the source code and can make changes or improvements to it according to their needs. Open Source software encourages collaboration and allows for customization and flexibility. It is often developed and maintained by a community of developers who work together to enhance and refine the software. Examples of popular Open Source software include Linux, WordPress, and Mozilla Firefox.
19.
Expand SMTP
Correct Answer
Simple Mail Transfer Protocol
SimpleMailTransferProtocol
Explanation
SMTP stands for Simple Mail Transfer Protocol. It is a widely used protocol for sending and receiving email messages over the internet. SMTP provides a set of rules and guidelines for the proper transmission of emails between mail servers. It allows the transfer of email messages from the sender's mail server to the recipient's mail server. SMTP ensures reliable delivery of emails by using a store-and-forward mechanism. It is a fundamental protocol in the field of email communication and is essential for the functioning of email services.
20.
The programming language used in creating an applet which could be included in a web page is
Correct Answer
C. JAVA
Explanation
The correct answer is JAVA because JAVA is commonly used to create applets that can be included in web pages. Applets are small programs that run within a web browser and provide interactive features. JAVA is known for its ability to create platform-independent and secure applets that can be easily integrated into web pages. HTML is a markup language used for structuring web content, while JavaScript is a scripting language used for adding interactivity to web pages. C++ is a general-purpose programming language that is not commonly used for creating web applets.
21.
Which are the mobile OS?
Correct Answer(s)
B. Android
C. Symbian
Explanation
The correct answer is Android and Symbian. Android is a mobile operating system developed by Google, while Symbian is a discontinued mobile operating system originally developed by Nokia. Both Android and Symbian were widely used in various mobile devices before being replaced by other operating systems.
22.
Which among the following are Server side scripting languages?
Correct Answer(s)
B. pHP
D. JSP
Explanation
PHP and JSP are server-side scripting languages. Server-side scripting languages are used to create dynamic web pages by processing the code on the server before sending it to the client's browser. JavaScript and jQuery, on the other hand, are client-side scripting languages, which means they are executed on the client's browser. VBScript can be used for both client-side and server-side scripting, but it is primarily used for client-side scripting in older versions of Internet Explorer.
23.
Which among the following are WEB Server applications?
Correct Answer(s)
A. IIS
B. Apache
Explanation
IIS and Apache are both web server applications. IIS (Internet Information Services) is a web server software developed by Microsoft, while Apache is an open-source web server software. Both IIS and Apache are commonly used to host and serve websites over the internet. Cold Fusion, Sales force, and Dreamweaver, on the other hand, are not web server applications but rather other types of software used for web development or customer relationship management.
24.
Which is a file extension?
Correct Answer
E. All the above
Explanation
The given options - jpg, jpeg, xls, and xlsx - are all file extensions. A file extension is a suffix added to the end of a filename to indicate the type of file it is. In this case, jpg and jpeg are file extensions for image files, while xls and xlsx are file extensions for Microsoft Excel files. Therefore, the correct answer is "All the above" as all the given options are file extensions.
25.
Expand CSS
Correct Answer
Cascading Style Sheets
Cascading Style Sheet
Cascade Style Sheet
CascadingStyleSheets
CascadingStyleSheet
Explanation
The correct answer is "Cascading Style Sheets". CSS stands for Cascading Style Sheets, which is a style sheet language used for describing the look and formatting of a document written in HTML or XML. It is used to control the layout, colors, fonts, and other visual aspects of a web page. The other options mentioned are variations or misspellings of the correct term.
26.
Which are the following techniques are used for white hat SEO
Correct Answer
A. Link building
Explanation
Link building is a technique used in white hat SEO to improve a website's visibility and ranking on search engine results pages. It involves acquiring high-quality backlinks from reputable and relevant websites. These backlinks act as votes of confidence for the website, indicating its credibility and authority. By obtaining natural and organic links, search engines recognize the website as trustworthy and valuable, leading to improved search rankings. This technique focuses on creating valuable content and building relationships with other websites, rather than resorting to unethical practices such as keyword spamming or using replica websites.