wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MUITICT_11_test

Total questions: 70

Worksheet time: 53mins

Name
Class
Date
1.

What does website authoring refer to?

a)

Only coding websites from scratch

b)

Creating and managing web content

c)

Only designing graphics for websites

d)

Only managing server databases

2.

Which of the following is a WYSIWYG editor?

a)

WordPress

b)

Adobe Dreamweaver

c)

Joomla

d)

Visual Studio Code

3.

What is a primary benefit of using web authoring tools?

a)

They are only for professional developers

b)

They streamline the website creation process

c)

They eliminate the need for any design skills

d)

They require extensive coding knowledge

4.

Which of the following is a popular content management system (CMS)?

a)

Adobe Dreamweaver

b)

Wix

c)

WordPress

d)

Webflow

5.

What is a session cookie?

a)

A cookie that is set by third-party websites

b)

A cookie that tracks user behavior over time

c)

A cookie that lasts until the browser is closed

d)

A cookie that remembers user preferences indefinitely

6.

Which of the following is NOT a key feature of web browsers?

a)

User Interface (UI)

b)

Rendering Engine

c)

Download Manager

d)

Content Management System

7.

What is the main function of a web browser?

a)

To store user data

b)

To manage server databases

c)

To access and navigate the Internet

d)

To create websites

8.

What is the purpose of cookies in web browsing?

a)

To store large files on the server

b)

To enhance the browsing experience

c)

To prevent users from logging in

d)

To slow down website loading times

9.

Which of the following is a popular web browser?

a)

Microsoft Word

b)

Visual Studio

c)

Google Chrome

d)

Adobe Photoshop

10.

What is the process of crawling in search engines?

a)

Discovering new content on the web

b)

Storing data in a database

c)

Displaying search results to users

d)

Ranking web pages based on relevance

11.

What do search engines use to rank web pages?

a)

User preferences

b)

Algorithms

c)

Cookies

d)

HTML code

12.

What is a persistent cookie?

a)

A cookie that lasts only for a session

b)

A cookie that remains on the device for a specified period

c)

A cookie that is only used for tracking

d)

A cookie that is deleted immediately

13.

Which of the following is a challenge for search engines?

a)

Designing websites

b)

Managing server traffic

c)

Creating user accounts

d)

Ensuring high-quality content

14.

What is the main purpose of a search engine?

a)

To create websites

b)

To manage web servers

c)

To store user data

d)

To retrieve and present relevant web pages

15.

What is the role of the rendering engine in a web browser?

a)

To store cookies

b)

To interpret HTML and CSS

c)

To manage downloads

d)

To create user accounts

16.

What is the primary responsibility of the Presentation Layer in layered architecture?

a)

User interface and user interactions

b)

Data storage management

c)

Business rules processing

d)

Content retrieval

17.

Which layer contains the core functionality and business rules of the application?

a)

Data Layer

b)

Content Layer

c)

Presentation Layer

d)

Business Logic Layer

18.

What does the Data Access Layer manage?

a)

Content structure

b)

Communication with data sources

c)

User interactions

d)

Visual styling of web pages

19.

Which of the following is NOT a benefit of layered architecture?

a)

Improved Testability

b)

Separation of Concerns

c)

Increased Complexity

d)

Loose Coupling

20.

What is the purpose of the Content Layer in web page layers?

a)

To add interactivity and dynamic functionality

b)

To manage user inputs

c)

To provide the structure of a web page

d)

To control layout and visual style

21.

Which technology is primarily used in the Presentation Layer?

a)

JavaScript

b)

HTML

c)

CSS

d)

All of the above

22.

What is the first step in creating a web page?

a)

Define your website's purpose and goals

b)

Choose a platform

c)

Test your website

d)

Design your brand identity

23.

Which element is used to include a static image in an HTML document?

a)

<img>

b)

<style>

c)

<head>

d)

<body>

24.

Which of the following is a key feature of the body section of a web page?

a)

Defines the document's title

b)

Contains metadata

c)

Includes all visible content

d)

Links to external resources

25.

What is the purpose of the alt attribute in the tag?

a)

To provide a text description for accessibility

b)

To specify the image size

c)

To define the image format

d)

To link to the image source

26.

Which HTML element is used for creating a hyperlink?

a)

<li>

b)

<p>

c)

<ul>

d)

<a>

27.

What is the function of the tag in the head section?

a)

To define the document's title

b)

To include JavaScript code

c)

To link external stylesheets

d)

To provide metadata about the HTML document

28.

What does the contentText property do in testing frameworks?

a)

Retrieves the combined text from a web page object

b)

Links to external JavaScript files

c)

Specifies the character set of the document

d)

Defines the layout of a web page

29.

What HTML tag is used to embed a video?

a)

<style>

b)

<script>

c)

<video>

d)

<audio>

30.

Which attribute is used to provide different image resolutions for various devices?

a)

sizes

b)

src

c)

srcset

d)

alt

31.

What is the purpose of the <audio> element in HTML?

a)

To display images

b)

To embed sound clips

c)

To format text

d)

To create links

32.

Which of the following is a best practice for using static images?

a)

Use only JPEG format

b)

Avoid caching

c)

Include descriptive alt text

d)

Use large file sizes

33.

What type of link includes the full URL?

a)

Email link

b)

Absolute link

c)

Anchor link

d)

Relative link

34.

Which CSS property is used to create a hover effect?

a)

display

b)

transform

c)

animation

d)

transition

35.

What is the purpose of lazy loading images?

a)

To preload images

b)

To defer loading until in the viewport

c)

To load all images at once

d)

To increase image size

36.

Which of the following is NOT a type of moving image?

a)

Animations

b)

Interactive graphics

c)

Video backgrounds

d)

Static images

37.

Which HTML tag is used to create a hyperlink?

a)

<r>

b)

<p>

c)

<a>

d)

<s>

38.

What is a best practice for using sound clips on a web page?

a)

Provide user controls

b)

Autoplay sound clips

c)

Avoid using audio altogether

d)

Use long audio files

39.

What is the purpose of the <div> and <section> tags in HTML?

a)

To embed images

b)

To create links

c)

To display text

d)

To organize content semantically

40.

Which of the following is a type of stylesheet?

a)

Inline styles

b)

External scripts

c)

JavaScript functions

d)

HTML tags

41.

What is parallax scrolling?

a)

A way to create hyperlinks

b)

A technique for background images

c)

A method for embedding audio

d)

A type of animation

42.

What is the purpose of internal styles in HTML?

a)

To link to external CSS files

b)

To style a single page without affecting others

c)

To style multiple pages at once

d)

To apply styles directly to HTML elements

43.

Which method is most efficient for styling larger websites?

a)

Inline styles

b)

Internal styles

c)

External styles

d)

Embedded styles

44.

What does the 'background-color' property do?

a)

Sets the text color of an element

b)

Defines the size of a background image

c)

Controls the repetition of a background image

d)

Specifies the background color of an element

45.

What is a key benefit of using external stylesheets?

a)

They are not reusable across multiple pages

b)

They require more code than inline styles

c)

They improve load times by caching

d)

They can only be used in one HTML document

46.

Which of the following is a valid CSS file extension?

a)

.html

b)

.css

c)

.xml

d)

.js

47.

What is the purpose of the <link> element in HTML?

a)

To create inline styles

b)

To link to external CSS files

c)

To define internal styles

d)

To add JavaScript functionality

48.

Which CSS property controls the position of a background image?

a)

background-position

b)

background-color

c)

background-repeat

d)

background-size

49.

What is the main disadvantage of using inline styles?

a)

They are easy to implement

b)

They can lead to less maintainable code

c)

They are not visible in the HTML

d)

They require external files

50.

What does the 'background-size' property do?

a)

Specifies the position of the background

b)

Controls the repetition of the background

c)

Defines the size of the background image

d)

Sets the color of the background

51.

Which of the following is a best practice for CSS?

a)

Use inline styles for all elements

b)

Use the same CSS file for all projects

c)

Organize CSS files logically

d)

Avoid using external stylesheets

52.

What is the purpose of the 'padding' property in CSS?

a)

To set the margin of an element

b)

To add space inside an element

c)

To change the background color

d)

To define the border of an element

53.

What is a common use of the 'background-repeat' property?

a)

To set the background color

b)

To position the background image

c)

To control how a background image is repeated

d)

To define the size of the background image

54.

Which of the following is NOT a method to incorporate CSS into HTML?

a)

Inline CSS

b)

Embedded CSS

c)

Internal CSS

d)

External CSS

55.

What is the significance of separating content from presentation in web development?

a)

It reduces the need for CSS

b)

It allows for easier maintenance and updates

c)

It limits the use of HTML

d)

It makes the code more complex

56.

What is the primary benefit of using external styles in web development?

a)

Better for inline adjustments

b)

More control over individual elements

c)

Faster loading times

d)

Easier to maintain for larger sites

57.

Which property is used to set the font size in external styles?

a)

font-weight

b)

font-style

c)

font-size

d)

font-family

58.

What does the 'border-collapse' property do in CSS?

a)

Separates borders of adjacent cells

b)

Collapses borders into a single border

c)

Controls the padding inside cells

d)

Sets the width of the table

59.

Which of the following is a disadvantage of using inline styles?

a)

Promotes reusability

b)

Specific to one element

c)

Easier to maintain

d)

Improves performance

60.

What is the purpose of usability testing?

a)

To check interactions between systems

b)

To assess website performance

c)

To evaluate the user experience

d)

To verify that all features work as intended

61.

Which tool is commonly used for performance testing?

a)

Selenium

b)

Apache JMeter

c)

OWASP ZAP

d)

Cypress

62.

What does the 'padding' property control in a table?

a)

Horizontal alignment of content

b)

Vertical alignment of content

c)

Space inside each cell

d)

Space between borders

63.

What is the first step in the website testing process?

a)

Final Review

b)

Defect Reporting

c)

Planning

d)

Test Execution

64.

Which of the following is NOT a type of testing mentioned?

a)

Functionality Testing

b)

Design Testing

c)

Usability Testing

d)

Security Testing

65.

What is the purpose of the 'style' attribute in inline styles?

a)

To create reusable styles

b)

To apply styles directly to HTML elements

c)

To link external stylesheets

d)

To define CSS classes

66.

What is the final step before launching a website?

a)

Upload files to the server

b)

Perform one last round of testing

c)

Choose a hosting provider

d)

Register a domain name

67.

Which CSS property specifies the typeface?

a)

font-style

b)

font-weight

c)

font-family

d)

font-size

68.

What does the 'invisible' class do in the provided CSS?

a)

Changes the background color

b)

Hides the entire table

c)

Removes borders from elements

d)

Makes the text invisible

69.

What is the purpose of the 'text-align' property?

a)

To define the font size

b)

To specify horizontal alignment of content

c)

To set the width of the table

d)

To control vertical alignment

70.

What type of file is using to define the presentation and layout of HTML documents

a)

CSS

b)

CSV

c)

JPG

d)

MP4