GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/JimMartinson/_Archive/CST1794/Archive/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/_Archive/CST1794/Archive/CST1794-Lab-16.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
  <title>CST1794-Lab-14</title>
<style type="text/css">
td {
	vertical-align:top;
}
td.number {
	text-align:right;
}
th {
	text-align:left;
	vertical-align:top;
}
li {
	vertical-align:top;
}
li.instruction {
	margin: 5px 0px 0px 0px;
}
</style>


</head>
<body BGCOLOR="LemonChiffon" TEXT="Black" LINK="Blue" VLINK="Blue" ALINK="Red">
<div align="center">

  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr><td align="left"><font size="-1"><b>CST1794-Lab-14&nbsp;</b></font></td><td align="right"><font size="-1"><b>&nbsp;2005.10.13</b></font></td></tr>
</table>
<div>
<h1>CST1794
<br>
Lab-14
</h1>
</div>
<div>
<!-- MetaLanguage3 ! -->
<!-- Lab ! -->






<br>
<br>
<table><tr valign="top"><td>
<font color="Navy"><h3><b>Personalized Instruction: </b></h3></font>
<ol start="1">

  <li>Download the file <a href="CST1794-Lab-16.txt">CST1794-Lab-14.txt</a>. It is a starter data file.
  <li>Write a program called <b>Lab-14.bas</b> to perform the following:
<table style="border: 1px solid black;"><tr><td style="padding: 15px 15px 0px 15px;">
<pre>'<b> StudentNameGoesHere</b>
' Lab-14

' Write a computer program to:

' 1. Prompt the user for a First Name and input it.
'    Prompt the user for a Last Name and input it.
'    Prompt the user for an Email Address and input it.

' 2. Add this data to the file <b>CST1794-Lab-14.txt</b>.
'    The First Name, Last Name, and Email Address must be written on one line seperated by commas (,).
'    See <a href="CST1794-Lab-16.txt">CST1794-Lab-14.txt</a> for an example.

' 3. Continue to loop until a blank is entered for the First Name, then exit.
</pre></td></tr></table>
NOTE: The program instructions/statements above are written as <a href="http://cst.ridgewater.edu/Courses/CST1794/dn/LibertyBasic/lb401win.exe">Liberty Basic v4.01</a> comments/statements and may be copied directly into your program.
<br>

Use the program to enter the following data:
<table border="1">
<tr><td><b>First Name</b></td><td><b>Last Name</b></td><td><b>Email Address</b></td></tr>
<tr><td>Bryan</td><td>Sweet</td><td>SweetBry@ridgewater.edu</td></tr>
<tr><td>Cody</td><td>Dietel</td><td>DietelCod@ridgewater.edu</td></tr>
<tr><td>Darlene</td><td>Paul</td><td>PaulDar@ridgewater.edu</td></tr>
<tr><td>Elliot</td><td>Karg</td><td>KargEll@ridgewater.edu</td></tr>
<tr><td>Heidi</td><td>Hardel</td><td>HardelHei@ridgewater.edu</td></tr>
<tr><td>Jacob</td><td>Gerszewski</td><td>GerszewskiJac@ridgewater.edu</td></tr>
<tr><td>Jacob</td><td>Hacker</td><td>HackerJac@ridgewater.edu</td></tr>
<tr><td>Jason</td><td>Hayunga</td><td>HayungaJas@ridgewater.edu</td></tr>
<tr><td>Jenna</td><td>Phillips</td><td>PhillipsJen@ridgewater.edu</td></tr>
<tr><td>Justin</td><td>McGuire</td><td>McGuireJus@ridgewater.edu</td></tr>
<tr><td>Kari</td><td>Zidon</td><td>ZidonKar@ridgewater.edu</td></tr>
<tr><td>Rebecca</td><td>Dodge</td><td>DodgeReb@ridgewater.edu</td></tr>
<tr><td>Thomas</td><td>Miller</td><td>MillerTho@ridgewater.edu</td></tr>
<tr><td>Timothy</td><td>Koehler</td><td>KoehlerTim@ridgewater.edu</td></tr>
<tr><td>Vicky</td><td>Firle</td><td>FirleVic@ridgewater.edu</td></tr>
</table>
  <li>The first program line must be a comment with your name.
   <br>
 If you copied the comments above into your program then replace <b>StudentNameGoesHere</b> with your name.
  <li>The second program line must be a comment to identify the program as <b>Lab-14</b>.
   <br>
 If you copied the comments above into your program then this is already done.
  <li>Email the program file <b>Lab-14.bas</b> and the <b>CST1794-Lab-14.txt</b> file used by the program to me at <a href="mailto:jim.martinson@ridgewater.edu">jim.martinson@ridgewater.edu</a> with a subject line of <b>Assignment-CST1794-Lab-14</b>.
  <li>This lab is due by 1:30pm on Thursday, October 13th, 2005.
 </ol>
</td></tr></table>

<br>
<table><tr valign="top"><td>
<font color="Navy"><h3><b>Evaluation: </b></h3></font>
This is your 14th formal evaluation for this course.
It will be used to evaluate your progress with the use of the functions.
This lab is worth 5 points.
<!-- MetaCodeRemovedByComment -->
If you have any questions about the assignment you can email me at <a href="mailto:jim.martinson@ridgewater.edu">jim.martinson@ridgewater.edu</a> or make an appointment to see me.
</td></tr></table>

<br>
<table><tr valign="top"><td>
<font color="Navy"><h3><b>Grading: </b></h3></font>

<table>
	<tr><td class="number">Points</td><td>&nbsp;</td><td>Objective</td></tr>
	<tr><td class="number"> -5 </td> <td>&nbsp;</td> <td>Lab not handed in as directed.</td></tr>
	<tr><td class="number"> -1 </td> <td>&nbsp;</td> <td>Lab turned in late.</td></tr>
	<tr><td class="number"> -2 </td> <td>&nbsp;</td> <td>Poor lab layout (code is hard to read or follow).</td></tr>
	<tr><td class="number">  1 </td> <td>&nbsp;</td> <td>Prompt is clear and input is correct.</td></tr>
	<tr><td class="number">  1 </td> <td>&nbsp;</td> <td>Program loops and exits as directed.</td></tr>
	<tr><td class="number">  2 </td> <td>&nbsp;</td> <td>Data is written to the file in the correct format.</td></tr>
	<tr><td class="number">  1 </td> <td>&nbsp;</td> <td>Final data in <b>CST1794-Lab-14.txt</b> is correct.</td></tr>
	<tr><td colspan="3">&nbsp;</td></tr>
	<tr><td colspan="3">
		This lab is worth 5 points.	
	</td></tr>
	<tr><td colspan="3">
		Negative values above may reduce the total points for this lab to zero.
	</td></tr>
</table>


<div>
<table><tr><td>
<font color="Navy"><h3><b>References and Resources: </b></h3></font>
<ol>
 <li> <table border="0" cellspacing="0" cellpadding="0"><tr valign="bottom"><td><table border="0" frame="void" cellpading="0" cellspacing="0">
  <tr valign="bottom">
    
    <td>
      <i>Beginning Programming for Dummies</i><br>
       Edition: 3rd<br>
      Wallace Wang<br>
      Wiley Publishing, Inc. ©2004<br>
      ISBN: 0-7645-4997-9<br>
    </td>
  </tr>
</table>
</td><td>(Student supplied textbook)</td></tr></table>
  <li> <a href="http://cst.ridgewater.edu/Courses/CST1794/dn/LibertyBasic/lb401win.exe">Liberty Basic v4.01</a> Software (May be copied from the network and installed on leased laptop or student supplied computer) 
  <li> Computer system with OS (Leased laptop or Student supplied equipment)
  <li> Course <a href="CST1794-InstructionalGuide.htm">Instructional Guide</a> (On-line)
  <li> <a href="Examples.htm">Example Programs</a> (On-line)
 </ol>
</td></tr></table>


<div>

Return to the <a href="CST1794-InstructionalGuide.htm">Instructional Guide</a> or <a href="CST1794-Syllabus.htm">Syllabus</a>,
or the <a href="javascript:history.back();">previous page</a>.


<div>

<table><tr valign="top"><td>
<font color="Navy"><h3><b>Version Information: </b></h3></font>
<table>
<table>
  <tr>
    <td>2005.10.13</td>
    <td>Revised.</td>
    <td>jfm</td>
  </tr>
  <tr>
    <td>2003.08.27</td>
    <td>New on-line modular IG created.</td>
    <td>jfm</td>
  </tr>
</table>
</table>
</td></tr></table>

<br>
<br>
<br>
<br>


<div align="center">
<div>
Author: <a href="../../Instructors/?Author=jfm">Jim Martinson</a>
<div>

  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr><td align="left"><font size="-1"><b>CST1794-Lab-14&nbsp;</b></font></td><td align="right"><font size="-1"><b>&nbsp;2005.10.13</b></font></td></tr>
</table>
</div>

</body>
</html>

Anon7 - 2022
AnonSec Team