NEW
Font size
WorksheetsYear 8 Baseline assessment
Total questions: 45
Worksheet time: 34mins
What is one way to ensure a healthy balance between media use and other activities?
Use media all day
Avoid media completely
Schedule specific times for media use
Which of the following is a positive effect of using media?
Improved access to information
Increased stress
Decreased physical activity
What is a common negative effect of excessive media use?
Enhanced social skills
Reduced physical activity
Better sleep quality
Why is it important to take breaks from media use?
To avoid missing out on new content
To increase screen time
To reduce eye strain and mental fatigue
What is one strategy for managing media use effectively?
Multitasking with multiple devices
Setting time limits for media use
Using media during all free time
How can you track your media use habits?
By ignoring how much time you spend on devices
By keeping a media use diary
By using multiple devices simultaneously
What is a benefit of having a media balance plan?
Increased screen time
More time spent on social media
Better overall well-being
Which activity can help balance media use with physical health?
Watching TV for long hours
Engaging in outdoor sports
Playing video games all day
What is the definition of 'Consumer'?
A person who sells products or services
A person who buys products or services to use
A person who designs products
What are 'Cookies' in the context of internet usage?
Small text files stored on a computer that keep track of what a person does on a website
A type of software that blocks ads
A form of digital currency
What is 'Targeted Advertising'?
Advertising that is shown to everyone equally
Advertising that uses collected information to show certain types of ads to specific users
Advertising that is only shown on television
Which of the following is a strategy to limit data collection by companies?
Turn off cookies and adjust privacy settings
Share more personal information online
Use multiple social media accounts
Why is data about consumers valuable to companies?
It helps companies improve their products and services
It is used to create public databases
It is required by law
What should you do if an app or website asks for unnecessary personal information?
Provide the information without checking
Check the privacy policy to see how the information is used
Ignore the request and continue using the app
What is the definition of 'Social Media' as per the lesson?
A form of online gaming
A type of digital currency
Websites and applications that enable users to create and share content or to participate in social networking
What is 'Oversharing' in the context of social media?
Sharing personal feelings, information, or experiences that later make someone feel uncomfortable or regretful
Posting too many photos
Sharing content only with close friends
What is a 'Red Flag Feeling'?
A feeling of excitement when using social media
When something happens on digital media that makes you feel uncomfortable, worried, sad, or anxious
A positive reaction to a social media post
What percentage of teens aged 12-15 had a social media profile in 2019 according to the lesson?
50%
70%
90%
What is one benefit of social media mentioned in the lesson?
It always improves mental health
It allows people to connect with others who have similar interests
It guarantees privacy
What is one strategy to handle 'Red Flag Feelings' when using social media?
Use the 'Feelings & Options' thinking routine to consider ways to handle them
Ignore the feelings and continue using social media
Share more personal information online
What is 'Copyright'?
Legal protection that creators have over the things they create
A type of public domain work
A method of sharing creative works freely
What is the 'Public Domain'?
Creative work that is copyrighted and requires permission to use
Creative work that is not copyrighted and free to use without permission
A place where public events are held
What does 'Fair Dealing' refer to?
Using copyrighted works without any restrictions
Selling copyrighted works for profit
The circumstances in which copyrighted works can be used without permission from the copyright owner
Which of the following is an exception of Fair Dealing?
Using copyrighted work for commercial purposes
Using copyrighted work for parody or caricature
Using copyrighted work without acknowledgment
What should you consider to determine if using someone else's work is fair dealing?
Whether it is for personal enjoyment
Whether it falls under one of the four exceptions: parody, reporting, review, or study
Whether it is widely available online
What is the primary purpose of HTML in web development?
To style web pages
To create animations
To define the structure and content of a web page
Which HTML tag is used to define the main heading of a web page?
<head>
<h1>
<title>
What does the
section of an HTML document contain?The visible content of the web page
Metadata about the document, such as the title and links to CSS files
Images and videos
Which HTML tag is used to create a paragraph of text?
<p>
<paragraph>
<text>
What is one benefit of having a well-designed website?
It increases screen time
It enhances user experience and improves brand reputation
It reduces the need for online presence
What HTML tag is used to display images on a web page?
<img src="insert link">
<image>
<photo>
Which attribute is used within the tag to specify the image source?
href
src
alt
What is the purpose of the alt attribute in the tag?
To style the image
To provide alternative text if the image doesn't load
To link the image to another page
Which HTML tag is used to create a hyperlink?
<hyperlink>
<link>
<a>
What is the purpose of nesting lists in HTML?
To create a hierarchical structure within your content
To add images to the list
To link list items to other pages
What should you include in the
section of an HTML document?The visible content of the web page
Metadata about the document, such as the title and links to CSS files
Images and videos
Which attribute of the tag specifies the URL of the page the link goes to?
src
href
alt
What value of the target attribute opens the linked document in a new window or tab?
_self
_parent
_blank
Which attribute of the tag specifies the path to the image?
href
src
alt
What is the purpose of the alt attribute in the tag?
To style the image
To link the image to another page
To provide alternative text if the image doesn't load
How can you specify the width and height of an image in HTML?
Using the src attribute
Using the width and height attributes
Using the alt attribute
What happens if the browser cannot find the image specified in the src attribute?
The browser displays a broken link icon and the alt text
The browser ignores the image tag
The browser crashes
Which attribute is recommended to use for specifying the size of an image to prevent flickering while loading?
src
alt
width and height
Which image formats are commonly supported in all browsers?
JPEG, PNG, GIF
BMP, TIFF, SVG
PDF, DOCX, XLSX
