Graded Quiz Unit 3 PDF

Title Graded Quiz Unit 3
Course Web Programming 1 (proctored course)
Institution University of the People
Pages 10
File Size 609.8 KB
File Type PDF
Total Downloads 604
Total Views 851

Summary

Question 1 Answer saved Marked out of 1.Which of the following is trueSelect one: a. b. c. d. Clear my choiceQuestion 2 Answer saved Marked out of 1.The three-tier model is aSelect one: a. software architecture b. software architecture and a software design pattern. c. software design pattern. Clear...


Description

2021/2/17

Graded Quiz Unit 3

Home My courses CS 2205 - AY2021-T3 11 February - 17 February Graded Quiz Unit 3 Question 1

Answer saved

Marked out of 1.00

Which of the following is true

Select one: a. b. c. d. Clear my choice

Question 2

Answer saved

Marked out of 1.00

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

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 1/10

2021/2/17

Graded Quiz Unit 3

Question 3

Answer saved

Marked out of 1.00

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

Question 4

Answer saved

Marked out of 1.00

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

Question 5

Answer saved

Marked out of 1.00

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 Clear my choice

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 2/10

2021/2/17

Graded Quiz Unit 3

Question 6

Answer saved

Marked out of 1.00

Which of the following is not a web browser? Select one: a. Internet Explorer b. Google Chrome c. Mozilla d. Godzilla Clear my choice

Question 7

Answer saved

Marked out of 1.00

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 b. A markup language is a set of markup tags. HTML tags are keywords surrounded by angle brackets like 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) Clear my choice

Question 8

Not yet answered

Marked out of 1.00

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. Clear my choice

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 3/10

2021/2/17

Graded Quiz Unit 3

Question 9

Not yet answered

Marked out of 1.00

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

Question 10

Answer saved

Marked out of 1.00

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 Clear my choice

Question 11

Answer saved

Marked out of 1.00

Which of the following is true

Select one: a. b. c. d. Clear my choice https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 4/10

2021/2/17

Graded Quiz Unit 3

Question 12

Answer saved

Marked out of 1.00

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 b. A markup language is a set of markup tags. HTML tags are keywords surrounded by angle brackets like 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) Clear my choice

Question 13

Answer saved

Marked out of 1.00

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 Clear my choice

Question 14

Not yet answered

Marked out of 1.00

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

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 5/10

2021/2/17

Graded Quiz Unit 3

Question 15

Answer saved

Marked out of 1.00

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

Question 16

Answer saved

Marked out of 1.00

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 Clear my choice

Question 17

Not yet answered

Marked out of 1.00

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 Clear my choice

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 6/10

2021/2/17

Graded Quiz Unit 3

Question 18

Answer saved

Marked out of 1.00

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

Question 19

Not yet answered

Marked out of 1.00

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

Question 20

Answer saved

Marked out of 1.00

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

Question 21

Answer saved

Marked out of 1.00

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

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 7/10

2021/2/17

Graded Quiz Unit 3

Question 22

Answer saved

Marked out of 1.00

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. Clear my choice

Question 23

Answer saved

Marked out of 1.00

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. Clear my choice

Question 24

Answer saved

Marked out of 1.00

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

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 8/10

2021/2/17

Graded Quiz Unit 3

Question 25

Answer saved

Marked out of 1.00

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 Clear my choice

Question 26

Answer saved

Marked out of 1.00

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" Clear my choice

Question 27

Not yet answered

Marked out of 1.00

The 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

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 9/10

2021/2/17

Graded Quiz Unit 3

Question 28

Not yet answered

Marked out of 1.00

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 Clear my choice

Question 29

Not yet answered

Marked out of 1.00

HTML documents consist of nested HTML elements Select one: True False

Question 30

Not yet answered

Marked out of 1.00

HTML tags are not case sensitive: means the same as . 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

◄ Self-Quiz Unit 3 Jump to...

https://my.uopeople.edu/mod/quiz/attempt.php?attempt=4061949&cmid=233990#question-4074360-14 10/10...


Similar Free PDFs