Introduction to Front-End Development

Course 1 Assessment: Introduction to Web Development

Week- 4 Course 1 Assessment: Introduction to Web Development

Question 1

In the client/server model, is the web browser a client or a server?

1 / 1 point

Well done. In the client/server model, the web browser is a client.

====================================================================

Question 5

Which HTML tag is used to link to other HTML documents?

1 / 1 point

Well done. The anchor tag is used to link to other HTML documents.

====================================================================

Question 6

What type of selector is used for the following CSS rule?

1 / 1 point

Well done. The class selector is prefixed with a . character.

====================================================================

Question 10

React applications are built using reusable pieces of code. What are these pieces known as?

1 / 1 point

Well done. React applications are built using reusable pieces of code called Components.

====================================================================

Question 1

The code that runs on the web server is commonly known as _____________.

1 / 1 point

Well done. The code is the software and the physical components are the hardware.

====================================================================

Question 10

True or False. Dynamic content is generated by an Application Server.

1 / 1 point

Well done. Static content are files sent directly by the web server whereas dynamic content is generated by an application server.

====================================================================

Question 2

In the web browser, what is the role of JavaScript?

1 / 1 point

Well done. JavaScript allows developers to process user interaction and data.

====================================================================

Question 5

True or False. Unordered lists are defined in HTML using the <ol> tag.

1 / 1 point

Well done. The <ul> tag is used to define an unordered list and the <ol> tag is used to define an ordered list.

====================================================================

Question 6

What type of selector is used for the following CSS rule?

1 / 1 point

Well done. The ID selector is prefixed with a # character.

====================================================================

Question 7

What is the border-box width for the following CSS rule?

1 / 1 point

Well done. The border-box width is the content width + padding width + border width.

====================================================================

Question 8

How many columns does Bootstrap’s grid consist of?

 1 point

====================================================================

Question 9

In the following HTML, Bootstrap grid CSS class col-xl-6 is applied to the div element. What is the xl part of the class known as

1 / 1 point

Well done. Infixes represent the responsive breakpoints in the Bootstrap grid.

====================================================================

Question 3

Which of the following issues does UDP solve? Select all that apply.

1 / 1 point

Well done. UDP prevents data corruption but data can still arrive out of order or not arrive at all.

====================================================================

Question 1

True or False. In the request/response cycle, the web browser sends the request.

1 / 1 point

Well done. The web browser sends a request and receives a response from the web server.

====================================================================

Question 4

True or False. Little Lemon will display in the web browser’s main window.

 1 point
  • False

====================================================================

Question 3

Which protocol is used to transfer HTML documents to the web browser when browsing the World Wide Web?

1 / 1 point

Well done. HTTP and HTTPS are used to transfer HTML documents when browsing the World Wide Web.

====================================================================

Question 8

True or False. The libraries which our application depends on can be combined into a single file using code bundling.

1 / 1 point

Well done. Code bundling helps to optimise the delivery of libraries to the web browser.

====================================================================

Question 4

What will display on the web page inside the web browser for the following HTML document?

1 / 1 point

Well done. The content inside the body element displays on the web page.

====================================================================

Question 7

What is the margin-box width for the following CSS rule?

1 / 1 point

Well done. The margin-box width is the content width + padding width + border width + margin width.

====================================================================

Question 10

React applications are built using reusable pieces of code. What are these pieces known as?

1 / 1 point

Well done. React applications are built using reusable pieces of code called Components.

====================================================================

Question 2

In the web browser, what is the role of CSS?

1 / 1 point

Well done. CSS describes how the content is presented in the web browser.

====================================================================

Question 10

React stores a representation of the browser DOM in memory. What is this representation called?

1 / 1 point

Well done. The virtual DOM is used to represent the browser DOM in memory.

====================================================================

Question 6

In the following CSS rule, what part of the rule is represented by div?

1 / 1 point

Well done. The CSS selector is the part of the rule represented by div.

 

Similar Posts