Internet Technology And SEO Quiz!

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Rabib
R
Rabib
Community Contributor
Quizzes Created: 3 | Total Attempts: 2,305
| Attempts: 243
SettingsSettings
Please wait...
  • 1/65 Questions

    What does XML stand for?

    • EXtra Modern Link
    • EXtensible Markup Language
    • Example Markup Language
    • X-Markup Language
Please wait...
About This Quiz

Dive into the Internet Technology and SEO Quiz! Explore key concepts like canonical versions, bit-by-bit delivery, transmission media, and digital modulation. Perfect for learners aiming to understand the intricacies of internet protocols and SEO optimization.

Internet Technology And SEO Quiz! - Quiz

Quiz Preview

  • 2. 

    CRC stands for?

    • Cyclic redundancy check

    • Code repeat check

    • Code redundancy check

    • Cyclic repeat check

    Correct Answer
    A. Cyclic redundancy check
    Explanation
    CRC stands for cyclic redundancy check. This is a method used to detect errors in data transmission. It involves generating a checksum based on the data being transmitted and appending it to the message. The recipient then performs the same calculation and compares the checksums. If they match, it is highly likely that the data was transmitted correctly. The cyclic redundancy check is widely used in various communication protocols, such as Ethernet, to ensure data integrity.

    Rate this question:

  • 3. 

    In asynchronous serial communication the physical layer provides:

    • Start and stop signalling

    • Flow control

    • Both (a) and (b)

    • None of the mentioned

    Correct Answer
    A. Both (a) and (b)
    Explanation
    In asynchronous serial communication, the physical layer is responsible for providing both start and stop signalling as well as flow control. Start and stop signalling refers to the use of specific bits at the beginning and end of each data transmission to indicate the start and end of a message. Flow control, on the other hand, is used to manage the rate at which data is sent between the sender and receiver to prevent overload or data loss. Therefore, both (a) start and stop signalling and (b) flow control are provided by the physical layer in asynchronous serial communication.

    Rate this question:

  • 4. 

    A single channel is shared by multiple signals by?

    • Analog modulation

    • Digital modulation

    • Multiplexing

    • None of the mentioned

    Correct Answer
    A. Multiplexing
    Explanation
    Multiplexing is the process of combining multiple signals into a single channel for transmission. It allows multiple signals to share the same channel, thereby maximizing the utilization of the channel's capacity. This is achieved by dividing the channel into smaller sub-channels and assigning each signal to a specific sub-channel. Multiplexing is commonly used in telecommunications and networking to efficiently transmit multiple signals over a limited bandwidth. Therefore, the correct answer is multiplexing.

    Rate this question:

  • 5. 

    What does DTD stand for?

    • Direct Type Definition

    • Document Type Definition

    • Do The Dance

    • Dynamic Type Definition

    Correct Answer
    A. Document Type Definition
    Explanation
    DTD stands for Document Type Definition. A Document Type Definition is a set of markup declarations that define the structure and the legal elements and attributes of an XML (Extensible Markup Language) document. It defines the rules and constraints for the elements and attributes that can be used in an XML document, ensuring its validity and providing a standardized structure. DTDs are used to validate XML documents and ensure that they conform to a specific format or schema.

    Rate this question:

  • 6. 

    What are the predefined attributes

    • Xml:lang

    • Xml:space

    • Both

    • None

    Correct Answer
    A. Both
    Explanation
    The correct answer is "both" because the question asks for the predefined attributes in XML, and both "xml:lang" and "xml:space" are predefined attributes in XML.

    Rate this question:

  • 7. 

    Wireless transmission can be done via?

    • Radio waves

    • Microwaves

    • Infrared

    • All of the mentioned

    Correct Answer
    A. All of the mentioned
    Explanation
    Wireless transmission can be done via radio waves, microwaves, and infrared. Radio waves are commonly used for long-distance communication, such as radio and television broadcasting. Microwaves are used for shorter distances and are commonly used in mobile phones and Wi-Fi networks. Infrared is used for short-range communication, such as remote controls. Therefore, all of the mentioned options are correct as they represent different methods of wireless transmission.

    Rate this question:

  • 8. 

    When 2 or more bits in a data unit have been changed during the transmission, the error is called?

    • Random error

    • Burst error

    • Inverted error

    • None of the mentioned

    Correct Answer
    A. Burst error
    Explanation
    When 2 or more bits in a data unit have been changed during the transmission, the error is called a burst error. Burst errors occur when consecutive bits are affected, often due to noise or interference in the transmission medium. This type of error can be more challenging to detect and correct compared to random errors, where individual bits are affected independently. Inverted error refers to a different type of error where the bits are flipped or inverted, which is not the case in this scenario.

    Rate this question:

  • 9. 

    The physical layer translates logical communication requests from the ______ into hardware-specific operations.

    • Data link layer

    • Network layer

    • Trasnport layer

    • Application layer

    Correct Answer
    A. Data link layer
    Explanation
    The physical layer is responsible for translating logical communication requests from the data link layer into hardware-specific operations. It handles the actual transmission of data bits over the physical medium, such as cables or wireless signals. This layer is concerned with the physical characteristics of the transmission medium, such as voltage levels, data encoding, and synchronization. By translating the logical requests into hardware-specific operations, the physical layer ensures that the data can be successfully transmitted over the network.

    Rate this question:

  • 10. 

    XML document can be viewed in

    • IE C.0

    • IE B.0

    • IE 6.0

    • IE X.0

    Correct Answer
    A. IE 6.0
    Explanation
    The correct answer is "IE 6.0" because Internet Explorer 6.0 was one of the early versions of Internet Explorer that supported viewing XML documents. It had built-in support for XML parsing and rendering, allowing users to open and view XML files directly in the browser. Other versions of Internet Explorer may also support viewing XML documents, but IE 6.0 specifically is mentioned as the correct answer.

    Rate this question:

  • 11. 

    Which one of the following is the multiple access protocol for channel access control?

    • CSMA/CD

    • CSMA/CA

    • Both (a) and (b)

    • None of the mentioned

    Correct Answer
    A. Both (a) and (b)
    Explanation
    Both CSMA/CD (Carrier Sense Multiple Access/Collision Detection) and CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) are multiple access protocols used for channel access control. CSMA/CD is used in wired Ethernet networks, where stations listen to the channel before transmitting and if a collision is detected, they stop transmitting and wait for a random amount of time before retrying. CSMA/CA is used in wireless networks, where stations use a virtual carrier sensing mechanism to avoid collisions by requesting and receiving permission to transmit from the access point. Therefore, both protocols are used for channel access control in different types of networks.

    Rate this question:

  • 12. 

    The physical layer concerns?

    • Bit-by-bit delivery

    • Process to process delivery

    • Application to application delivery

    • None of the mentioned

    Correct Answer
    A. Bit-by-bit delivery
    Explanation
    The physical layer concerns bit-by-bit delivery. This means that it is responsible for transmitting raw data as a series of bits over a communication channel. The physical layer handles the electrical, mechanical, and procedural aspects of the communication, ensuring that the bits are successfully transmitted from one device to another. It does not involve higher-level processes such as process to process or application to application delivery.

    Rate this question:

  • 13. 

    A page on your site that serves as a "sitemap," linking to other pages on your domain in an organized, list format, is important because…

    • It reduces the crawl rate of spiders to your pages

    • It is the preferred navigational method of most web users outside the US

    • It may helps search engine crawlers to easily access many pages on your site

    • Its required for submission to many important search engines

    Correct Answer
    A. It may helps search engine crawlers to easily access many pages on your site
    Explanation
    A page on your site that serves as a "sitemap," linking to other pages on your domain in an organized, list format, is important because it helps search engine crawlers to easily access many pages on your site. By providing a clear and organized structure of your website's pages, the sitemap allows search engines to navigate and index your content more efficiently. This can ultimately improve your site's visibility and rankings in search engine results.

    Rate this question:

  • 14. 

    The technique of temporarily delaying outgoing acknowledgments so that they can be hooked onto the next outgoing data frame is called?

    • Piggybacking

    • Cyclic redundancy check

    • Fletcher’s checksum

    • None of the mentioned

    Correct Answer
    A. Piggybacking
    Explanation
    Piggybacking is the technique of temporarily delaying outgoing acknowledgments so that they can be attached to the next outgoing data frame. This allows for more efficient use of network resources by combining acknowledgments with data frames, reducing the number of separate acknowledgments that need to be sent.

    Rate this question:

  • 15. 

    Which of the following programs support XML or XML applications?:

    • Internet Explorer 5.5

    • Netscape D.7

    • RealPlayer.

    • Both A and B

    Correct Answer
    A. Both A and B
    Explanation
    Both Internet Explorer 5.5 and Netscape D.7 support XML or XML applications.

    Rate this question:

  • 16. 

    Physical layer provides:

    • Mechanical specifications of electrical connectors and cables

    • Electrical specification of transmission line signal level

    • Specification for IR over optical fiber

    • All of the mentioned

    Correct Answer
    A. All of the mentioned
    Explanation
    The physical layer of a network provides the mechanical specifications of electrical connectors and cables, the electrical specifications of transmission line signal levels, and the specifications for IR (Infrared) over optical fiber. This means that it encompasses all of the mentioned options, making the answer "all of the mentioned" correct. The physical layer is responsible for the physical transmission of data and ensures that the hardware components of a network can properly communicate with each other.

    Rate this question:

  • 17. 

    Well formed XML document means

    • It contains a root element

    • It contain an element

    • It contains one or more elements

    • Must contain one or more elements and root element must contain all other elements

    Correct Answer
    A. Must contain one or more elements and root element must contain all other elements
    Explanation
    A well-formed XML document refers to a document that follows the rules and syntax of XML. It must contain one or more elements, meaning it should have at least one element in the document. Additionally, the root element must contain all other elements, indicating that all other elements must be nested within the root element. This ensures that the XML document has a hierarchical structure and follows the proper nesting of elements.

    Rate this question:

  • 18. 

    Kind of Parsers are

    • Well-formed

    • Validating

    • Non-validating

    • Both B & C

    Correct Answer
    A. Both B & C
    Explanation
    The correct answer is "Both B & C" because well-formed, validating, and non-validating are all types of parsers. A well-formed parser checks if the XML document follows the syntax rules, while a validating parser also verifies if the document adheres to a specific DTD or XML Schema. On the other hand, a non-validating parser only checks for syntax errors but does not validate against any specific rules. Therefore, both validating and non-validating parsers are included in the answer.

    Rate this question:

  • 19. 

    The physical layer is responsible for?

    • Line coding

    • Channel coding

    • Modulation

    • All of the mentioned

    Correct Answer
    A. All of the mentioned
    Explanation
    The physical layer is responsible for all of the mentioned tasks, including line coding, channel coding, and modulation. Line coding involves converting digital data into a suitable format for transmission over a physical medium. Channel coding adds redundancy to the transmitted data to detect and correct errors that may occur during transmission. Modulation involves converting the coded data into a format that can be transmitted over the physical medium, such as converting digital signals into analog signals. Therefore, all of these tasks fall under the responsibility of the physical layer.

    Rate this question:

  • 20. 

    Valid XML document means (most appropriate)

    • The document has root element

    • The document contains atleast one or more root element

    • The XML document has DTD associated with it & it complies with that DTD

    • Each element must nest inside any enclosing element property

    Correct Answer
    A. The XML document has DTD associated with it & it complies with that DTD
    Explanation
    A valid XML document means that the document has a DTD (Document Type Definition) associated with it and it complies with that DTD. A DTD defines the structure and rules for the elements and attributes in an XML document. By having a DTD and ensuring that the XML document follows the rules defined in the DTD, the document can be considered valid. This ensures that the document is well-formed and adheres to the specified structure and constraints.

    Rate this question:

  • 21. 

    Kind of Parsers are

    • Well-formed

    • Well-documented

    • Non-validating and validating

    • None of the above

    Correct Answer
    A. Non-validating and validating
    Explanation
    The correct answer is "non-validating and validating." This means that parsers can be either non-validating or validating. A non-validating parser checks for well-formedness of the XML document, ensuring that it follows the basic syntax rules. On the other hand, a validating parser not only checks for well-formedness but also validates the document against a specific Document Type Definition (DTD) or XML Schema, ensuring that it adheres to a predefined set of rules. Therefore, the answer suggests that parsers can be either non-validating or validating.

    Rate this question:

  • 22. 

    Which one of the following tasks is not done by the data link layer?

    • Framing

    • Error control

    • Flow control

    • Channel coding

    Correct Answer
    A. Channel coding
    Explanation
    The data link layer is responsible for tasks such as framing, error control, and flow control. However, channel coding is not a task performed by the data link layer. Channel coding is a technique used in the physical layer to improve the reliability of data transmission over a noisy channel. It involves adding redundant bits to the original data to detect and correct errors. Therefore, the correct answer is channel coding.

    Rate this question:

  • 23. 

    The header of a frame generally contains?

    • Synchronization bytes

    • Addresses

    • Frame identifier

    • All of the mentioned

    Correct Answer
    A. All of the mentioned
    Explanation
    The header of a frame generally contains synchronization bytes, addresses, and frame identifier. Synchronization bytes are used to ensure that the receiver can correctly interpret the data in the frame. Addresses are used to identify the source and destination of the frame. The frame identifier helps in distinguishing different types of frames. Therefore, all of the mentioned components are typically included in the header of a frame.

    Rate this question:

  • 24. 

    Which HTTP server response code indicates a file that no longer exists? 

    • 401

    • 301

    • 500

    • 404

    Correct Answer
    A. 404
    Explanation
    The correct answer is 404. This HTTP server response code indicates that the requested file or resource could not be found on the server. It is commonly referred to as the "Not Found" error. When a user tries to access a page or file that no longer exists or has been moved, the server will return a 404 status code to inform the user that the requested resource is not available.

    Rate this question:

  • 25. 

    There is a way of describing XML data, how?

    • XML uses a DTD to describe the data

    • XML uses XSL to describe data

    • XML uses a description node to describe data

    • Both A and C

    Correct Answer
    A. Both A and C
    Explanation
    XML uses a DTD (Document Type Definition) to describe the structure and valid elements of the data. The DTD specifies the rules and constraints that the XML data must adhere to. Additionally, XML also uses a description node, known as the XML Schema, to describe the data. This schema provides a more powerful and flexible way of defining the structure and constraints of the XML data. Therefore, the correct answer is "Both A and C".

    Rate this question:

  • 26. 

    Which of these is NOT generally considered to be a highly important factor for ranking for a particular search term?

    • Quality and quantity of external links to the page

    • Keyword usage in the title tag of the pagec

    • HTML Validation (according to W3C standards) of a page

    • Link popularity of a page within the domain (internal link popularity)

    Correct Answer
    A. HTML Validation (according to W3C standards) of a page
    Explanation
    HTML Validation (according to W3C standards) of a page is NOT generally considered to be a highly important factor for ranking for a particular search term. While having valid HTML code is beneficial for overall website performance and accessibility, search engines primarily focus on other factors such as the quality and quantity of external links to the page, keyword usage in the title tag, and link popularity within the domain. These factors are considered more relevant in determining the ranking of a page for a specific search term.

    Rate this question:

  • 27. 

    Which one of the following is a data link protocol?

    • Ethernet

    • Point to point protocol

    • HDLC

    • All of the mentioned

    Correct Answer
    A. All of the mentioned
    Explanation
    The correct answer is "all of the mentioned" because Ethernet, Point-to-Point Protocol (PPP), and High-Level Data Link Control (HDLC) are all examples of data link protocols. Ethernet is a widely used protocol for local area networks, PPP is commonly used for establishing internet connections, and HDLC is a protocol used for communication between network devices. Therefore, all three options mentioned in the question are valid examples of data link protocols.

    Rate this question:

  • 28. 

    The data link layer takes the packets from _____ and encapsulates them into frames for transmission.

    • Network layer

    • Physical layer

    • Transport layer

    • Application layer

    Correct Answer
    A. Network layer
    Explanation
    The data link layer takes the packets from the network layer and encapsulates them into frames for transmission. The network layer is responsible for routing and addressing packets, and it passes these packets to the data link layer to be packaged into frames. The data link layer adds necessary control information to the packets, such as destination and source addresses, error detection, and flow control, before transmitting them over the physical layer.

    Rate this question:

  • 29. 

    Which of the following strings are a correct XML name?

    • _myElement

    • My Element

    • #myElement

    • None of the above

    Correct Answer
    A. _myElement
    Explanation
    The correct answer is _myElement because in XML, a name must start with a letter or underscore, and can be followed by any combination of letters, digits, hyphens, underscores, or periods. The other options are not correct XML names because they either contain a space (my Element) or start with a character that is not allowed ( #myElement).

    Rate this question:

  • 30. 

    Which sublayer of the data link layer performs data link functions that depend upon the type of medium?

    • Logical link control sublayer

    • Media access control sublayer

    • Network interface control sublayer

    • None of the mentioned

    Correct Answer
    A. Media access control sublayer
    Explanation
    The media access control sublayer of the data link layer is responsible for performing data link functions that are specific to the type of medium being used. This sublayer handles tasks such as addressing, error detection, and flow control, which vary depending on whether the medium is wired or wireless. Therefore, the media access control sublayer is the correct answer to the question.

    Rate this question:

  • 31. 

    Is it easier to process XML than HTML?

    • Yes

    • No

    • Sometimes

    • Cant say

    Correct Answer
    A. Yes
    Explanation
    XML stands for eXtensible Markup Language and HTML stands for HyperText Markup Language. XML is designed to carry data, while HTML is designed to display data. XML is more flexible and allows for custom tags and data organization, making it easier to process and manipulate data compared to HTML. Additionally, XML is a self-describing language, meaning that it includes metadata about the data it contains, making it easier to understand and process. Therefore, it can be concluded that it is easier to process XML than HTML.

    Rate this question:

  • 32. 

    The de-facto version of a page located on the primary URL you want associated with the content is known as:

    • Home Page

    • Canonical Version

    • Heretical Version

    • Empirical Version

    Correct Answer
    A. Canonical Version
    Explanation
    The de-facto version of a page located on the primary URL you want associated with the content is known as the canonical version. This version is considered the authoritative and preferred version of the page, especially when there are multiple versions of the same content available on different URLs. The canonical version helps search engines understand which version should be prioritized and displayed in search results, avoiding duplicate content issues and ensuring that the desired page receives proper visibility.

    Rate this question:

  • 33. 

    Bits can be sent over guided and unguided media as an analog signals by?

    • Digital modulation

    • Amplitude modulation

    • Frequency modulation

    • Phase modulation

    Correct Answer
    A. Digital modulation
    Explanation
    Digital modulation is the process of converting digital data into analog signals in order to transmit it over a communication channel. It involves modifying one or more properties of the analog carrier signal, such as amplitude, frequency, or phase, to represent the digital information. Therefore, digital modulation allows bits to be sent over guided and unguided media as analog signals. Amplitude modulation, frequency modulation, and phase modulation are all examples of digital modulation techniques.

    Rate this question:

  • 34. 

    Which of the following XML fragments are well-formed?

    Correct Answer
    A.
  • 35. 

    Which of these is least likely to have difficulty ranking for its targeted terms/phrases in Google?

    • A brand new domain that quickly buys a large number of links from a link broker

    • An established domain moving to a newly registered domain

    • An old domain transferred to a new registrant and repurposed

    • A new domain that has received significant buzz and attention in the online and offline media, along with tens of thousands of natural links

    Correct Answer
    A. A new domain that has received significant buzz and attention in the online and offline media, along with tens of thousands of natural links
    Explanation
    An established domain moving to a newly registered domain is least likely to have difficulty ranking for its targeted terms/phrases in Google. This is because the established domain already has a history and authority in the eyes of search engines, which can be carried over to the new domain through proper redirection and optimization strategies. The other options, such as a brand new domain buying links, an old domain transferred to a new registrant, and a new domain with buzz and natural links, may face challenges in terms of building authority, trust, and relevance in the eyes of search engines.

    Rate this question:

  • 36. 

    When processing an output XML, "new line" symbols

    • Are copied into output "as is", i.e. "CR+LF" for Windows, CR for Macintosh, LF for Unix.

    • Are converted to single LF symbol

    • Are converted to single CR symbol

    • Are discarded

    Correct Answer
    A. Are converted to single LF symbol
    Explanation
    When processing an output XML, "new line" symbols are converted to a single LF symbol. This means that regardless of the platform (Windows, Macintosh, Unix), the XML parser will standardize the new line symbols to LF (Line Feed) characters. This ensures consistent formatting and compatibility across different systems.

    Rate this question:

  • 37. 

    Which of these is NOT generally considered to be a highly important factor for ranking for a particular search term?

    • Quality and quantity of external links to the page

    • Keyword usage in the title tag of the page

    • HTML Validation (according to W3C standards) of a page

    • Link popularity of a page within the domain (internal link popularity)

    Correct Answer
    A. HTML Validation (according to W3C standards) of a page
    Explanation
    HTML Validation (according to W3C standards) of a page is not generally considered to be a highly important factor for ranking for a particular search term. While having valid HTML can improve the user experience and accessibility of a website, search engines primarily focus on other factors such as the quality and quantity of external links to the page, keyword usage in the title tag, and link popularity of a page within the domain. These factors are more directly related to the relevance and authority of a page in search engine rankings.

    Rate this question:

  • 38. 

    Which of the following search engines patented the concept of "TrustRank" as a methodology for ranking web sites & pages?

    • Yahoo

    • Google

    • MSN/Bing

    • Teoma

    Correct Answer
    A. Yahoo
    Explanation
    Yahoo is the correct answer because it was the search engine that patented the concept of "TrustRank" as a methodology for ranking web sites and pages. TrustRank is a system that evaluates the trustworthiness and reliability of websites based on the quality and credibility of their incoming links. It was developed by researchers at Yahoo in collaboration with Stanford University and has since been used as a key factor in ranking search results.

    Rate this question:

  • 39. 

    The de-facto version of a page located on the primary URL you want associated with the content is known as:

    • Home Page

    • Canonical Version

    • Heretical Version

    • Empirical Version

    Correct Answer
    A. Canonical Version
    Explanation
    The correct answer is "Canonical Version". The term "canonical" refers to the standard or authoritative version of something. In the context of web pages, the canonical version is the preferred version of a page that should be indexed by search engines and displayed in search results. It helps to avoid duplicate content issues and consolidate the ranking signals for a particular URL. Therefore, the canonical version is the de-facto version of a page located on the primary URL that you want associated with the content.

    Rate this question:

  • 40. 

    The portion of the physical layer that interfaces with the media access control sublayer are called?

    • Physical signalling sublayer

    • Physical data sublayer

    • Physical address sublayer

    • None of the mentioned

    Correct Answer
    A. Physical signalling sublayer
    Explanation
    The portion of the physical layer that interfaces with the media access control sublayer is called the physical signalling sublayer. This sublayer is responsible for converting the digital data from the media access control sublayer into signals that can be transmitted over the physical medium. It handles tasks such as encoding, decoding, modulation, and demodulation of the signals, ensuring that the data can be effectively transmitted and received by the network devices.

    Rate this question:

  • 41. 

    Which of the following is the best way to maximize the frequency with which your site/page is crawled by the search engines?

    • Add a short "crawl delay" parameter to your robots.txt file

    • Frequently add new content

    • Search for your website more frequently in the major engines

    • Submit your site through the search engines submission forms

    Correct Answer
    A. Frequently add new content
    Explanation
    Frequently adding new content to your site/page is the best way to maximize the frequency with which it is crawled by search engines. Search engines prioritize crawling sites that have fresh and updated content, as it indicates that the site is active and relevant. By consistently adding new content, you increase the chances of search engines crawling your site more often, which can improve your site's visibility and rankings in search results.

    Rate this question:

  • 42. 

    Automatic repeat request error management mechanism is provided by?

    • Logical link control sublayer

    • Media access control sublayer

    • Network interface control sublayer

    • None of the mentioned

    Correct Answer
    A. Logical link control sublayer
    Explanation
    The logical link control sublayer provides the automatic repeat request error management mechanism. This sublayer is responsible for error detection and correction, as well as flow control and sequencing of data frames. It ensures reliable transmission of data by using techniques like acknowledgment and retransmission of lost or corrupted frames. The media access control sublayer is responsible for controlling access to the physical media, while the network interface control sublayer is responsible for interfacing with the network layer protocols. Therefore, neither of these sublayers provides the automatic repeat request error management mechanism.

    Rate this question:

  • 43. 

    Which HTTP server response code indicates a page that has been permanently relocated and all links to the old page will pass their influence to the new page location?

    • 301

    • 302

    • 311

    • 500

    Correct Answer
    A. 301
    Explanation
    The correct answer is 301. The HTTP server response code 301 indicates that a page has been permanently relocated. This means that all links to the old page will pass their influence to the new page location. When a user or search engine encounters a 301 redirect, they are automatically redirected to the new page. This is useful for website owners who want to change the URL of a page without losing any search engine rankings or traffic.

    Rate this question:

  • 44. 

    Which transmission media has the highest transmission speed in a network?

    • Coaxial cable

    • Twisted pair cable

    • Twisted pair cable

    • Electrical cable

    Correct Answer
    A. Twisted pair cable
    Explanation
    Twisted pair cable is the correct answer because it has the highest transmission speed among the given options. Twisted pair cables use multiple pairs of twisted copper wires to transmit data, providing a higher bandwidth and faster data transfer compared to coaxial or electrical cables. This makes twisted pair cables suitable for high-speed networking applications, such as Ethernet connections.

    Rate this question:

  • 45. 

    Which of the following sources is considered to be the best for acquiring competitive link data?

    • Yahoo

    • Google

    • MSN/Bing

    • Rediff

    Correct Answer
    A. Yahoo
    Explanation
    Yahoo is considered to be the best source for acquiring competitive link data because it has its own search engine and a large index of websites. Yahoo's search engine provides comprehensive results and allows users to analyze the backlinks of their competitors, which can be valuable for understanding their link building strategies and improving one's own website's SEO performance. Additionally, Yahoo Site Explorer, a tool provided by Yahoo, offers detailed information about a website's backlinks, including anchor text, link quality, and more. Therefore, Yahoo is the preferred choice for acquiring competitive link data.

    Rate this question:

  • 46. 

    Is the following metatag appropriate for a site that sells ebooks? 

    • Yes, the following metatag contains all the keywords I need.

    • No, it is rather short, I have more keywords to optimize forc

    • Why bother with metatags at all?

    • Yes, this metatag is OK even though it could have had more keywords.

    Correct Answer
    A. Yes, this metatag is OK even though it could have had more keywords.
    Explanation
    The given answer suggests that the metatag is appropriate for a site that sells ebooks, even though it could have included more keywords. This implies that the metatag contains relevant keywords that can help optimize the site's visibility and search engine rankings. While it may not be perfect in terms of keyword optimization, it is still considered acceptable for the given purpose.

    Rate this question:

  • 47. 

    Comment in XML document is given by

    Correct Answer
    A.
    Explanation
    A comment in an XML document is given by encapsulating the comment text between . This allows the comment to be included within the XML structure without being interpreted as data. Comments are used to provide additional information or explanations about the XML content, and they are ignored by XML processors when parsing the document.

    Rate this question:

  • 48. 

    DTD includes the specifications about the markup that can be used within the document, the specifications consists of all EXCEPT

    • The browser name

    • The size of element name

    • Entity declarations

    • Element declarations

    Correct Answer
    A. The browser name
    Explanation
    DTD (Document Type Definition) is a markup language used to define the structure and elements of an XML or HTML document. It specifies the rules and restrictions for the markup that can be used within the document. The specifications in a DTD include entity declarations, which define named entities that can be used within the document, and element declarations, which define the structure and content of elements. However, the browser name and size of element name are not part of the specifications included in a DTD.

    Rate this question:

  • 49. 

    If you update your sites URL structure to create new versions of your pages, what should you do with the old URLs?

    • 301 redirect them to the new URLs

    • Move them to a subdomain

    • Nothing, keep them active so the links to them aren't lost

    • Shut them down and request removal via Webmaster Central in Google and Site Explorer in Yahoo!

    Correct Answer
    A. 301 redirect them to the new URLs
    Explanation
    When updating the URL structure of a website, it is important to redirect the old URLs to the new ones using a 301 redirect. This ensures that any incoming links or bookmarks to the old URLs will still lead to the correct content on the new URLs. By implementing a 301 redirect, search engines will also be able to transfer the SEO value from the old URLs to the new ones, helping to maintain the website's rankings and visibility in search results.

    Rate this question:

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 17, 2015
    Quiz Created by
    Rabib
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.