1.
When designing a publication it is important to consider..
Correct Answer
D. The audience of the newspaper.
Explanation
When designing a publication, it is important to consider the audience of the newspaper. This is because the design should be tailored to meet the preferences, interests, and needs of the target audience. Understanding the audience helps in making decisions regarding the layout, font, colors, and overall design elements that will resonate with them and effectively communicate the intended message. Considering the audience ensures that the publication is engaging, relevant, and appealing to the readers, ultimately increasing its effectiveness and impact.
2.
UWhy are images used in publications?
Correct Answer
B. To reinforce the text.
Explanation
Images are used in publications to reinforce the text. They provide visual support and enhance the understanding of the content. Images can help to clarify complex concepts, evoke emotions, and engage the reader. They can also make the publication more visually appealing and memorable. By reinforcing the text, images can make the information more accessible and impactful for the audience.
3.
To move lots of images it is easier to..
Correct Answer
C. Group them together.
Explanation
Grouping the images together would make it easier to move lots of images. By selecting and grouping them, the images can be treated as a single entity, allowing for easier handling and movement. This can save time and effort compared to selecting and moving each image individually. Using a wizard or placing them in order may not necessarily provide the same level of convenience and efficiency in moving multiple images.
4.
What does HTML stand for?
Correct Answer
B. Hypertext Markup Language.
Explanation
HTML stands for Hypertext Markup Language. This is the correct answer because HTML is a standard markup language used for creating web pages and applications. It is responsible for structuring the content of a webpage by using tags to define elements such as headings, paragraphs, links, images, and more. Hypertext refers to the ability to link different web pages together, and markup language refers to the use of tags to define the structure and presentation of the content. Therefore, Hypertext Markup Language accurately describes the purpose and functionality of HTML.
5.
Where should you store images when building a website?
Correct Answer
B. In the 'Images' folder within the main website folder.
Explanation
When building a website, it is best practice to store images in a separate folder called 'Images' within the main website folder. This helps to keep the website organized and makes it easier to manage and update the images. Storing images in the same folder as the web pages or on the web page itself can make the website structure messy and difficult to navigate. Storing images in the location they were sourced from may not be feasible or recommended as it could lead to broken links if the original source is changed or removed.
6.
Which symbol is used to let the Internet Browser know that it has reached the end of a tag?
Correct Answer
B. /
Explanation
The symbol "/" is used to let the Internet Browser know that it has reached the end of a tag. In HTML, tags are used to mark the beginning and end of elements on a web page. The opening tag is denoted by "
7.
What file extension appears at the end of a web page?
Correct Answer
C. .html
Explanation
The correct answer is .html. HTML stands for Hypertext Markup Language, which is the standard language used for creating web pages. Web pages are typically saved with the .html file extension to indicate that they contain HTML code.
8.
What goes inside the tab to emphasise text by making it bold?
Correct Answer
D. B
Explanation
The correct answer is "b" because the "b" tag in HTML is used to make text bold. By placing the text inside the "b" tags, it will be displayed in a bold font style.
9.
What does the HTML tag
do?
Correct Answer
A. Start a new paragrapH.
Explanation
The HTML tag is used to start a new paragraph. It inserts a line break, creating a new line and separating the content into different paragraphs. This allows for better organization and readability of the text on a webpage.
10.
What file name should be given to the first page that will load on a website?
Correct Answer
C. Index
Explanation
The file name "Index" should be given to the first page that will load on a website. This is a common convention in web development where the index file serves as the main entry point for the website. By naming the first page as "Index", it indicates that this is the default page that will be displayed when the website is accessed.