Introduction to Mobile Development Coursera Quiz Answers

All week Introduction to Mobile Development Coursera Quiz Answers

Week 1: Introduction to Mobile Development Coursera Quiz Answers

Quiz 1: Knowledge Check – How the web works

Q 1: In the client/server model, your device is a ____________________.

View
Client

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

View
Domain name

Q 3. Servers are typically stored in a building called a ____________________.

View
Data Center

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

View
Hardware

Q 5. The purpose of a web server is to ____________________.

View
Receive requests from a web browser and to respond with the correct content for that request

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

View
True

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

View
Hyperlinks

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

View
1.HTML
2.JavaScript
3.CSS

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

View
False

Quiz 2: Module quiz: Mobile development

Question 1: The first Android OS was released in 2008 by ______________.

View
Google

Question 2: What is a major advantage of a desktop browser?

View
It allows users to visit a website offline.

Question 3: JavaScript is also referred to as  ______________.

View
Interpreted Language

Question 4: Which one of the following is a JavaScript browser engine?

View
V8

Question 5: Which of the following is an integrated development environment? Select all that apply.

View
1.Xcode
2.Android Studio

Question 6: Kotlin is a ______________ programming language for building Android apps.

View
Single-platformt

Question 7: The Swift programming language gives developers the ability to build apps for which of the following?

View
tvOS

Question 8: What engine is responsible for compiling the entire website code before displaying it to users?

View
JavaScript

Visit Introduction to Frontend Development for further Quiz

Week 3: Introduction to Mobile Development Coursera Quiz Answers

Quiz 1: Knowledge check: Introduction to cross-platform mobile development

Question 1: If you are developing an app for iOS or Android, you should _______________.

View
Have a deep understanding of the platform and its capabilities

Question 2: Hardware or software that enables one computer system to imitate another is called an _______________.

View
Emulator

Question 3: How do you ensure that your emulator is not taxing on your hardware?

View
Create different levels of hardware acceleration

Question 4: Which of the following is an advantage of using a cross-platform technology?  Select all that apply.

View
1.Cost reduction
2.Code Reuse 

Quiz 2: Module Quiz: React and React Native

Question 1: Which of the following is a benefit of using React Native for app development?

View
Code reusability

Question 2: React Native is an extension of the ReactJs library.

View
True

Question 3: To improve performance, web servers can keep a copy of dynamic content in a

View
Cache

______________.

Question 4: React library was designed to help the Facebook team ______________.

View
to build a dynamic and high-performing web app.

Question 5: The main approach for serving code and resources in a single-page application is called?

View
Bundling

Question 6: React is a ______________ for building single-page applications.

View
Library

Question 7: Components allow developers to improve development efficiency by reusing code.

View
True

Question 8: A React application is built up of a tree of components called the Component

View
Hierarchy

______________.

Week 4: Introduction to Mobile Development Coursera Quiz Answers

Quiz 1: Graded assessment: Introduction to Mobile Development

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

View
True

Question 2: In the web browser, what is the role of HTML?

View
To describe the content of the web page

Question 3: React uses a virtual DOM to reduce updates to the browser DOM.

View
True

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

View
False
 <!DOCTYPE html>
<html>
    <head>
        <title>Little Lemon</title>
    </head>
<body>
    <p>Our Menu</p>
    </body>
</html> 

Question 5: Which HTML tag is used to link to other HTML documents?

View
The anchor tag

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

View
Selector
div {
    width: 50%;
} 

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

View
40 pixels
div {
    width: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
} 

Question 8: Kotlin is a ______________ programming language for building Android apps

View
Multi-platform

Question 9: React library was designed to help the Facebook team ______________.

View
to build dynamic and high-performance web apps.

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

View
Components

Introduction to Mobile Development Coursera Quiz Answers

Programming with JavaScript Coursera Quiz Answers

Version Control Coursera Quiz Answers

Team Networking Funda
Team Networking Funda

We are Team Networking Funda, a group of passionate authors and networking enthusiasts committed to sharing our expertise and experiences in networking and team building. With backgrounds in Data Science, Information Technology, Health, and Business Marketing, we bring diverse perspectives and insights to help you navigate the challenges and opportunities of professional networking and teamwork.

Leave a Reply

Your email address will not be published. Required fields are marked *