Font size
WorksheetsCOMPUTER 9 1st QA
Total questions: 85
Worksheet time: 1hrs 11mins
We perform (a) by creating a site map.
The HTML tag used to define a paragraph is _____.
<p>
<br>
<hr>
<pre>
The very first step to get a clear understanding of a website in the web design and development process is known as _____.
Planning
Design
Content writing and assembly
Information Gathering
coding
The _____ of a website has a significant impact on how users think and feel about the website.
minimalism
typography
display
animation
color scheme
It reduces information overload and allows web pages to load faster.
minimalism
typography
color scheme
display
mobile-friendliness
It is an element of design that refers to the visual aesthetics, style, or appearance of the text. It also sets the tone and theme of a website.
minimalism
color scheme
typography
display
animation
_____, when used responsibly, can help us capture maximum user attention.
minimalism
typography
display
animation
color scheme
(a) are generally defined as "rules" or "guidelines" that we follow and they are ideas that serve as a basis for how something works.
The filename extension of an HTML is (a) .
A (a) does the actual coding of a website such as adding links, buttons, and other interactive elements.
A (a) focuses on the appearance of a website such as the layout and aesthetics.
It is the creation of web pages using html, CSS, JavaScript, and other scripting languages. It involves all the codes that make a website work.
(a)
It is the creation of the layout of website visual elements using various design programs.
(a)
This is the key principle to provide the users with a great user experience.
quality focus
simplicity
user focus
efficiency of codes
Simple websites do not have superfluous information. We also look for ways to simply codes so that it will be easier for us to find errors.
simplicity
user focus
quality focus
efficiency of codes
We try to reduce the amount of codes without compromising the website's quality and functionality.
user focus
quality focus
simplicity
efficiency of codes
This is very important to develop a mindset of quality.
user focus
quality focus
simplicity
efficiency of codes
When we design a website, we make sure the users can access and browse it on any device such as smartphones, tablets, or desktop computers.
display
animation
mobile-friendliness
minimalism
We use HTML to markup a text document with tags that tell a web browser how to structure it for display.
true
false
The Father of the World Wide Web created HTML is (a) .
WWW stands for (a) .
It is an error, flaw, failure, or fault in a computer program or system that causes or produces incorrect result or behavior.
(a)
It is the default editor for Windows.
(a)
It is the default text editor for Macintosh or Mac.
(a)
It is a free-source code editor for use with Microsoft Windows and supports editing in tabs and allows working with multiple open files in a single window.
(a)
We use HTML editors to write HTML documents.
true
false
An HTML document must have a document type declaration using _____. It begins with <html> and ends with </html>.
<!DOCTYPE html>
<!DOCTYPE>
<head> and </head>
<body>and</body>
<!DOCTYPE> declaration is an HTML tag because it is an instruction to the web browser about what version of HTML the page is written in.
true
false
Contain the header information about the document.
<!DOCTYPE>
<head>and </head>
<body>and</body>
The visible content of the HTML document is between _____.
<!DOCTYPE>
<head>and</head>
<body>and</body>
The following statements tell about the characteristics of an elements, except _____.
These are the HTML codes like html, head, and body.
Describe the structure of pages.
It shows the filename and file type of the current file
The building blocks of a web page represented by tags.
Usually made up of two tags: the opening/start tag and closing/end tag.
Tags are often referred to as elements and enclosed in angle brackets.
true
false
HTML tags are not case sensitive, meaning <P> and <p> are functionally different.
true
false
ANALOGY:
Container Tags : tags have their corresponding closing tags :: (a) Tags : tags have no starting and closing tags
A common example of empty tag is the _____ tag.
<hr />
<br />
<html>
<p>
<pre>
It specifies a title for the document and displays it on the title bar of the browser window.
(a)
It defines the document type and HTML version.
(a)
It encloses the complete HTML document.
(a)
It contains the document's header information.
(a)
It contains the web page content that will be displayed on the browser window.
(a)
Provide additional information about the content/s of an element that we add in the opening tag element.
(a)
The attribute in the example is (a) .
This phase involves text proofreading and editing.
(a)
The very first step is to get a clear understanding of the website.
(a)
In this phase, we start creating the website itself.
(a)
In this phase, we always make sure that it works well and that viewers are satisfied. We regularly make changes and additions. thus, we keep the website up-to-date.
(a)
We use (a) software to do the testing, delivery, and launching.
(give the whole acronym)
Everything on the website should be tested, we need to recheck what we have tested and we then upload our website files to the server.
true
false
After deployment, we should run another test to make sure that all files have been installed correctly and the website is fully functional.
true
false
We usually create first the _____ and then all the other pages included in the site map.
Products or Services
About
Dynamic Content
Home page
Site Links
TRUE or FALSE
In coding, the web developer will take all the graphic elements and use them to create the actual website while the web designer writes the codes for it.
(a)
We perform by creating a site map.
(a)
This phase determines the look and feel of our websites where we visualize the content, and then create the sketch or the actual graphic design of the website layout.
(a)
The following are the characteristics of a site map, except _____.
describes how the entire site will look like
lists all the areas of the website and the sub-areas
shows the relationship among the different pages of the website
help us build a user-friendly and easy to navigate website
all is correct
TRUE or FALSE
We prepare the content to be ready before or during website coding.
(a)
TRUE or FALSE
we choose the appropriate text, images, and videos that we will include on the website.
(a)
This tag preserves the formatting of the spaces and line breaks of text in the HTML document
(a)
This tag creates a horizontal line to divide the sections of a web page.
(a)
Defined with the <h1> to <h6> tags.
(a)
The <br /> tag defines a (a) .
TRUE or FALSE
Tags can be nested, which means that we can put tags inside a pair of tags.
(a)
These are used to display special types of text with special meanings.
(a)
TRUE or FALSE
When creating nested tags, we must always remember that the last tag opened should be the last tag closed.
(a)
It is a list of items with no specific order or sequence.
(a)
It is a list of items with a specific order or sequence.
(a)
It is a list of terms with a definition or description of each term. It is also a good way to present a list of terms like in a glossary or dictionary.
(a)
It starts with the <ul> tag. Each item in the list starts with the <li> tag marked with a bullet.
definition list
ordered list
unordered list
It starts with the <ol> tag. Each item in the list starts with the <li> tag marked with a number.
unordered list
ordered list
definition list
The <dl> tag defines the definition list; The <dt> tag defines the term or name; and the <dd> tag describes each term.
unordered list
ordered list
definition list
TRUE or FALSE
We use the different list tags when creating a nested list.
(a)
TRUE or FALSE
The opening and closing tags of an element must be at the same level.
(a)
TRUE or FALSE
The development of a website stops after the developer has launched it to the public.
(a)
TRUE or FALSE
Home page, products and services, contact are known as part of a website.
(a)
TRUE or FALSE
Everything on the website should be tested and to check if the files are installed correctly.
(a)
TRUE or FALSE
Contacts is the phase where wireframes are created to describe the users interface.
(a)
TRUE or FALSE
The web design and web development process contains different phases and process.
(a)
TRUE or FALSE
It is important to research about the content and information before coding the actual website.
(a)
TRUE or FALSE
Programmers must make a website accessible in a computer and a mobile phone.
(a)
TRUE or FALSE
It is important to research about the content and information before coding the actual website.
(a)
TRUE or FALSE
Writing codes efficiently means using longer and detailed codes.
(a)
TRUE or FALSE
To save a file in HTML, we must use the .hl extension at the end of a filename.
(a)
TRUE or FALSE
Elements can contain attributes which provides additional information about the contents of an element.
(a)
TRUE or FALSE
HTML, CSS, and JavaScript are different languages used to build a website.
(a)
TRUE or FALSE
An HTML document must begin with a document type declaration using <!DOCTYPE html>.
(a)
TRUE or FALSE
HTML is not case-sensitive, so <P> and <p> are identical.
(a)
