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: 4A web browser is an example of ___________.
Option A
A web browser is an example of a client application. It is software that runs on the user's computer or device and sends requests to a web server to obtain web pages and other resources.
| Term | Meaning | Example |
|---|---|---|
| Client | A program or device that requests services or resources from a server. | Web Browser |
| Server | A computer or program that provides services or resources to clients. | Web Server |
| Protocol | A set of rules used for communication between devices. | HTTP, HTTPS |
| Cookies | Small pieces of data stored by websites in a user's browser. | Login or Preference Information |
Q: 5Which 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: 6What 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: 7Which 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: 8To 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: 9Shortcut key used to open Google Chrome developer tools in windows is __________.
Option B
Google Chrome provides Developer Tools to help developers inspect and debug webpages. In Windows, the keyboard shortcut Ctrl + Shift + I is used to open or close the Developer Tools.
Therefore, pressing Ctrl + Shift + I opens the Chrome Developer Tools panel, where we can inspect HTML elements, CSS styles, JavaScript, network activity, and other webpage information.
Q: 10In DHTML, the letter ‘D’ stands for:
Option B
DHTML stands for Dynamic HyperText Markup Language. DHTML is a combination of several web technologies that work together to create interactive and dynamic web pages.
Components of DHTML:
| Component | Purpose |
|---|---|
| HTML | Defines the structure and content of the web page. |
| CSS | Controls the design, colors, fonts, spacing, and layout of the web page. |
| JavaScript | Adds interactivity and dynamically changes the content or style of the web page. |
| DOM (Document Object Model) | Allows JavaScript to access, modify, add, or remove HTML elements dynamically. |
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.