Coursera Answers

Introduction to Front-End Development Coursera Quiz Answers

In this article i am gone to share Coursera Course: Introduction to Front-End Development by Meta | Introduction to Front-End Development Coursera Quiz Answers with you..

Enroll Link: Introduction to Front-End Development

Introduction to Front-End Development Coursera Quiz Answers

 

Week 1 Quiz Answers

Knowledge Check – How the web works Quiz Answer

Question 1)
In the client/server model, your device is a ____________________.

  • Client
  • Server

Question 2)
The website address that you type in your web browser to navigate to a website is called a ____________________.

  • Domain name
  • HTTP
  • Client name

Question 3)
Servers are typically stored in a building called a ____________________.

  • Data Center
  • DHCP Center
  • DNS Server

Question 4)
The physical components of a server are called the ____________________.

  • Hardware
  • Software

Question 5)
The purpose of a web server is to ____________________.

  • Request content from a web browser and receive the response.
  • Receive web pages and display them in the web browser.
  • Receive requests from a web browser and to respond with the correct content for that request.

Question 6)
True or False. A website can consist of multiple web pages linked together.

  • True
  • False

Question 7)
The links you click on in your web browser are known as ____________________.

  • Hyperlinks
  • Server links
  • Data links

Question 8)
Which of these are the 3 main technologies of the web browser? Select all that apply.

  • HTML
  • C#
  • JavaScript
  • CSS

Question 9)
When you run a website on the cloud, the website is restricted to one physical server.

  • True
  • False

 

Knowledge Check – The Web and the Internet Quiz Answer

Question 1)
When sending a message to another computer, the source and destination are specified using ________________.

  • a Domain Name
  • a Web Server
  • an IP Address

Question 2)
Which of the following are valid IP addresses? Select all that apply.

  • 192.0.2.235
  • example.com
  • 4527:0db8:0a00:1567:0200:ff00:0042:8329

Question 3)
When using TCP, data can arrive out of order.

  • True
  • False

Question 4)
Which of the following are valid HTTP methods? Select all that apply.

  • GET
  • POST
  • SEND
  • DELETE

Question 5)
HTML describes the structure and content of a web page.

  • True
  • False

Question 6)
When you type a website address (for example, coursera.org) in your web browser, which protocol is used to find the IP address of the website?

  • Internet Message Access Protocol (IMAP)
  • File Transfer Protocol (FTP)
  • Domain Name System Protocol (DNS)

Question 7)
A web application is more ________________ compared to a website.

  • Informative
  • Interactive

 

Self Review: Examine the Page Quiz Answer

After completing the Examine the Page exercise, answer the self review quiz below.

Question 1)
What is the value of the ID attribute for the Little Lemon logo?

  • logo
  • logo1
  • lemon
  • little

 

Knowledge Check – Core Internet Technologies Quiz Answer

Question 1)
Which of the following can be done using the developer tools in your browser? Select all that apply.

  • Inspect the HTML elements of a web page.
  • Check JavaScript error logs.
  • Inspect a timeline of HTTP requests and responses.
  • Upload images to the web server
  • Inspect the performance and memory usage of a webpage.

Question 2)
In software development, a library provides _________________________.

  • Reusable pieces of code that can be used by your application.
  • A structure for developers to build an application with.

Question 3)
In software development, an API is _________________________.

  • a set of functions that an application component or service can provide.
  • a text editor to write code with.

Question 4)
Which of the following are benefits of using an Integrated Development Environment (IDE) such as Visual Studio Code? Select all that apply.

  • Syntax Highlighting
  • Error Highlighting
  • Autocomplete
  • Autodelete
  • IntelliSense

 

Visit this Link: Module Quiz: Get started with Web Development Quiz Answers

 


 

Week 2 Quiz Answers

Knowledge Check – Getting started with HTML

Question 1)
An HTML document begins with ______________.

  • The html tag
  • The DOCTYPE declaration
  • The head tag
  • The body tag

Question 2)
To display a link to another HTML document, the ______________ tag is used.

  • link
  • html
  • anchor (a)
  • img

Question 3)
To add an image to a webpage, the ______________ tag is used.

  • img
  • image
  • anchor (a)
  • link

Question 4)
To represent the HTML document in JavaScript, the browser builds _____________.

  • an HTML Element Model
  • an HTML Script
  • Document Object Model

Question 5)
Which of the following answer choices improves web accessibility for people with disabilities? Select all that apply.

  • Correct HTML structure
  • Accessible Rich Internet Application (ARIA) techniques
  • Appropriate use of HTML elements

 

Knowledge check: CSS basics Quiz Answer

Question 1)
To reference a CSS file in an HTML document, you use the ______________ tag.

  • head
  • script
  • style
  • link

Question 2)
In the following CSS rule, the `h1` part of the rule is called the ______________.

h1 {color: green;}
  • Box model
  • Selector
  • Inheritance
  • HTML

Question 3)
What is the padding box width of the following CSS rule?

div {width: 10px; padding: 20px; margin: 40px;}
  • 10 pixels
  • 30 pixels
  • 50 pixels
  • 70 pixels

Question 4)
Which CSS property and value change the HTML element to a block-level element?

  • align-content
  • content
  • list-style
  • display: block

Question 5)
Which CSS property and value change the text to center alignment?

  • text-align: center
  • align-self
  • vertical-align
  • align-items

 

Week 2 Programming Assignments Solutions





 

Visit this Link: Module Quiz: Introduction to HTML and CSS Quiz Answers

 


 

Week 3 Quiz Answers

Self Review: Working with Bootstrap Grid Quiz Answer

Question 1)
When viewing the page in the web browser, is the logo centered on the webpage?

  • Yes
  • No

Question 2)
When viewing the page in the web browser on a desktop, do the four menu items display in one column?

  • Yes
  • No

Question 3)
Use the developer tools to preview the webpage on a mobile device. How many columns does the content display in?

  • 0
  • 1
  • 2
  • 3

 

Self review: Working with Bootstrap components Quiz Answer

Question 1)
In the Browser Preview, does the New badge display beside the Falafel heading?

  • Yes
  • No

Question 2)
In the Browser Preview, does the alert display below the Order Online button?

  • Yes
  • No

Question 3)
In the Browser Preview, does the Order Online button display using Bootstrap button design?

  • Yes
  • No

 

Knowledge Check: Introduction to UI frameworks and libraries Quiz Answer

Question 1)
To reference a JavaScript script or file in an HTML document, you use the ______________ tag.

  • javascript
  • library
  • script
  • code

Question 2)
If your application requires a library or framework to run, this is called a ______________.

  • child
  • parent
  • dependency

Question 3)
A point at which a website’s content and design will adapt in order to provide the best user experience is called a ______________.

  • Design Point
  • Breakpoint
  • Box Point

Question 4)
The Bootstrap Grid System always starts with which element?

  • Container
  • Row
  • Column
  • Component

Question 5)
The responsive breakpoint for Bootstrap CSS rules is determined by the ______________?

  • Modifier
  • Infix

 

Knowledge Check: Introduction to React Quiz Answer

Question 1)
Dynamic content is faster to generate than static content.

  • True
  • False

Question 2)
Single Page Applications allow users to interact with a website without re-downloading the entire webpage.

  • True
  • False

Question 3)
React applications are built using reusable pieces of code called ______________.

  • Code snippets
  • Components
  • Elements

Question 4)
To improve performance, React uses a ______________ to reduce updates to the browser DOM.

  • Virtual DOM
  • New DOM
  • Copy DOM

Question 5
React applications have at least 1 component called the ______________ component.

  • Origin
  • Tree
  • Root

 

Visit this Link: Module Quiz: UI Frameworks Quiz Answers

 


 

Week 4 Quiz Answers

Self review: Improve your Bio page with Bootstrap Quiz Answer

Question 1)
Using the web browser developer tools to check, does your web page content stack vertically on a mobile device?

  • Yes
  • No

Question 2)
Does the profile photo display in the right column of the page?

  • Yes
  • No

Question 3)
Does the link to My Meta Profile display as a button?

  • Yes
  • No

 

Visit this Link: Course 1 Assessment: Introduction to Web Development Quiz Answers