Sec2 Final Revision With Answer PDF
Sec2 Final Revision With Answer PDF
1
Elwy Language Schools Computer revision sheet
(Sec.2) – (First term)
(15) A company set up its own site to manage its business and published for all
employees only, this impact is considered
(Local Host - Hosting Web Site - Host)
(16) Programming language that is used in dealing with the data stored in the database are:
(Oracle - SQL – Access)
(17) Page that is loaded directly when writing the site URL in the URL bar is
(Help.php – Index.php – Search.php – delete.php)
(18) ----------- Set of structured data linked to a particular subject in order to restore it to
the decision-making
(Tables - Records - databases - fields)
(19) ------------- Infrastructure for each data table represents only one statement for
each record
(Tables - Records - databases - fields)
(20) ---------- One description of the spreadsheet containing all the data for one case
of table
(Tables - Records - databases - fields)
2
Elwy Language Schools Computer revision sheet
(Sec.2) – (First term)
No Sentence Tick
Free software are published programs allow users to familiarized
1 X
them selves with their own code and modify it
Open source software allows the owner to use without the written
2 X
permission or remunerated only
3 Web page is static extension htm, html and displays various types of data √
4 Web page dynamic written language Asp.net and the language of php √
5 ASP Web page dealing with static databases X
Print server is intended to computer connected to your printer and
6 √
controls the management of printing operations
The server computer is characterized by a global technical
7
specifications for the rest of the network devices
√
8 Reservation pages that contain Php code extension Html X
3
Elwy Language Schools Computer revision sheet
(Sec.2) – (First term)
Answer:
<html>
<head>
<title>
My School
</title>
</head>
<body>
"We Love Our Beautiful School"
</body>
</html>
2 Header.PHP
Study from the
3 Add_term.PHP copybook
4 Help.PHP
5 Search.PHP
6 Delete.PHP
2- Is a software and applications that allow users to publish access to the code
so that they can edit Code, develop and re-published (open source Programs)
4- Information page from which to conduct processing on some of the contents of this
page and return Value or message or display Output (Dynamic Web Page)
high technical specifications for the rest of the network devices, controls the rest of
7- one specialized in developing web sites dynamic languages, and is an open source
language characterized by ease the speed and operate the server (PHP Language)
8- program that uses computers with the Server or to turn your personal computer into
(Records)
5
Elwy Language Schools Computer revision sheet
(Sec.2) – (First term)
14- Representing the infrastructure that make up the data table that contains
15- Relationship between two tables so that the first record in the table that is
associated with one record only the second table (One to One)
16- What is the relationship between two tables so that you can record in the first table of
the records associated with numerous in The second table and not vice versa (One to
Many)
6
Elwy Language Schools Computer revision sheet
(Sec.2) – (First term)
?<php 20
$R = 6 * 5 - 10;
echo $x;
?>
?<php My name is Mark John
$name = "Mark John;"
Echo "My name is". $name.
>?