Computer Science Questions
Explore questions in the Computer Science category that you can ask Spark.E!
data cleansing is the same process as data scrubbing
the disadvantage of using a web interface for a database is that it typically requires substantial changes to the internal database.
data administration is a special organizational function that manages the policies and procedures through which data can be managed as an organizational resource.
a grouping of characteristics into a word, a group of words is called a record.
a data dictionary is a language as associated with a database management system that end users and programmers use to manipulate data in the database
every record in a file should contain at least one key field
program-data dependence refers to the coupling on data stored in files and software programs that use this data such that changes in programs require changes to the data
a DBMS separates the logical and physical views of data.
each characteristic or quality describing a particular entity is called an attribute
Write in sequence the following commands: delete a table, display all your databases names, connect to your mysql
Using the shell language: Write the code to create two checkboxes input box as done in program 3.
Write the code that will display an image called theGraph.png that when pressed it will load the web page called fiu.edu
In Linux, what is the name of the folder to place all your programs and folders for your website, used in this class.
In Ubuntu, what will this code do: ../../../chmod 755 *.
What does this code do: <a href="includes/page1.html"><center>page1</center></a><a href="includes/page2.html"><center></a>
Using a hyperlink named page 3, call the program located at includes/page3.html
Ignoring the row spacing, create a menu using the CSS3 learned in this class, to display two (2) horizontal options/links page1 and page2.
Name the three main opening tags of the dropdown menu used in program 2
Write a html program that will have the two main parts in html, as learned in this class,
Write the code to save a record containing the following fields: Email as the primary key not accepting empty fields and of length 20. 1 textarea input field called one
