-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpascal_lesson_1_1.html
169 lines (146 loc) · 10.5 KB
/
pascal_lesson_1_1.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<html lang = "ru"> <head>
<meta content="http://Tipo - Learn.ru/img/preview.png"> <meta name="description" content=" С Типо Лерн Вы сможете научиться программированию с ноля, создать свой проект и в итоге, писать любой код на любом языке программирования" /> <link rel="image_src" href="http://Tipo - Learn.ru/img/logo_circle.png" /> <meta property="og:url" content="http://Tipo - Learn.ru/index.html"> <meta property="og:image"content="http://Tipo - Learn.ru/img/logo_circle.png"> <meta property="og:image:width" content="1000"/> <meta property="og:image:height" content="900"/>
<Title> Tipo - Learn · Pascal · Типо Лерн · Урок 1 </Title>
<link rel="shortcut icon" href="favicon.png" type="image/png">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="js/rotators.js"></script>
<link href = "css/style.css" type = "text/css" rel = "stylesheet">
<link rel="stylesheet" href="css/left-nav-style.css" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet"> <!--index-rotator-->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <!-- шрифт -->
<link href="https://fonts.googleapis.com/css?family=Oregano" rel="stylesheet"> <!-- шрифт авторской подписи -->
<!-- Статистика посещений и эффективности Google -->
<!-- Yandex.Metrika counter -->
<script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter50864481 = new Ya.Metrika2({ id:50864481, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2");
</script> <noscript><div><img src="https://mc.yandex.ru/watch/50864481" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</HEAD>
<Body>
<!--Menu-->
<input type="checkbox" id="nav-toggle" hidden>
<nav class="nav">
<label for="nav-toggle" class="nav-toggle" onclick></label>
<h2 class="logo">
<a href="index.html">Tipo_Learn</a>
</h2>
<ul>
<li> <a href= "index.html">Главная</a> </li>
<!--<li> <a href= "index.php"> Личный кабинет </a> </li>-->
<li> <a href= "pascal.html"> Pascal - Язык программирования </a> </li>
<li> <a href= "tests.html" target = "_blank">Тестирование</a> </li>
<li> <a href= "help.html">Помощь</a> </li>
<!--<li> <a href= "copyright.html"> Копирование материалов </a> </li>-->
<li> <a href= "copyright1.html"> Источники информации </a> </li>
<li> <a href= "about.html">О нас</a> </li>
<ul class = "dropul">
<span style = "padding-right:10px; color:#D5EAEA; font-size:20px;">Поиск </span>
<li>
<!-- Search -->
<div class="ya-site-form ya-site-form_inited_no" onclick="return {'action':'https://yandex.ru/search/site/','arrow':true,'bg':'#ffcc00','fontsize':13,'fg':'#000000','language':'ru','logo':'rb','publicname':'Поиск по Tipo_Learn.ru','suggest':false,'target':'_blank','tld':'ru','type':2,'usebigdictionary':false,'searchid':2332016,'input_fg':'#000000','input_bg':'#ffffff','input_fontStyle':'italic','input_fontWeight':'bold','input_placeholder':'Поиск по сайту','input_placeholderColor':'#000000','input_borderColor':'#ffffff'}"><form action="https://yandex.ru/search/site/" method="get" target="_blank" accept-charset="utf-8"><input type="hidden" name="searchid" value="2332016"/><input type="hidden" name="l10n" value="ru"/><input type="hidden" name="reqenc" value=""/><input type="search" name="text" value=""/><input type="submit" value="Найти"/></form></div><style type="text/css">.ya-page_js_yes .ya-site-form_inited_no { display: none; }</style><script type="text/javascript">(function(w,d,c){var s=d.createElement('script'),h=d.getElementsByTagName('script')[0],e=d.documentElement;if((' '+e.className+' ').indexOf(' ya-page_js_yes ')===-1){e.className+=' ya-page_js_yes';}s.type='text/javascript';s.async=true;s.charset='utf-8';s.src=(d.location.protocol==='https:'?'https:':'http:')+'//site.yandex.net/v2.0/js/all.js';h.parentNode.insertBefore(s,h);(w[c]||(w[c]=[])).push(function(){Ya.Site.Form.init()})})(window,document,'yandex_site_callbacks');</script>
<!-- /Search -->
</li>
</ul>
</ul>
</nav>
<div class="mask-content"></div>
<!--/Menu-->
<TABLE border="1" width="100%" height="100%" >
<TR height="5%">
<TD colspan="5"align = "center" id = "header-background">
<!--Header-->
<TABLE border = "0" width = "100%" heigth = "100%" >
<TR>
<TD class = "logo"> <a href = "index.html" title = "Tipo - Learn"> <img src = "img/logo_circle.png" width = "90" height = "80" style = "Padding-bottom:none;" title = "Технология индивидуального процесса обучения"> </a> </TD>
<td id = "size-slogan" style = "vertical-align:middle; text-align:left; color:#fff; "> Perfect vision for programming
</TD>
<td style = "padding-right:10px; vertical-align:middle; " width = "40%" id = "size-slogan">
<script>
rotate_head()
</script>
</td>
<td width = "20%">
</td>
</TR>
</TABLE>
<!--/Header-->
</TD>
</TR>
<TR>
<TD width=10% align = "center" valign = "middle" style = " background:#324785; background-image: url(img/left.jpg); background-size:auto; background-repeat:no-repeat; ">
</TD>
<TD>
<!--main-->
<Table width = "100%" id = "main-background">
<td style = "vertical-align:top; padding-left:20px;"> <a href = "pascal.html"> <img src = "img/home.png" width = "16" height = "16"> </a> > <a href = "pascal_lesson_1_1.html"> Урок 1 (Вы здесь) </a> > <a href = "pascal_lesson_2_2.html"> Урок 2 </a> > </td>
<TR height = "20" width = "100%" align = "center" >
<TD>
<h1> Функции write() и read() </h1>
</td>
<td> <img src = "img/l1.png" width = "150" height = "130"> </a> </td>
</TR>
<TR height = "30%">
<TD>
<p> Решим такую задачу - Напишите программу, которая возводит введенное число в степень 10, используя только четыре операции умножения. </p>
<h3> Описание типа данных переменных и считывание числа с клавиатуры: </h3>
<textarea id = "code-frame" readonly style = "height:100px">
var a,b: real; // Присваиваем переменным a и b тип real (вещественный тип)
BEGIN
write ('Введите число ');
readln(a); </textarea>
</td>
</tr>
<tr>
<td>
<h3> Возводим число в 10 степень и выводим ответ: </h3>
<textarea id = "code-frame" readonly style = "height:110px;">
b:=a*a;
b:=b*b;
b:=b*a;
b:=b*b;
write(b);
end. </textarea>
<p> Вот еще задачка - Используя только символы '-','_','|' напишите программу, которая выведет Tipo - Learn в рамке. </p>
<textarea id = "code-frame" readonly style = "height:230px;">
uses crt;
begin
write (' ______________________________________________________________________________ ');
write ('|-_________--______-------------------------------------------____-------------|');
write ('|-|_______|--|_____|-_-___----___-------_-----____-----------|---|-------------|');
write ('|----|-|------|-|---|-|--|---|---|-----|-|----|--------/\----|---|---|\----|---|');
write ('|----|-|------|-|---|-|__|---|---|-----|-|__--|___----/__\---|___|---|-\---|---|');
write ('|----|-|------|-|---|-|------|---|-----|-|__|-|------/____\--|\----- |--\--|---|');
write ('|----|_|-----_|_|_--|_|------|___|-----|____|-|___--/------\-|-\-----|---\-|---|');
write ('|-----------|_____|------------------------------------------|--\----|----\|---|');
write ('|______________________________________________________________________________|');
end.
</textarea>
<li> Кстати, окно 'uses crt' имеет размеры 80х25</li>
<br>
</td>
</tr>
</table>
<!--/main-->
</TD>
<TD width="10%"style = "background: #324785; vertical-align:top; padding-top:15px; " id = "advertising" >
<a target="_blank" rel="nofollow" href="https://homyanus.com/g/evfuep2v57ad555d583a8753afd1f1/?i=4"><img width="160" height="600" border="0" src="https://ad.admitad.com/b/evfuep2v57ad555d583a8753afd1f1/" alt="Letyshops [lifetime]"/></a>
</TD>
</TR>
<TR height=3% id = "main-background" style = "background: #324785;" >
<TD colspan=5>
<Table border = "0" height = "100%" width = "100%">
<TR align = "center">
<TD width = "33%" id = "author"> <img src = "img/copyright.png" width = "20" height = "20" style = "Padding-right:0" id = "author"> 2018-2020, Илья Любимов. </TD>
<TD width = "33%"> <a href="https://vk.com/Tipo_4ek" title = "Страница ВКонтакте Автора" target = "_blank" id = "author"> Автор - Tipo_4ek </TD>
<TD width = "33%" id = "author"> По коммерческим предложениям - <a href = "mailto:info.Tipo - [email protected]" title = "info.Tipo - [email protected]"> e-mail </TD>
</TR>
</Table>
</TD>
</TR>
</TABLE>
<!-- BEGIN JIVOSITE CODE -->
<script type='text/javascript'>
(function(){ var widget_id = '2siscGwZiZ';var d=document;var w=window;function l(){var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;s.src = '//code.jivosite.com/script/widget/'+widget_id; var ss = document.getElementsByTagName('script')[0]; ss.parentNode.insertBefore(s, ss);}if(d.readyState=='complete'){l();}else{if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
</script>
<!-- END JIVOSITE CODE -->
</body>
</HTML>