⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pasq1000.html

📁 This is programing tutorial for people who wants to know programing in PASCAL.Pascal might be not th
💻 HTML
字号:
<HTML>
<HEAD><LINK href="../style.css" rel="stylesheet" type="text/css">
<TITLE>Pascal Lesson 1 : Quiz 1</TITLE></HEAD>
<BODY background="../tile01.jpg">
<P><CENTER><H1>Quiz for Chapter 1</H1></CENTER>
<p>If you haven't read <A HREF="pasl1000.html">the lesson</a>, please do so !</P>
<P><H4>Time : 45 minutes</H4>
<H3>Part I (Each scores 5)</H3><OL>
<LI>What does structured programming mean ?</LI>
<LI>What is the line  <TT>uses</TT>  for ?</LI>
<LI>Pascal programs always begin with _______ and end with _______</LI>
<LI>What is the difference between  <TT>Write</TT>  and
   <TT>Writeln</TT>  ?</LI>
<LI>How can we write two blank lines on the screen ?</LI>
<LI>Mention at least 5 variable type names with their range and types !</LI>
<LI>How can we get user's input ?</LI>
<LI>What is the difference between  <TT>Read</TT>  and
   <TT>Readln</TT>  ?</LI>
<LI>Why can't we enter the value 0.75 to  <TT>word</TT>  variables ?</LI>
<LI>How can we view and pause the screen after the program ran ?</LI>
<LI>How can we declare variables in Pascal ?</LI>
<LI>What key should we press to run a program in Borland Pascal 7.0 ?</LI>
<LI>How can we limit the fractional output to 3 places before and after the
decimal point ?</LI>
<LI>Explain how can the string be limited on display.</LI>
<LI>Can we enter the value "1/4" to  <TT>Real</TT>  variables ?</LI>
</OL><P><H3>

Part II (number 1 scores 5, else scores 10 each)</H3><OL>
<LI>Make a program to write your name and your age on screen.</LI>
<LI>Make a program to input user's comment and limit it to 20 characters.</LI>
<LI>Make  a program to calculate the area of a circle. Limit the  fractional
   part 3 places before decimal point and 4 places after decimal.</LI>
</OL><P>That's all ! Good luck !</P><hr>
<H3>Where to go ?</H3><p>

<A HREF="pasl1000.html">Back to chapter 1</A><BR>
<A HREF="pasl1001.html">Advance to chapter 2</A>, about extending simple program<BR>
<A HREF="pasles01.html">To lesson 1 contents</A><BR>
<a HREF="../news.html">My main tutorial homepage</a><BR>
<a HREF="../mylink.html">My programming links</a><br>
<A Href="../faq.html">Contact me</a><hr><P class="cpy"><i>By : Roby Joehanes, &copy; 1996,
2000</i></P>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -