Introduction to Front-End Development

Module Quiz: Get started with Web Development

Week- 1 Module Quiz: Get started with Web Development

 

Question 1

When two computers connect directly to each other, this forms ______________.

1 / 1 point

Good job! When two computers connect directly to each other, this forms a network.

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

Question 9

As a developer, it is best to use a _____________ to write and maintain code.

1 / 1 point

That’s correct! You will use an Integrated Development Environment to effectively and efficiently write and maintain code.

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

Question 10

In software development, an API is a set of functions that an application component or service can provide.

1 / 1 point

Good job! As a developer you will interact with many APIs while developing applications.

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

 

Question 2

The programs that run on a computer are called the ______________.

1 / 1 point

That’s correct! The programs and services that run on a computer are the software.

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

Question 4

The style of a web page is defined using ______________.

1 / 1 point

That’s correct! CSS defines how HTML elements are displayed on a web page.

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

Question 5

Computers communicate with each other using which protocol?

1 / 1 point

That’s correct! Internet Protocols version 4 and 6 are most commonly used for communication.

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

Question 8

In software development, a framework provides a structure for developers to build an application.

1 / 1 point

Good job! Frameworks allow developers to build applications quicker by providing a structure to build with.

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

Question 3

The structure of a web page is defined using ______________.

1 / 1 point

That’s correct! HTML defines the structure and content of a web page.

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

Question 6

To communicate with another computer on a network, your computer sends a message called an __________________.

1 / 1 point

That’s correct! IP packets contain the data being sent between computers.

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

Question 7

The web browser and web server use which protocol to transfer data?

1 / 1 point

That’s correct! HTTP is used to transfer HTML documents, images and files to the web browser.

Similar Posts