-
Notifications
You must be signed in to change notification settings - Fork 1
/
gap.html
83 lines (82 loc) · 6.73 KB
/
gap.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html> <!-- it informs the browswer to expect html -->
<html lang="en"> <!-- declare the language of the webpage-->
<!-- head section includes page's properties and the necessary .css - .js files -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css"> <!-- the css for the menu navigation bar-->
<link rel="stylesheet" href="gap.css">
<script src="gap.js"></script>
<title>Συμπλήρωση κενών</title> <!-- Title of the webpage -->
</head>
<body> <!-- section that containes headings, paragraphs , hyperlinks -->
<nav> <!-- navigation bar -->
<ul> <!-- the links that display on the navigation bar -->
<li><h1 id="title">Quiz Πληροφορικής</h1></li>
<li><a href="index.html">Αρχική</a></li>
<li><a href="quiz1.html">Quiz1</a></li>
<li><a href="gap.html">Quiz2</a></li>
<li><a href="TrueFalse.html">Quiz3</a></li>
<li><a href="about.html">Σχετικά Με Εμάς</a></li>
</ul>
</nav>
<br> <br> <br>
<!-- we use split screen to cut the display -->
<section>
<div class="split left"> <!-- the "left" refers to the left part-->
<b><p id="instructions" style="font-size: 21px;" >Ακούστε το ηχητικό για οδηγίες!</p></b>
</div>
</section>
<section>
<div class="split right"> <!-- the "right" refers to the right part-->
<div class="audiofile"> <!-- a class to put audiofile -->
<audio controls>
<source src="images_mp3/gap.mp3" type="audio/mpeg"> <!-- the .mp3 file we use -->
</audio>
</class>
</div>
</div>
</section>
<div class="frame"> <!-- we create a huge class that contains a title , recommended words to fill in the gap for the user and submit - repeat button-->
<br>
<h1 style="font: size 10px;"id="title1" size="6">Συμπληρώστε τα κενά</h1>
<h2 id="title2">Λέξεις</h2>
<br>
<p id="words" style="font: size 20px;"> συνάρτηση - πρόγραμμα - κάλεσε - τέλος - υποπρογράμματος - περιορισμένη - τυπώσουν - οποιαδήποτε - μεταφέρουν</p>
<br>
<br>
<!-- each input type="text" creates a gap in which we add the same "name" , which will be useful in gap.js in order to process the
inputs of the user. Also text class="button" will be shown as ✔ or X (from the gap.js) depended on the user's input string to make the text more beautiful. -->
<p id="paragraph" style="text-align: justify;">
Η διαδικασία είναι ένας τύπος <input type="text" style="font-size:16px;" name="input" size="10"/><text class="button" id="check0"></text> που μπορεί να εκτελεί όλες τις λειτουργίες ενός προγράμματος.
Η <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check1"></text> είναι ένας τύπος υποπρογράμματος που υπολογίζει και επιστρέφει μόνο μία τιμή με το όνομά της (όπως οι μαθηματικές συναρτήσεις).
Οι διαδικασίες μπορούν να εκτελέσουν <input type="text" style="font-size:16px;" name="input" size="7" /> <text class="button" id="check2"></text>
λειτουργία από αυτές που μπορεί να εκτελέσει ένα <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check3"></text>.
Να εισάγουν δεδομένα, να εκτελέσουν υπολογισμούς, να μεταβάλλουν τις τιμές των μεταβλητών και να <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check4"></text>
αποτελέσματα. Με τη χρήση των παραμέτρων αυτές τις τιμές μπορούν να τις <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check5"></text>
και στα άλλα υποπρογράμματα. Αντίθετα η λειτουργία των συναρτήσεων είναι πιο <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check6"></text>.
Οι συναρτήσεις υπολογίζουν μόνο μία τιμή, αριθμητική, χαρακτήρα ή λογική και μόνο αυτήν επιστρέφουν στο υποπρόγραμμα που την
<input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check7"></text>. Οι συναρτήσεις μοιάζουν με τις συναρτήσεις
των μαθηματικών και η χρήση τους είναι όμοια με τη χρήση των ενσωματωμένων συναρτήσεων που υποστηρίζει η γλώσσα
προγραμματισμού.Ο τρόπος κλήσης καθώς και ο τρόπος σύνταξης των δύο αυτών τύπων των υποπρογραμμάτων είναι διαφορετικός.
Τόσο οι συναρτήσεις όσο και οι διαδικασίες τοποθετούνται μετά το <input type="text" style="font-size:16px;" name="input" size="7" /><text class="button" id="check8"></text> του κυρίου προγράμματος.
</p>
<br>
<!-- div id="disappear" and div id="center" are responsible for the Submit - Repeat buttons and the displayed message -->
<div id="disappear">
<div id="center">
<button class="submitbutton" id="button" onclick="submit()">Submit</button> <!--we create a class that creates a button and we give an id useful
in the css code. onclick="submit()" is a function in javascript that is being called when user clicks the button -->
</div>
</div>
</br>
<div id="center">
<!-- These ids are useful in javascript-->
<p id="message"><!-- id="message" displays a message when submit button is pressed -->
</p>
<p id="reload"></p><!-- id="reload" reloads the page by clicking the Repeat button-->
</div>
</div>
</body>
</html>