Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Summer Quiz for Senior Class - Quiz Two

Total questions: 50

Worksheet time: 30mins

Name
Class
Date
1.

What does CSS stand for?

(a)  

2.

What is the purpose of the tag in HTML?

a)

The tag is used to include images and videos in the document.

b)

The tag is for defining the layout of the webpage.

c)

The tag is used to contain meta-information about the HTML document.

d)

The tag is used to display the main content of the page.

3.

What does the 'background-color' property do?

a)

The 'background-color' property sets the background color of an element.

b)

The 'background-color' property adds a border to an element.

c)

The 'background-color' property changes the font size of an element.

d)

The 'background-color' property sets the text color of an element.

4.

Which HTML element is used to create a hyperlink?

a)

<a>

b)

<p>

c)

<h1>

d)

<li>

5.

What is the correct way to write a code for an inline CSS style?

a)

<p style="color:red;">Hello</p>

b)

<p css="color:red;">Hello</p>

c)

<p style:color=red;">Hello</p>

d)

<p {color=red;}>Hello</p>

6.

How do you link an external CSS file in HTML?

a)

<link rel="stylesheet" href="styles.css">

b)

<style src="styles.css">

c)

<script src="styles.css">

d)

<css link="styles.css">

7.

Whats the use of the 'alt' attribute in <img> element?

a)
The 'alt' attribute is used for image file naming.
b)
The 'alt' attribute in elements is used to provide alternative text for the image.
c)
The 'alt' attribute controls the image's loading speed.
d)
The 'alt' attribute specifies the image's dimensions.
8.

What is the shortcut for copying text in Microsoft Word?

a)

Ctrl + A

b)

Ctrl + X

c)

Ctrl + V

d)

Ctrl + C

9.

Which CSS property is used to change text color?

a)
color
b)
background-color
c)

text-color

d)
font-size
10.

Whats the difference between the <head> section and <body> section in HTML?

a)

The <head> section contains the main content; the <body> section is for scripts.

b)

The <head> section is for styling; the <body> section is for metadata.

c)

The <head> section is for meta-information; the <body> section is for content the user sees

d)

The <head> section is for links; the <body> section is for images.

11.

Whats the purpose of semi-colon (;)in CSS?

a)
The semi-colon is used to end CSS files.
b)
The semi-colon is used to define CSS selectors.
c)

The semi-colon is used to separate property declarations in CSS.
marks end of a style

d)
The semi-colon is used to comment out CSS code.
12.

Whats the full meaning of HTML

(a)  

13.
What does this icon mean?
a)
Border
b)
Bigger
c)
Bold
d)
Behind
14.
a)
Undo
b)
Underline
c)
Center
d)
Bold
15.
a)
Italic
b)
Bold
c)
Underline
d)
Center align
16.

Left, Center, Right,and Justify are options for which tool located on the toolbar or ribbon?

a)

Zoom

b)

Line Spacing

c)

Text Alignment

d)

Bulleted Lists

17.

To quickly undo a mistake you can hold which key down while tapping the 'Z' key?

a)

Ctrl

b)

Shift

c)

Alt

d)

Fn

18.
PowerPoint is a presentation program that allows you to create dynamic ___________ presentations.
a)
Worksheet
b)
Documents
c)
Photo
d)
Slide
19.
To put a table into a PowerPoint slideshow, we go to:
a)
File
b)
Home
c)
Insert
d)
Design
20.
Where are fonts found?
a)
File
b)
Home
c)
Insert
d)
Design
21.
When you begin a new slideshow, your first slide has what type of Layout?
a)
Title
b)
Title and Content
c)
Comparison
d)
Picture with Caption
22.

What type of software is MS-PowerPoint considered to be?

a)

Word Processing

b)

Spreadsheet

c)

Database

d)

Presentation

23.

What does the “R” in RTCFS stand for?

a)

Role

b)

Response

c)

Rewrite

d)
Reactive-Time
24.

Which of these is an example of a “Task” word from the slides?

a)

Friendly

b)

Summarize

c)

Bullet points

d)

Response

25.

Which prompt best demonstrates “Context”?

a)
A prompt that focuses solely on definitions without examples.
b)
A prompt that provides a vague question without context.
c)
A prompt that asks for a list of items without any details.
d)
A prompt that includes a specific scenario or background information related to the topic.
26.

Which of the following prompt best demonstrates “Context”?

a)

Tell me about photosynthesis

b)

Explain photosynthesis in a table.

c)

I am 10 years old and learning about photosynthesis for school. Explain it simply

d)

Act as a science teacher

27.

According to the deck, what does “Format” tell the AI?

a)

How the answer should sound

b)

How the information should be arranged

c)

Who the AI should act as

d)

What the AI should do

28.

A vague prompt like “Make something” usually gives AI enough information to respond

a)
True
b)
False
29.

Act as a friendly primary school maths teacher” is an example of setting a Role.

a)
True
b)
False
30.

RTCFS stands for Role, Task, Context, Format, Style.

a)
True
b)
False
31.

Better instructions → more useful ____​ (a)  

32.

What color will this element be?

a)

Green

b)

Blue

c)

Red

d)

No color

33.

CSS is the...

a)

language for designing web pages

b)

longitudinal compass for directions

c)

way we send information to each computer

d)

way we set up each tag

34.
Where in the HTML document is the correct location to insert code to link to your external CSS? 
a)
In the <head> section
b)
In the <body> section
c)
At the very end of the document
d)
At the very beginning of the document
35.
Which is correct CSS syntax? 
a)
{ body; color=black;}
b)
body: color= black
c)
body {color:black;}
d)
(body color is black) 
36.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
37.
How can you make a numbered list?
a)
<list>
b)
<ol>
c)
<dl>
d)
<ul>
38.
How can you make a bulleted list?
a)
<ol>
b)
<ul>
c)
<list>
d)
<dl>
39.
If you want to have more than one property for a CSS selector, what character separates them?
a)
comma (,)
b)
semi-colon (;)
c)
colon (:)
d)
dash (-)
40.

What is wrong with this code?

a)

The style sheet <link> statement belongs between <head> and </head>

b)

The style sheet <link> statement belongs between <title> and </title>

c)

The style sheet <link> statement belongs between </head> and <body>

d)

The style sheet <link> statement belongs immediately after the DOCTYPE statement

41.
What is the function of a title tag?
a)
stores webpage title for browser and search engine results
b)
show server how to index the website
c)
shows meta information about the title
d)
shows server how to title the website
42.
What is the purpose of <!DOCTYPE html>?
a)
provides the web browser with security information
b)
instructs the browser where to look for your CSS files
c)
Allows programmers to link to files in-line
d)
Tells the web browser what language to expect
43.
Jerry wants to insert a line break into his webpage. Which code should he use?
a)
<ul>
b)
<li>
c)
<br>
d)
<h1>
44.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
45.

What is the full meaning of INTERNET?​ ​

a)
Interconnected Network
b)
Interlinked Web
c)
International Network
d)
Interconnected System
46.

Which of the following is NOT an example of Web browsers?

a)

Google

b)

Microsoft Edge

c)

Firefox

d)

Safari

47.

What is the use of web browsers in web development?

a)
Web browsers are used to view, test, and debug web applications.
b)
Web browsers are tools for designing graphics and animations.
c)
Web browsers are primarily for managing databases.
d)
Web browsers are used to create server-side applications.
48.

What is the main purpose of CapCut video editing tutorial?

a)

To demonstrate audio editing only

b)

To showcase video effects for professionals

c)

To teach advanced editing techniques

d)

To provide a complete tutorial for beginners

49.

Which company is behind the creation of CapCut?

a)

Instagram

b)

TikTok

c)

YouTube

d)

Facebook

50.

What is the purpose of adding transitions in video editing?

a)

To make videos shorter

b)

To make videos longer

c)

To create smooth flow between clips

d)

To add unnecessary effects