CGS4854 exam 2 lay up questions
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.
In Ubuntu, what will this code do: ../../../chmod * 755
it will give us an error
What is the command in the tag to send hidden data
method= "post"
Using terminal mode, how do you connect to an external server, as learned in this class
Which is an example of a single commented line of code in CSS3, SQL, and PHP
/* this is a test */
Which is an example of a single commented line of code in PHP
//this is a test
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
an example of a commented line of code in HTML
<!-- this is a test -->
Which command tell us that we are using HTML5
<!DOCTYPE html>
Write a html program that will have the two main parts in html, as learned in this class
<html> <head> </head> <body> </body> </html>
Name the three main opening tags of the dropdown menu used in program 3
<li> <ul> <nav>
Create one table with one row and two columns as done in Program 2
<table> <tr> <td> </td> <td> </td> </tr> </table>
In HTML, create a title with your first name, last name. Example Joe Smith
<title>Joe Smith</title>
What is the internal CSS3 code
CSS3 code located in the head section
What does this line of code do: <a href="includes/page1.html"><center>page 1</center></a> <a href="includes/page2.html"><center>page 2</center></a>
Displays page 1, page 2 vertically centered
What does HTML stands for, or what is the meaning of HTML
Hyper Text Markup Language
What is the location of the index.html file, as learned in this class.
In the first level of the public_html folder.
What operating systems does FILEZILLA work, as we learned in class
Most current Operating Systems.
What is the purpose of the code in Controller2.php
To Receive all information from the calling pages and process such data
What is the purpose of the code in controller3.php
To Receive all information from the calling pages and process such data
In which operating system(s) does PUTTY work, as learned in this class
Various current Operating Systems
In which operating system(s) does WINSCP work, as learned in this class.
Windows
What is the difference between paragraphs and breaks, as learned in this class.
paragraphs terminate a text paragraph and adds an additional line at the end, breaks terminates a text line and moves the cursor to the next line
Per the work done in our website, which line of code is correct
<ul><nav><li> Hello World </li></nav></ul>
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
What's mysqli_connect for?
To connect a MySQL sever
What is the purpose of DOCTYPE html, as learned in this class.
To inform the browsers that you are using HTML 5.
What is the purpose of the controller2.php page, as done in program 2
To process the input of the program2.php front end
What is the purpose of the controller3.php page, as done in program 3
To process the input of the program3.php front end
What's mysqli_select_db for?
To select database
What is the purpose of the tag, as done in program 2
To sent data to a program being called by it, after creating all fields in it
What is the purpose of the tag, as done in this class
To sent data to a program being called by it, after creating all fields in it
In Linux, what is the name of the folder to place all your programs and folders for your website, used in this class.
public_html
In ocelot.aul.fiu.edu, what is the name of the folder where you place all your programs and folders for your website, as learned in this class.
public_html