

1_Revision 2024
Presentation
•
Other, Education, Computers
•
8th Grade
•
Medium
Menna Rouby
Used 30+ times
FREE Resource
4 Slides • 69 Questions
1
2nd prep Revision Term one
The Egyptian language schools.
stages Preparatory
We teach for life.
Computer department 2023-2024
2
Choose the correct answer
Internet concept
The Egyptian language schools.
stages Preparatory
We teach for life.
Computer department 2023-2024
3
Multiple Choice
It’s two or more computers connected together for sharing files and resources.
Network
Internet
IP
TCP
4
Multiple Choice
is a computer network covering a small geographic area
LAN
Internet
IP
TCP
5
Multiple Choice
is a computer network that covers a broad or large area.
WAN
Internet
IP
TCP
6
Multiple Choice
is a place to visit on the internet to know more about the entity that owns this web site.
Website
Internet
IP
TCP
7
Multiple Choice
is a web page or more, connected with each other by hyperlinks, with a
certain name and Web address.
Website
Internet
IP
TCP
8
Multiple Choice
It’s the first and main page of a website, through it you can navigate the website by browsing the different pages.
Homepage
Internet
IP
TCP
9
Multiple Choice
is an electronic document commonly written in Hypertext Markup Language (HTML) that is accessible through the Internet or other network using an Internet browser.
Webpage
Internet
IP
TCP
10
Multiple Choice
it’s a unique name of the web site address that you want to visit.
URL
Internet
IP
TCP
11
Multiple Choice
protocol used to transmit and receive all data over the internet.
HTTP
Internet
IP
TCP
12
Multiple Choice
Is the part of the domain name located to the right of the dot (.)
TLD
Country
WWW
HTTP
13
Multiple Choice
(.eg ) Where the server exists.
TLD
Country
WWW
HTTP
14
Multiple Choice
The content of these pages is previously prepared by the page
developer.
Static Webpages
Interactive Webpages
Web server
Domain
15
Multiple Choice
The user can’t interact or edit with the site contents by answering questions or adding comments.
Static Webpages
Interactive Webpages
Web server
Domain
16
Multiple Choice
are commonly designed by HTML language only
Static Webpages
Interactive Webpages
Web server
Domain
17
Multiple Choice
It is a web page that has content allowing the visitors to interact and manipulate on the webpage.
Interactive Webpage
Static Webpage
Web server
Domain
18
Multiple Choice
Give the website owner the ability to simply update the site.
For example, news and events could be posted to the site through a simple browser interface.
Interactive Webpage
Static Webpage
Web server
Domain
19
Multiple Choice
This webpage type is designed by HTML , JavaScript, PHP and others.
Interactive Webpage
Static Webpage
Web server
Domain
20
Multiple Choice
The Advantages of the webpage are Fast in loading, Cheap to host & develop.
Interactive Webpage
Static Webpage
Web server
Domain
21
Multiple Choice
The advantage of webpage is Much more functional website and easy to update.
Interactive Webpage
Static Webpage
Web server
Domain
22
Multiple Choice
The disadvantage of the webpage requires web developer expertise to update the site.
.
The disadvantage of Interactive Webpage
The disadvantage of Static Webpage
The disadvantage of Web server
The disadvantage of Domain
23
Multiple Choice
The disadvantage of the webpage is the Content can get nothing changed.
.
The disadvantage of Interactive Webpage
The disadvantage of Static Webpage
The disadvantage of Web server
The disadvantage of Domain
24
Multiple Choice
the disadvantages of webpage are expensive to develop and host.
Heavy in loading.
The disadvantage of Interactive Webpage
The disadvantage of Static Webpage
The disadvantage of Web server
The disadvantage of Domain
25
Multiple Choice
Firefox is an example of a web browser.
True
False
26
Multiple Choice
You need this to actually see the web pages on the Internet.
Web browser
Spam
27
Multiple Choice
Google is an example of:
A search engine
Spam
28
Choose the correct answer:
Web design stages
The Egyptian language schools.
stages Preparatory
We teach for life.
Computer department 2023-2024
29
Multiple Choice
Draw a simple diagram of the web pages of the website, the homepage and the connected pages by hyperlinks (Site map).
Planning
Designing
Prepare
Implementation
Publish or launch
30
Multiple Choice
Decide the purpose of the website and the target audience.
Planning
Designing
Prepare
Implementation
Publish
31
Multiple Choice
Prepare the webpage contents which will be added to the page using an editor program and save it in a folder.
Planning
Designing
Prepare
Implementation
Publish
32
Multiple Choice
a web address is taken (Domain) and the storage capacity is decided (Host)
to save on one of the servers and publish the site on the internet
Planning
Designing
Prepare
Implementation
Publish
33
Multiple Choice
change the paper design into a web page by HTML to be shown and visited on the internet with an internet browser program.
Planning
Designing
Prepare
Implementation
Publish
34
Multiple Choice
We decide the information & data to be included as data or service according to the need in …….. stage .
Designing
Planning
Preparing
Implementation
Publish
35
Multiple Choice
We design the format of the pages shapes, colours & background in …….. stage .
Designing
Planning
Preparing
Implementation
Publish
36
Multiple Choice
We change the paper into a real design on the computer & create a necessary hyperlinks in …….. stage .
Designing
Planning
Preparing
Implementation
Publish
37
Multiple Choice
The language is used to create the basic web pages that are displayed through an internet browser.
HTML
Java Script
PHP
38
Multiple Choice
The address now is taken & the storage capacity is decided to save on the server in …
Designing
Planning
Preparing
Implementation
Publish or launching
39
Write the scientific term
HTML
The Egyptian language schools.
stages Preparatory
We teach for life.
Computer department 2023-2024
40
Multiple Choice
Text editor to write and edit HTML tags, we create text editor using
Notepad
Java Script
PHP
41
Multiple Choice
What does HTML stand for?
Hyper Text Markup Language.
Home Tool Markup Language.
Hyperlinks and Text Markup Language.
42
Multiple Choice
What is the correct HTML code for adding a background color?
<body bgcolor=”yellow”>
<background>yellow</background>
43
Multiple Choice
Which character is used to indicate an end tag?
/
#
44
Multiple Choice
<p> tag defines a
Paragraph
Link
45
Multiple Choice
All webpages consist of two main parts …………….and……………
Head and Body
Link and hyper Link
46
Multiple Choice
The………………. attribute used to choose the type of font in HTML.
face
color
47
Multiple Choice
………&…….. Tags start & close the html document.
<html> & </html>
<body> & </body>
48
Multiple Choice
HTML document is saved using .doc extension. ( )
False
True
49
Multiple Choice
How many heading tags are there in HTML? *
6
4
50
Multiple Choice
Which of the following attributes is used to add link to any element? *
href
link
51
Multiple Choice
Which of the following tags is used to make a portion of text italic in HTML? *
<i> </i>
<italic>
52
Multiple Choice
What is the correct HTML element for inserting a line break? *
<nbsp>
<br>
53
Multiple Choice
Change the page direction right to left by attribute ...
<title>..</title>
HTML
dir="RTL"
dir="LTR"
54
Multiple Choice
Describes the visible page content.
<body>..</body>
HTML
dir="RTL"
dir="LTR"
55
Multiple Choice
You have to save the html document with the extension......
.doc
.html
.png
.ppt
56
Multiple Choice
To make the text appears on the webpage as Italic use the tag:...........
<i> .. </i>
<b> .. </b>
<u> .. </u>
<p> .. </p>
57
Multiple Choice
Which of the following element is responsible for making the text bold in HTML?
<i> .. </i>
<b> .. </b>
<u> .. </u>
<p> .. </p>
58
Multiple Choice
Which of the following tag is used to make the underlined text?
<i> .. </i>
<b> .. </b>
<u> .. </u>
<p> .. </p>
59
Multiple Choice
A program in HTML can be displayed and read by -
Web browser
Server
Interpreter
60
Multiple Choice
To identify the background color of the body use the attribute…...
background
bgcolor
color
<p> .. </p>
61
Multiple Choice
The attribute which is linked with the tag <img> is ..
src
href
color
align
62
Multiple Choice
The tag <a> is used to ..........within the webpage.
play a video
play a video
insert a hyperlink
align
63
Multiple Choice
The attribute ........is used to identify the font type in <font> tag.
size
font name
type
face
64
Multiple Choice
<br> is to describe a new break line in an html document. ( )
True
false
65
Multiple Choice
To control in the number of spaces between words us ( )
True
false
66
Multiple Choice
The tags in HTML are -
case-sensitive
not case sensitive
67
Multiple Choice
Which programming language structures all webpages on the internet?
HTML
Javasript
68
Multiple Choice
Code a paragraph that displays Hello HTML
<p> Hello HTML </p>
P = Hello HTML
69
Multiple Choice
Code a heading that displays Hello World
<h1>Hello World</h1>
h1= Hello World
70
Multiple Choice
Code a title inside the head section .....
<title> .... </title>
<h1>........<h1>
71
Multiple Choice
Code a head section inside html document....
<h1> .... </h1>
<head>........</head>
72
Multiple Choice
align the paragraph to left
<p align=”left”>
<left>........</left>
73
Multiple Choice
Change the font size of the content
<font face=”calibri”> content </font>
<font size=”5”> content </font>
2nd prep Revision Term one
The Egyptian language schools.
stages Preparatory
We teach for life.
Computer department 2023-2024
Show answer
Auto Play
Slide 1 / 73
SLIDE
Similar Resources on Wayground
67 questions
Unit 2 Matter Unit Test
Lesson
•
7th Grade
68 questions
Forces and Motion Test Review
Lesson
•
8th Grade
71 questions
Module 11 Building Solutions
Lesson
•
7th - 8th Grade
70 questions
Introduction To Python - For Loop
Lesson
•
8th Grade
70 questions
NOMENCLATURAS STARBUCKS
Lesson
•
KG
66 questions
Author's Purpose
Lesson
•
7th - 8th Grade
68 questions
8th Grade Science CBA Review
Lesson
•
8th Grade
70 questions
Module 3, Lesson 2 New England Colonies
Lesson
•
8th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
13 questions
SMS Cafeteria Expectations Quiz
Quiz
•
6th - 8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
12 questions
SMS Restroom Expectations Quiz
Quiz
•
6th - 8th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
10 questions
Pi Day Trivia!
Quiz
•
6th - 9th Grade
Discover more resources for Other
14 questions
Boundaries & Healthy Relationships
Lesson
•
6th - 8th Grade
13 questions
SMS Cafeteria Expectations Quiz
Quiz
•
6th - 8th Grade
12 questions
SMS Restroom Expectations Quiz
Quiz
•
6th - 8th Grade
10 questions
Pi Day Trivia!
Quiz
•
6th - 9th Grade
15 questions
SMS PBiS Hallway Expectations
Quiz
•
6th - 8th Grade
10 questions
Mind the pi : Pi Day Trivia
Lesson
•
6th - 8th Grade
7 questions
SMS Playground Expectations Quiz
Quiz
•
6th - 8th Grade
16 questions
Mario Trivia Challenge
Quiz
•
6th - 8th Grade