STUDY GUIDE WITH ACCURATE
QUESTIONS AND DETAILED
SOLUTIONS | SURE TO PASS 100%
1. source code
ANSWER any collection of computer
instructions, possibly with comments, written
using a human-readable programming language,
usually as plain text; contains variable
declarations, instructions, functions, loops, and
other statements that tell the program how to
function
2. SQL
ANSWER Structured Query Language - used to
communicate with a database
3. SSL
ANSWER Secure Sockets Layer - a standard
security protocol for establishing encrypted links
between a web server and a browser in online
communication; ensures that all data transmitted
, between the web server and browser remains
encrypted.
4. table
ANSWER an arrangement of information in
rows and columns containing cells that make
comparing and contrasting information easier
5. upload
ANSWER transfer a file or program to a central
computer from a smaller computer or a
computer at a remote location
6. URL
ANSWER universal resource locator-the address
of a web page on the world wide web
7. variable
ANSWER A placeholder for a piece of
information that can change.
8. vector
ANSWER a type of array that is one
dimensional; a logical element in programming
languages that are used for storing data
9. webpages