This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1Which of the following is incorrect regarding user-friendly website?
Option D
A User-Friendly Website is a website that is easy to use, easy to navigate, and provides a good experience to users. Such websites help users quickly find information without confusion.
A Cluttered Website contains too much unnecessary text, images, advertisements, or confusing design elements. This makes the website difficult to read and navigate, creating a poor user experience.
Q: 2What is the Top Level Domain (TLD) name in the web address given https://www.surakuacademy.com
Option B
A Top Level Domain (TLD) is the last part of a domain name, which appears after the final dot (.). It represents the highest level in the domain name system hierarchy.
In the given web address https://www.surakuacademy.com, the domain is surakuacademy.com. Here:
Thus, the TLD is com.
Q: 3Identify the most accurate statement about the application of XML-
Option C
XML (Extensible Markup Language) is designed to organize and store data in a clear, hierarchical structure. It allows creating custom tags to describe the data, making it easy for both humans and machines to understand. XML is especially useful for managing complex information where the relationships between data need to be clearly shown.
Unlike HTML (Hypertext Markup Language), which is mainly used to display content on web pages, XML focuses on transporting and storing data rather than how it looks. XML is often used in documents, configuration files, and web services where data needs to be shared or transferred between different systems in an organized way. This separation of data and presentation helps keep information consistent and easy to update.
Q: 4Which of the following is false with reference to static website?
Option C
A Static Website is a website in which the content remains fixed and the same page is displayed every time it is loaded. Static websites are usually created using HTML and CSS and do not change automatically at runtime.
Characteristics of a Static Website:
Therefore, the statement “Content change at runtime” is false for a static website because runtime content changes are features of Dynamic Websites.
Q: 5What is the full form of SSL in web development?
Option A
SSL stands for Secure Sockets Layer. It is a security protocol used in web development to establish a secure and encrypted connection between a web browser and a web server.
SSL helps encrypt data, protect sensitive information such as passwords, banking details, and credit card information from unauthorized access during data transmission.
Websites using SSL generally use HTTPS instead of HTTP, and a lock symbol appears in the browser address bar indicating that the connection is secure.
Q: 6Which of the following are specified by the URL?
(I) Protocol used.
(II) Domain name of the server
(III) Name of the ISP
(IV) Name of the HTML document
Option B
A URL (Uniform Resource Locator) specifies the location of a resource on the internet and includes key components required to access it. A typical URL contains:
However, it does not include the name of the ISP (Internet Service Provider).
Example URL:
https://www.surakuacademy.com/csmcqs.php
| PART | DESCRIPTION |
|---|---|
| https | Protocol. |
| www.surakuacademy.com | Domain Name. |
| csmcqs.php | PHP Document. |
Q: 7To match specific XML elements child like of parent element is the syntax will be –
Option B
In XSLT, the match attribute of the <xsl:template> element uses an XPath expression to specify which XML elements the template applies to.
<xsl:template match="XPath">
<!-- Template content -->
</xsl:template>To match a specific child element (like NAME) of a parent element (like PLANET), the syntax is "PARENT/CHILD", i.e., "PLANET/NAME".
<xsl:template match="PLANET/NAME">
Q: 8When trying to access a web page the following message is displayed in the web browser.
Server Erro 403
What could be the reason for this display?
Option D
The message “Server Error 403” corresponds to the HTTP status code 403 Forbidden. This means the web server understood the request but refused to authorize access to the requested resource.
In most cases, a 403 error occurs because the user or client does not have sufficient permissions to view the file or directory, even though the file exists and the server is running.
Q: 9Which Web Page is displayed differently for different users?
Option C
Q: 10Which of the following are correct statements with respect to XML?
(i) It is used to display data only.
(ii) XML can be used as a database.
(iii) XPATH is used to store the IP address of the server.
(iv) XLL definition is used along with XML to specify the links with other documents.
Option D
XML (eXtensible Markup Language) is a flexible, text-based markup language designed to store, organize, and transport structured data. It uses custom tags to represent information in a hierarchical format, making it both human-readable and machine-readable. XML is widely used in web applications, data exchange, configuration files, and document storage because it is platform-independent and supports integration across different systems.
| Technology | Usef For |
|---|---|
| XSL | Extensible Stylesheet Language. It is used for styling and transforming XML documents. |
| XPath | Language for navigating and selecting nodes in XML documents. |
| XLink | Defines links (hyperlinks) between XML documents or resources. |
| XPointer | Extends XPath to point to specific parts of XML documents. |
| XQuery | Query language to extract and manipulate data from XML documents. |
| XML Schema (XSD) | Defines the structure and data types of XML documents for validation. |
| DTD | Document Type Definition. It defines the legal building blocks of an XML document. |
| DOM | Document Object Model. API for accessing and modifying XML documents as tree structures. |
| SAX | Simple API for XML. An event-driven API for reading XML documents sequentially. |
Q: 11A collection of web page is known as __________.
Option A
A Website is a collection of related Web Pages connected together under a common domain name. These web pages are stored on a web server and can be accessed through the internet using a web browser.
| Term | Meaning |
|---|---|
| Website | Collection of related web pages. |
| Web Server | Computer that stores websites. |
| Web Browser | Software used to open websites. |
Q: 12XML stands for
Option C
XML stands for Extensible Markup Language. It is a markup language designed to store and transport data in a structured and readable format. The term extensible means that users can define their own custom tags according to their needs.
Unlike HTML, which is used to display data, XML is mainly used to store and transfer data between systems.
Q: 13DHTML is not a standardized language for which company?
Option B
You have reached the end of this topic. Continue learning with the next topic below.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.