CGS 4854 Exam 1
Exam Masterclass – Step-by-Step Answers to Real Exam Questions
Ignoring the row spacing, create a menu using the HTML, CSS3 learned in this class, in program
2, to display two (2) horizontal options/links, named page1 and page2 - <nav> <ul> <li> <a
href="page1">page1</a> <a href=
"page2">page2</a> </li> </ul> </nav>
Write the code that will display an image called theGraph.png that when pressed, it will load the
web page called fiu.edu - <a href="http://fiu.edu">
<img src="theGraph.png" />
</a>
Which is an example of a commented line of code in PHP? - /*this is a test*/
Write a HTML program that will have the two main parts in HTML, as learned in this class. -
<html> <head> </head> <body> </body> </html>
What does the WINSCP program do? As learned in this class. - Allows you to
Create/Delete/Upload/Download folders/files to/from your ocelot.aul.fiu.edu FIU server.
How do you extract data from your Program2.php front end? - $Telephone =
$_POST['Telephone'];
In HTML, create a title with your first name, last name. Example Joe Smith - <title>Joe
Smith</title>
In which operating system(s) does WINSCP work, as learned in this class. - Windows
, Which command tell us that we are using HTML5? - <!DOCTYPE html>
What is the command in the <form> tag to send hidden data? - method="post"
Write the code to create two radio buttons as done in program 2. - <input type="radio"
name="Coffee" value="American" > American
<input type="radio" name="Coffee" value="Instant"> Instant
Assume that you are in the same folder where the index file is found, create the heading of a
form to call page3, located in the includes folder, passing its data, hiding. - <method="post"
action="includes/page3">
What does the FILEZILLA program do, as learned in this class. - Allows you to
Create/Delete/Upload/Download folders/files to/from your FIU server
What is the purpose of the <form> tag, as done in program 2? - To sent data to a program
being called by it, after creating all fields in it
How were we required to display the Front End labels and data from Program2.php on
Controller2.php? - echo Telephone $Telephone."<br>";
What does the Putty program do, as learned in this class. - Allows you to have full remote
control of your FIU server, as a user
Display FIU is Great in green color, Ariel font and size 2, As done in program 1 - <font
color=green size=2 face=Ariel>FIU is Great</font>
Which is an example of a commented line of code in CSS3? - /*this is a test*/
Exam Masterclass – Step-by-Step Answers to Real Exam Questions
Ignoring the row spacing, create a menu using the HTML, CSS3 learned in this class, in program
2, to display two (2) horizontal options/links, named page1 and page2 - <nav> <ul> <li> <a
href="page1">page1</a> <a href=
"page2">page2</a> </li> </ul> </nav>
Write the code that will display an image called theGraph.png that when pressed, it will load the
web page called fiu.edu - <a href="http://fiu.edu">
<img src="theGraph.png" />
</a>
Which is an example of a commented line of code in PHP? - /*this is a test*/
Write a HTML program that will have the two main parts in HTML, as learned in this class. -
<html> <head> </head> <body> </body> </html>
What does the WINSCP program do? As learned in this class. - Allows you to
Create/Delete/Upload/Download folders/files to/from your ocelot.aul.fiu.edu FIU server.
How do you extract data from your Program2.php front end? - $Telephone =
$_POST['Telephone'];
In HTML, create a title with your first name, last name. Example Joe Smith - <title>Joe
Smith</title>
In which operating system(s) does WINSCP work, as learned in this class. - Windows
, Which command tell us that we are using HTML5? - <!DOCTYPE html>
What is the command in the <form> tag to send hidden data? - method="post"
Write the code to create two radio buttons as done in program 2. - <input type="radio"
name="Coffee" value="American" > American
<input type="radio" name="Coffee" value="Instant"> Instant
Assume that you are in the same folder where the index file is found, create the heading of a
form to call page3, located in the includes folder, passing its data, hiding. - <method="post"
action="includes/page3">
What does the FILEZILLA program do, as learned in this class. - Allows you to
Create/Delete/Upload/Download folders/files to/from your FIU server
What is the purpose of the <form> tag, as done in program 2? - To sent data to a program
being called by it, after creating all fields in it
How were we required to display the Front End labels and data from Program2.php on
Controller2.php? - echo Telephone $Telephone."<br>";
What does the Putty program do, as learned in this class. - Allows you to have full remote
control of your FIU server, as a user
Display FIU is Great in green color, Ariel font and size 2, As done in program 1 - <font
color=green size=2 face=Ariel>FIU is Great</font>
Which is an example of a commented line of code in CSS3? - /*this is a test*/