CS 2205

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

HTML tags are not case sensitive: <P> means the same as <p>. Many web sites use uppercase HTML tags. We recommend and use lowercase tags because the World Wide Web Consortium (W3C) RECOMMENDS lowercase in HTML 4, and DEMANDS lowercase tags in XHTML. Select one: True False

True

HTML was never intended to contain tags for formatting a document. Select one: True False

True

CERN stands for Select one: a. European Council for Nuclear Research b. Central European Research Network c. Central European Research Node d. Council European Research Network

a. European Council for Nuclear Research

Three-tier architecture has the following three tiers: Select one: a. Presentation tier, Control Tier and Data tier b. Presentation tier, Application tier and Data tier c. Application tier, Control Tier and Data tier d. Presentation tier, Application tier and Network tier

b. Presentation tier, Application tier and Data tier

Fortunately, a designer can add colour to a site without losing accessibility and usability if the site is designed with those capabilities in mind. While many designers feel comfortable designing a site for many users, those same designers might feel inadequate when it comes to choosing colours and graphics. Select one: True False

True

HTML documents are also called web pages Select one: True False

True

HTML documents consist of nested HTML elements Select one: True

True

HTML elements are positioned static by default. Select one: True False

True

The following characteristics should exist in an intranet Select one: a. Knowledge Sharing, Comments, Ratings., Participation rewards, Customized collections. b. Knowledge Sharing, Innovation management, Comments, Ratings., Participation rewards, Customized collections. c. Knowledge Sharing, Innovation management, Ratings., Participation rewards, Customized collections. d. Knowledge Sharing, Innovation management, Comments, Ratings., Participation rewards.

b. Knowledge Sharing, Innovation management, Comments, Ratings., Participation rewards, Customized collections.

Domain names must be registered. When domain names are registered, they are added to a large domain name register. In addition, information about the web site, including the IP address, is stored on a DNS server. Select one: True False

True

Another source for domain registrations can not be the expired domains Select one: True False

False

Entity names are not case sensitive Select one: True False

False

Header information in a table is defined with the <th> tag. A <td> tag can contain text, links, images, lists, forms, but not other tables Select one: True False

False

Sometimes, when browsing the Internet, you'll come across web pages that don't have an .html extension—they might have a .php, .asp, .aspx, .jsp, or some other extension. These are all examples of static web technologies. Select one: True False

False

Systems that force people to create content from scratch, every time promotes and encourages user participation. Select one: True False

False

The class selector uses the HTML class attribute, and is defined with a "#" Select one: True False

False

13) One reason for following Web Standards is Device Compatibility Select one: True False

True

14) Complementary colour schemes are great to use in web sites, as they also contain both warm and cool colours. Select one: True False

True

A CSS rule has two main parts: a selector, and one or more declarations. The selector is normally the HTML element you want to style. Each declaration consists of a property and a value. The property is the style attribute you want to change. Each property has a value. Select one: True False

True

A URL can be composed of words, such as "uopeople.org", or an Internet Protocol (IP) address: 192.68.20.50. Select one: True False

True

A lot of webmasters have used <meta> tags for spamming, like repeating keywords (or using wrong keywords) for higher ranking. Therefore, most search engines have stopped using <meta> tags to index/rank pages. Select one: True False

True

A number of browsers will come with some plugins pre-installed, so you may not be aware that content is being displayed via a plugin and not natively within the browser. Select one: True False

True

After you have chosen and registered your own domain name, make sure you use it on all your web pages, and on all your correspondence, like e-mail and traditional mail. Select one: True False

True

All browsers support CSS today Select one: True False

True

Although Nielsen's philosophy of bare-bones Web architecture has accessibility and usability merits, most Web designers want to add a signature touch to their sites with many design elements Select one: True False

True

An inline style loses many of the advantages of style sheets by mixing content with presentation. Use this method sparingly! Select one: True False

True

An internal style sheet should be used when a single document has a unique style. You define internal styles in the head section of an HTML page, by using the style tag. Select one: True False

True

Browsers will always truncate spaces in HTML pages. If you write 10 spaces in your text, the browser will remove 9 of them, before displaying the page. To add spaces to your text, you can use the &nbsp; character entity. Select one: True False

True

CSS can be checked out using the CSS validator available at http://jigsaw.w3.org/css-validator/ Select one: True False

True

Cascading Style Sheets give you complete control over how an element is displayed. Select one: True False

True

Changing an inline element to a block element, or vice versa, can be useful for making the page look a specific way, and still follow web standards. Select one: True False

True

DNS stands for Domain Name System. A DNS server is responsible for informing all other computers on the Internet about the domain name and the web site address. Select one: True False

True

Do NOT start an ID name with a number! It will not work in Mozilla/Firefox. Select one: True False

True

In testing mobile websites on mobile devices, we found that sites with fewer features have much better usability than full-featured websites. This year's winning mobile intranets followed this recommendation, focusing on specific features that were important to employees on the go instead of trying to squeeze the entire intranet onto a tiny screen. Select one: True False

True

JavaScript is the scripting language that you use to add behaviour to your web pages Select one: True False

True

Last year, 30% of winning intranets had a mobile version. This year, 60% of winners had a mobile intranet. Doubling in one year is truly a sign that mobile access is a huge trend right now. Select one: True False

True

Most people are unaware that they use sub domains daily. The famous "www" of the World Wide Web is an example of a sub domain. Select one: True False

True

On a dynamic web site, the content on the server is the same, but instead of just being HTML, it also contains dynamic code, which may display different data depending on information you feed to the web site Select one: True False

True

Once users "learn" how to use a site, they usually don't like to see changes from page to page Select one: True False

True

Scheme: ftp Short for: File Transfer Protocol Which pages will the scheme be used for: For downloading or uploading files to a website. Useful for domain maintenance Select one: True False

True

Scheme: http Short for: HyperText Transfer Protocol Which pages will the scheme be used for: Common web pages starts with http://. Not encrypted Select one: True False

True

Sometimes, knowledge sharing can be as simple as a Q&A tool to connect employees with questions to colleagues with answers. Select one: True False

True

Sub domains can be created on a DNS server, and they don't need to be registered with a domain name registrar, but the original domain name needs to be registered before a sub domain could be created. Select one: True False

True

The <tbody> tag is used to group the body content in an HTML table. The tbody element should be used in conjunction with the thead and tfoot elements Select one: True False

True

The content inside the noscript element will only be displayed if scripts are not supported, or are disabled in the user's browser Select one: True False

True

The noscript element can contain all the elements that you can find inside the body element of a normal HTML page. Select one: True False

True

Tim Berners-Lee had been working on a information management system, in which text could contain links and references to other works, allowing the reader to quickly jump from document to document Select one: True False

True

To actually display reserved characters, we must use character entities in the HTML source code. Select one: True False

True

To start designing business Web sites, you should collect information on what the client wants on their site and how it should be structured, what kind of branding that company uses, and then use that information to build up a visual design mockup that you can agree with the client before you add graphics and colour schemes on to it. Select one: True False

True

When designing a website, the golden rule is that "content is king!" No matter how flashy and colorful a website is, it is virtually useless without organized, accessible content. This means that a person searching for information must be able to quickly find it on your website. If not, they will leave. Select one: True False

True

Whilst it may be tempting to cram in a little of everything on the home page, it is actually better to use it to highlight other areas of content within the site and drive your traffic to them. Select one: True False

True

Character £URL-encoding Select one: a. %A3 b. %A9 c. %AE d. %80

a. %A3

Which of the following is true and more complete How does a Browser Fetch a Web Page? Select one: a. A browser fetches a page from a web server by a request. A request is a standard HTTP request containing a page address. An address may look like this: http://www.example.com/default.htm. b. A browser fetches a page from a web server by a request. A request is a standard HTTiP request containing a page address. An address may look like this: http://example.com/default.htm c. A browser fetches a file from a web server by a request. A request is a standard HTTP request containing a page address. An address may look like this: http://www.example.com/default.htm.\ d. A browser fetches a file from a web server by a request. A request is a standard HTTPs request containing a page address. An address may look like this: http://www.example.com/default.htm.

a. A browser fetches a page from a web server by a request. A request is a standard HTTP request containing a page address. An address may look like this: http://www.example.com/default.htm.

Which of the following is true Select one: a. HTML elements can have attributes. Attributes provide additional information about an element. Attributes are always specified in the start tag. Attributes come in name/value pairs like: name="value" b. HTML elements can have attributes. Attributes provide additional information about an element. Attributes are specified in either the start tag or the end tag. Attributes come in name/value pairs like: name="value" c. HTML elements can have attributes. Attributes provide additional information about an element. Attributes are always specified in the end tag. Attributes come in name/value pairs like: name="value"

a. HTML elements can have attributes. Attributes provide additional information about an element. Attributes are always specified in the start tag. Attributes come in name/value pairs like: name="value"

Which of the following is true a. HTML heading are defined with the <h1> to <h6> tags. b. HTML heading are defined with the <h0> to <h6> tags. c. HTML heading are defined with the <h1> to <h5> tags. d. HTML heading are defined with the <h1> to <h7> tags.

a. HTML heading are defined with the <h1> to <h6> tags.

The easiest way to check for standards compliance is to use a handy tool, available online, called a validator. The World Wide Web Consortium (W3C) makes a validator freely available at http://validator.w3.org/ . You can (and should) use this tool to check any web sites you're developing for errors in your Select one: a. HTML/XHTML b. CSS c. Java d. Javascript

a. HTML/XHTML

The following characteristic is very important to exist to an intranet: Select one: a. Knowledge Sharing: Offering repositories for case studies, samples, and other existing information can help people with similar problems avoid having to start building their solutions from scratch b. Knowledge Sharing: The simplest way to inspire user-contributed intranet content is to let employees comment on existing information, ranging from news stories to knowledge bank resources.

a. Knowledge Sharing: Offering repositories for case studies, samples, and other existing information can help people with similar problems avoid having to start building their solutions from scratch

Concerning navigation Select one: a. One of the most crucial aspects of successful site navigation is consistency b. Inconsistency may be confusing but it certainly fits to the nature of some sites especially those belonging to the Chaotic Sites category c. Consistency is overemphasized and usually leads to complex code

a. One of the most crucial aspects of successful site navigation is consistency

Gopher Select one: a. was an information retrieval system used in the early 1990s b. was a database system used in the early 1990s c. was a file system used in the early 1990s d. was an operating system used in the early 1990s

a. was an information retrieval system used in the early 1990s

Character © Select one: a. %A3 b. %A9 c. %AE d. %80

b. %A9

Concerning the URL scheme :// host.domain : port / path / filename Select one: a. :port - defines the port number at the host (the default port number for http is 800) b. :port - defines the port number at the host (the default port number for http is 80) c. :port - defines the port number at the host (the default port number for http is 70) d. :port - defines the port number at the host (the default port number for http is 60)

b. :port - defines the port number at the host (the default port number for http is 80)

Which of the following is true Select one: a. A markup language is a set of markup commands. HTML commands are keywords surrounded by angle brackets like <html> b. A markup language is a set of markup tags. HTML tags are keywords surrounded by angle brackets like <html> c. A markup language is a set of markup tags. HTML tags are keywords surrounded by ( ) like (html) d. A markup language is a set of markup commands. HTML commands are keywords surrounded by ( ) like (html)

b. A markup language is a set of markup tags. HTML tags are keywords surrounded by angle brackets like <html>

Which of the following is true Select one: a. We should always try to achieve that a page should be at most three clicks away. b. As long as there is an apparent progress from one link to the next, and the indication is that they are still on track to reach their end goal, users will tend to continue through a site. c. It is nonsense that too much choice is as paralyzing as too little choice.

b. As long as there is an apparent progress from one link to the next, and the indication is that they are still on track to reach their end goal, users will tend to continue through a site.

PHP, Python, Ruby on Rails, ASP.NET , Coldfusion are examples of ____________ languages Select one: a. Static b. Dynamic c. Sequential d. Virtual e. Database

b. Dynamic

Which of the following elements is true Select one: a. Hiding an element can be done only by setting the display property to "none". b. Hiding an element can be done by setting the display property to "none" or the visibility property to "hidden". However, these two methods produce different results. c. Hiding an element can be done only by setting the visibility property to "hidden". d. Hiding an element can be done by setting the display property to "none" or the visibility property to "hidden". These two methods produce always the same results.

b. Hiding an element can be done by setting the display property to "none" or the visibility property to "hidden". However, these two methods produce different results.

Which of the following statements is true and more complete Select one: a. The < noscript > tag is used to provide an alternate content for users that have disabled scripts in their browser. b. The < noscript > tag is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support client-side scripting. c. The < noscript > tag is used to provide an alternate content for users that have hidden and protected scripts in their browser or have a browser that doesn't support client-side scripting. d. The < noscript > tag is used to provide an alternate content for users that have scripts in their browser or have a browser that doesn't support client-side scripting.

b. The < noscript > tag is used to provide an alternate content for users that have disabled scripts in their browser or have a browser that doesn't support client-side scripting.

Which of the following is true Select one: a. The primary colours consist of red, green and blue, and they're called primary colours because you don't need to mix colours to make these three hues. b. The primary colours consist of red, yellow and blue, and they're called primary colours because you don't need to mix colours to make these three hues. c. The primary colours consist of red, black and blue, and they're called primary colours because you don't need to mix colours to make these three hues. d. The primary colours consist of red, white and blue, and they're called primary colours because you don't need to mix colours to make these three hues.

b. The primary colours consist of red, yellow and blue, and they're called primary colours because you don't need to mix colours to make these three hues.

The home page should, at least provide the following: Select one: a. define the main goal of the site and provide an overview, lead people further into the site, show what's new. b. define the main goal of the site and provide an overview, show what's new, introduce the brand, provide navigation to other areas of the site. c. define the main goal of the site and provide an overview, show what's new, introduce the brand. d. show what's new, introduce the brand, provide navigation to other areas of the site.

b. define the main goal of the site and provide an overview, show what's new, introduce the brand, provide navigation to other areas of the site.

The three-tier model is a Select one: a. software architecture b. software architecture and a software design pattern. c. software design pattern.

b. software architecture and a software design pattern.

Character ® Select one: a. %A3 b. %A9 c. %AE d. %80

c. %AE

Netscape and ___(a)____ each tried to get a competitive edge in terms of the features they supported in order to attract developers. This has since become known as the ___(b)___ wars. Select one: a. (a) IBM (b) operating b. (a) ATT (b) software c. (a) Microsoft (b) browser d. (a) Telenor (b) browser

c. (a) Microsoft (b) browser

Which of the following is true Select one: a. A poor technique is to search the web for other websites in your line of business. Take a look at their design, content and navigation for ideas as how to organize the content of your website. b. This is a golden rule "never search other web sites to take ideas as you never know the result may be". c. A good technique is to search the web for other websites in your line of business. Take a look at their design, content and navigation for ideas as how to organize the content of your website. d. Try to concentrate to create a well-thought-out layout and navigational structure, so that your content will be easy to find. Do not pay attention what the others are doing.

c. A good technique is to search the web for other websites in your line of business. Take a look at their design, content and navigation for ideas as how to organize the content of your website.

Most web designers limit themselves to the most commonly-available fonts across all systems, which are usually limited to the following: Select one: a. Andale Mono, Times New Roman, Georgia, Verdana, Arial/Arial Black, Courier/Courier New, Trebuchet MS, Comic Sans (this is an unprofessional, many would say ugly font—don't use this, except perhaps sparingly on sites aimed at children), Impact b. Andale Mono, Georgia, Verdana, Arial/Arial Black, Courier/Courier New, Trebuchet MS, Comic Sans (this is an unprofessional, many would say ugly font—don't use this, except perhaps sparingly on sites aimed at children), Impact c. Andale Mono, Times New Roman, Georgia, Verdana, Arial/Arial Black, Courier/Courier New, Trebuchet MS, Comic Sans (this is an unprofessional, many would say ugly font—don't use this, except perhaps sparingly on sites aimed at children). d. Times New Roman, Georgia, Verdana, Arial/Arial Black, Courier/Courier New, Trebuchet MS, Comic Sans (this is an unprofessional, many would say ugly font—don't use this, except perhaps sparingly on sites aimed at children), Impact

c. Andale Mono, Times New Roman, Georgia, Verdana, Arial/Arial Black, Courier/Courier New, Trebuchet MS, Comic Sans (this is an unprofessional, many would say ugly font—don't use this, except perhaps sparingly on sites aimed at children).

If you want more help deciding whether the colours you've chosen provide a good enough contrast, try out a Select one: a. Colour Analyzer tool. This tool checks the contrast between foreground and background colours. b. Colour Contract tool. This tool checks the contrast between foreground and background colours. c. Contrast Analyser tool. This tool checks the contrast between foreground and background colours. d. Background Foreground contrast tool. This tool checks the contrast between foreground and background colours.

c. Contrast Analyser tool. This tool checks the contrast between foreground and background colours.

Which of the following is true Select one: a. HTML stands for Hyper Text Markup Language is a language for describing web pages and a programming language b. HTML stands for Hyper Text Markup Language is a language for describing web files and a structured programming language c. HTML stands for Hyper Text Markup Language is a language for describing web pages and not a programming language d. HTML stands for Hyper Text Markup Language is a language for describing web pages and sequential programming language

c. HTML stands for Hyper Text Markup Language is a language for describing web pages and not a programming language

Which one of the following is true ? Select one: a. In HTML Shorthand can not be used for certain attributes. b. In XHTML Attribute values must not be enclosed by quotes. c. In HTML Certain elements don't need a closing tag, in XHTML all elements must be explicitly closed. d. In CSS you can not have more than one of the same class on each page

c. In HTML Certain elements don't need a closing tag, in XHTML all elements must be explicitly closed.

Which of the following statements is true Select one: a. In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "object". The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "&". b. In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "reference". The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "#". c. In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "class". The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "#". d. In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "class". The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "@".

c. In addition to setting a style for a HTML element, CSS allows you to specify your own selectors called "id" and "class". The id selector is used to specify a style for a single, unique element. The id selector uses the id attribute of the HTML element, and is defined with a "#".

Which one of the following is correct Select one: a. The < meta > tag provides metadata about the HTML document. Metadata will be displayed on the page, and will be machine parsable. b. The < meta > tag provides metadata about the HTML document. Metadata will not be displayed on the page and will not be machine parsable. c. The < meta > tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. d. The < meta > tag provides metadata about the HTML document. Metadata will be displayed on the page, and will be machine parsable.

c. The < meta > tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.

Which of the following is true and more complete What is a Web Server? Select one: a. The collection of all your web pages is called your web site. To let others view your web pages, you must publish your web site. To publish your work, you must copy your site to a web server or client .Your own PC can act as a web server or client if it is connected to a network. Most common is to use an Internet Service Provider (ISP). b. The collection of all your web pages is called your web site. To let others view your web pages, you must publish your web site. To publish your work, you must copy your site to a web server. Your own PC can never act as a web server even if it is connected to a network. Most common is to use an Internet Service Provider (ISP). c. The collection of all your web pages is called your web site. To let others view your web pages, you must publish your web site. To publish your work, you must copy your site to a web server.Your own PC can act as a web server if it is connected to a network. Most common is to use an Internet Service Provider (ISP). d. The collection of all your web pages is called your web site. To let others view your web pages, you must give the proper access rights and be connected to a network.

c. The collection of all your web pages is called your web site. To let others view your web pages, you must publish your web site. To publish your work, you must copy your site to a web server.Your own PC can act as a web server if it is connected to a network. Most common is to use an Internet Service Provider (ISP).

Concerning typography Select one: a. The most effective way to control how typography looks on a web page is through using Cascading Style Sheets (CSS) or through a Markup Validation Service. b. The most effective way to control how typography looks on a web page is through a Markup Validation Service. c. The most effective way to control how typography looks on a web page is through using Cascading Style Sheet.

c. The most effective way to control how typography looks on a web page is through using Cascading Style Sheet.

Which one of the following is correct Select one: a. The scheme Https is a short of Secure HyperText Transmission Protocol. This scheme is used for Social web pages. Some important information exchanged may be encrypted. b. The scheme Https is a short of Secure HyperText Transfer Protocol. This scheme is used for Secure web pages. . Some important information exchanged may be encrypted. c. The scheme Https is a short of Secure HyperText Transfer Protocol. This scheme is used for Secure web pages. All information exchanged are encrypted. d. The scheme Https is a short of Secure HyperText Transmission Protocol. This scheme is used for Social web pages.

c. The scheme Https is a short of Secure HyperText Transfer Protocol. This scheme is used for Secure web pages. All information exchanged are encrypted.

Which of the following is true Select one: a. When you save an HTML file, you can use either the .htm or the .html file extension depending on the type of HTML documents. b. When you save an HTML file, you can use only the .html file extension. c. When you save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you. d. When you save an HTML file, you can use the .htm

c. When you save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you.

Which of the following is true Select one: a. Anyone can access the Internet from anywhere b. NASA created the Internet c. You do not have to have Internet connectivity to build a web site in HTML d. You MUST be on the Internet to view a web site

c. You do not have to have Internet connectivity to build a web site in HTML

The CSS dimension properties Select one: a. allow you to control the height of an element. b. allow you to control the width of an element. c. allow you to control the height and width of an element. d. None of the above.

c. allow you to control the height and width of an element.

A triadic colour scheme is created Select one: a. when you pick two colours and then pick one colour that lies equidistant from the other two around the circle b. when you pick three colours that lie equidistant from each other around the circle c. when you pick one colour and then pick two other colours that lie equidistant from each other around the circle d. when you pick four colours that lie equidistant from each other around the circle

c. when you pick one colour and then pick two other colours that lie equidistant from each other around the circle

Character €URL-encoding Select one: a. %A3 b. %A9 c. %AE d. %80

d. %80

Things to Consider with an ISP Select one: a. 24-hour support,Daily Backup,Traffic Volume, Bandwidth or Content Restrictions, E-mail Capabilities, b. 24-hour support, Traffic Volume, Bandwidth or Content Restrictions, E-mail Capabilities, Database Access c. 24-hour support,Daily Backup,Traffic Volume, Bandwidth or Content Restrictions, Database Access d. 24-hour support,Daily Backup,Traffic Volume, Bandwidth or Content Restrictions, E-mail Capabilities, Database Access

d. 24-hour support,Daily Backup,Traffic Volume, Bandwidth or Content Restrictions, E-mail Capabilities, Database Access

Which of the following is true Select one: a. An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the < link > tag. The < link > tag goes inside the body section. b. An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the < ref > tag. The < ref > tag goes inside the head section. c. An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the < link > tag. The < link > tag goes after the head section. d. An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the < link > tag. The < link > tag goes inside the head section.

d. An external style sheet is ideal when the style is applied to many pages. With an external style sheet, you can change the look of an entire Web site by changing one file. Each page must link to the style sheet using the < link > tag. The < link > tag goes inside the head section.

Which of the following statements is true Select one: a. CSS stands for Cascading Style Sheets. Styles define how to display XTML elements. Styles were added to HTML 5.0 to solve a problem. External Style Sheets can save a lot of work. External Style Sheets are stored in CSS files b. CSS stands for Cascading Style Sheets. Styles define how to display HTML elements. Styles were added to HTML 5.0 to solve a problem. External Style Sheets can save a lot of work. External Style Sheets are stored in CSS files c. CSS stands for Cascading Style Sheets. Styles define how to display HTML elements. Styles were added to HTML 4.0 to solve a problem. External Style Sheets can save a lot of work. External Style Sheets are stored in CLSS files d. CSS stands for Cascading Style Sheets. Styles define how to display HTML elements. Styles were added to HTML 4.0 to solve a problem. External Style Sheets can save a lot of work. External Style Sheets are stored in CSS files

d. CSS stands for Cascading Style Sheets. Styles define how to display HTML elements. Styles were added to HTML 4.0 to solve a problem. External Style Sheets can save a lot of work. External Style Sheets are stored in CSS files

Which of the following is true a. HTML links are defined with the <at> tag and HTML images are defined with the <img> tag. b. HTML links are defined with the <a> tag and HTML images are defined with the <imge> tag. c. HTML links are defined with the <al> tag and HTML images are defined with the <img> tag. d. HTML links are defined with the <a> tag and HTML images are defined with the <img> tag.

d. HTML links are defined with the <a> tag and HTML images are defined with the <img> tag.

Concerning the Home Page, which of the following is true Select one: a. It is true to think that the home page is the first page your site visitors will see. b. In an article about "their decision to stop charging for access to old content", the New York Times notes that the behavior of their visitors has not changed. The Times said, "...most readers come to the site directly to NYTimes.com." c. This kind of overwhelming "throw everything in but the kitchen sink, then add the kitchen sink" home page never works. d. It is a common misconception to think that the home page is the first page your site visitors will see.

d. It is a common misconception to think that the home page is the first page your site visitors will see.

Which of the following is true a. The <p> element defines a paragraph in the HTML document. The element has only a start tag <p>; also the <br> tag defines a line break, and does not have a closing tag. b. The <p> element defines a paragraph in the HTML document. The element has a start tag <p> and an end tag </p>. The <br> tag defines a line break, and has also the closing tag </br>. c. The <p> element defines a paragraph in the HTML document. The element has only a start tag <p> however the <br> tag which defines a line break has also the closing tag </br> d. The <p> element defines a paragraph in the HTML document. The element has a start tag <p> and an end tag </p>. The <br> tag defines a line break, and does not have a closing tag.

d. The <p> element defines a paragraph in the HTML document. The element has a start tag <p> and an end tag </p>. The <br> tag defines a line break, and does not have a closing tag.

Which of the following is true and more completeWhat is the World Wide Web? Which of the following is more true and more complete Select one: a. The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication protocol called FTP. b. The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication protocol called HTTPs. c. The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication protocol called HTTiP. d. The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication protocol called HTTP.

d. The Web is a network of computers all over the world. All the computers in the Web can communicate with each other. All the computers use a communication protocol called HTTP.

Which of the following is true Select one: a. The content of relatively positioned elements can be moved and overlap other elements, the reserved space for the element is not preserved. b. The content of relatively positioned elements can not be moved and overlap other elements. c. The content of relatively positioned elements can be moved but can not overlap other elements. The reserved space for the element is still preserved in the normal flow. d. The content of relatively positioned elements can be moved and overlap other elements, but the reserved space for the element is still preserved in the normal flow.

d. The content of relatively positioned elements can be moved and overlap other elements, but the reserved space for the element is still preserved in the normal flow.

Select one: a. The plan for this computer network (to be called ARPANET) was presented in October 1967, and in December 1969 the first three-computer network was up and running. b. The plan for this computer network (to be called ARPANET) was presented in October 1967, and in December 1969 the first five-computer network was up and running. c. The plan for this computer network (to be called ARPANET) was presented in October 1968, and in December 1969 the first four-computer network was up and running. d. The plan for this computer network (to be called ARPANET) was presented in October 1967, and in December 1969 the first four-computer network was up and running.

d. The plan for this computer network (to be called ARPANET) was presented in October 1967, and in December 1969 the first four-computer network was up and running.

Which of the following is true Select one: a. The script element contains only scripting statements. b. The script element either contains scripting statements or it points to an external script file through the drs attribute. c. The script element points to an external script file through the src attribute. d. The script element either contains scripting statements or it points to an external script file through the src attribute.

d. The script element either contains scripting statements or it points to an external script file through the src attribute.

Which of the following is not a web browser? Select one: a. Internet Explorer b. Google Chrome c. Mozilla Firefox d. Twitter

d. Twitter

Which of the following is true and most complete regarding how the World Wide Web works? Select one: a. Web information is stored in documents called web pages. Web pages are files stored on computers called web clients. Computers reading the web pages are called web servers. Web clients view the pages with a program called a web browser. Popular browsers are Internet Explorer and Firefox. b. Web information is stored in documents called web files. Web files are stored on computers called web servers. Computers reading the web pages are called web clients. Web clients view the pages with a program called a web browser. Popular browsers are Internet Explorer and Firefox. c. Web information is stored in documents called web pages. Web pages are files stored on computers called web servers. Computers reading the web pages are called web clients or customers. Web clients or customers view the pages with a program called a web browser. Popular browsers are Internet Explorer and Firefox. d. Web information is stored in documents called web pages. Web pages are files stored on computers called web servers. Computers reading the web pages are called web clients. Web clients view the pages with a program called a web browser. Popular browsers are Internet Explorer and Firefox.

d. Web information is stored in documents called web pages. Web pages are files stored on computers called web servers. Computers reading the web pages are called web clients. Web clients view the pages with a program called a web browser. Popular browsers are Internet Explorer and Firefox.

As a Web designer, you will want to know the following information about a business before you begin the site design. Select one: a. Web site name, Logo and branding, Competititon research, Information architecture, Site content, Research web hosts, Directed departure, Deadlines. b. Web site name, Logo and branding, Web site domain name, Competititon research, Information architecture, Research web hosts, Directed departure, Deadlines. c. Web site name, Logo and branding, Web site domain name, Information architecture, Site content, Research web hosts, Directed departure, Deadlines. d. Web site name, Logo and branding, Web site domain name, Competititon research, Information architecture, Site content, Research web hosts, Directed departure, Deadlines.

d. Web site name, Logo and branding, Web site domain name, Competititon research, Information architecture, Site content, Research web hosts, Directed departure, Deadlines.

Three-tier is a client-server architecture in which Select one: a. the user interface, functional process logic ("business rules"), and computer data storage are developed and maintained as independent modules b. the user interface, functional process logic ("business rules"), and data access are developed and maintained as independent modules c. the user interface, computer data storage and data access are developed and maintained as dependent modules d. the user interface, functional process logic ("business rules"), computer data storage and data access are developed and maintained as independent modules

d. the user interface, functional process logic ("business rules"), computer data storage and data access are developed and maintained as independent modules


Ensembles d'études connexes

Chapter 5- Lesson 2, What is Inference? - How to Infer Intended Meaning

View Set

The following are found in which cells? (Prokaryotic or Eukaryotic)

View Set

Ch. 14 - Altruism and Cooperation

View Set