Web System and E-commerce (Dr. Ebrahimi, SPRING 2005 T/F)
Name…………………………………………………………………..
T / F 1) HTML stands for Hyper-Link Makeup Language and it consists of several tags that are used to format a web page.
T / F 2) <A HREF=”#list”> will refer to an html file called list.html.
T / F 3) You store your html file with extension .doc or .pdf.
T / F 4) In HTML color code #FFFFF, each FF represents red, green, and yellow respectively.
T / F 5) BGCOLOR will change the color of page text font and BGSOUND adds sound to your page.
T / F 6) In <table> tag <tr> stands for table row and <td> stands for table data.
T / F 7) <mailto:> is an html tag used to write an email.
T / F 8) FrontPage will generate an equivalent HTML automatically.
T / F 9) The browser will detect the error if you don’t end a tag such as <HTML> with </HTML>.
T / F 10) Input types can be text, checkbox, radio button, password, submit, password, and reset.
T / F 11) JavaScript, Java, C++, and VBscript are embedded in HTML.
T / F 12) Many JavaScript keywords are taken from Java such as control flow and some from Pascal.
T / F 13) JavaScript is a procedural language and is not event driven or object oriented.
T / F 14) The statement for (i=0; i<English.length; i++) will loop through the entire data file in Javascript.
T / F 15) Java and JavaScript are the same language but Java is the completion of JavaScript.
T / F 16) The job of a CGI program is to take the input from a page form, act accordingly and report the output possibly to the form
T/F 17) In url you can use spaces, &, + and = signs.
T/F 18)To have a e-commerce simply you need to have a domain name and a webpage.
T/F 19) An executable program can resides in any directories in a server.
T/F 20) ASP, JSP and CGI can do the same job and become a matter of professional decision.
T/F 21) People buying on line care more about the price offer of a company rather than security such as credit card.
T/F 22 A CGI program will strip the extra characters that are inserted from the form.
T/F 23) Perl has been a language of choice for CGI because of its sophisticated pattern matching (regular expression) not because of its report capability.
T/F 24) An example of CGI is a data base program that runs on the internet and lets individuals manipulate the database through the web.
T/F 25) The select tag in html provide a list of only ordered option to choose.
T/F 26) There is an syntax error in the following JavaScript
Document.writeln(“sorry, NO MATCH for” searchword);
T/F 27) Ccontrol folws of Java, Javascript, and C++ are taken from C.
T/F 28) IIS and APACHE are two important servers owned by Microsoft
T/F 29) A server can use ACCESS, PHP, ORACLE, SYBASE or SQL or simply a file for its database.
T/F 30) A method of sending the data to CGI program is POST where the data is sent through a program variable known as environment variable.
T/F 31) It is not possible to write a sophisticated search program using JavaScript.
T/F 32) People use CGI with C and C++ because it is hard to hack.
T/F 33) After submitting a form, the browser uses HTTP to make a request for the URL of a CGI program. The Web server receives the request and CGI program with the data that is passed.
T/F 34) There is no syntax error in the statement cout<<”</center> </body> </html>”;
T/F 35) HTML FILES should be stored in a directory called public_html.
T/F 36) Perl statement ($name, $id,$hw,$hr)= split(/,/) will split the input line into three value.
T/F 37) one advantage of JavaScript is that you don’t have to install or purchase the translator. The translator comes with the browser.
T/F 38) In JavaScript there are many functions that you can take advantage and even you can write to a file.
T/F 39) input name=’search” type=”button” value=”tosearch”
onclick = buttonPressed( )> will call a function in C++ in a form.
T/F 40) The statement search.result.value=” found value in location” +index will write to a new form rather than to the same form
T/F 41) In designing an e-commerce business graphic of a web is more important than the content of the webpage.
T/F 42) Working with Unix command is more friendlier than windows.
T/F 43) Speed of a web page is not as important as having a good multimedia webpage.
T/F 44) One important strategy of online market is to sell cheaper than tradition market.
T/F 45) E-commerce refers
to the general exchange of goods and services via the intranet.
T/F 46) As time goes by, people will start to feel insecure and not
do e-commerce.
T/F 47) You do indeed get what you pay for. The very best way to get
started in business on the web
is to get a good paid web
hosting account.
T/F 48) You
can’t make your own computer to be a web server by installing a server such as
IIS or APPACHE
T/F 49) IIS is
better than APACHE server since it belong to Microsoft.
T/F 50) An e-commerce web should be correct in content, consistent
and compelling according 7E’s.
T / F 51) The project for this course is to replicate the existing
e-commerce systems.
T/F 52) g++ -o ebrahimi.cgi ebrahimi.cpp will compile a C++ and send the executable to ./a.out
T/F 53) chmod 755 test.cgi will make the file writeable to public.
T/ F 54) To create a search engine, only if statement and array or file is needed.
T/F 55) telnet 137.139.181.41 will connect your computer to a server in RedHat company.
T/F 56) XML is a customized HTML, therefore in the future there is no need for HTML.
T/F 57) An .html file should be in public_html and cgi programs should be in Web browser.
T/F 58) ASP, JSP, and CGI are common web servers.
T/F 59) Marquee is an important ten commandment of html.
T/F 60) One job of a CGI is to separate each input, for example f=John&f=Doe should be parsed to JohnDoe.
T/F 61) HTML tags are enclosed in braces { } indicating the start and end of the tag.
T/F 62) Anchor references can be to other pages or to anchors on your own page.
T/F 63) A JavaScript program must be compiled before it is executed in the browser.
T/F 64) A CGI takes information from forms on a Web page, processes it, and sends a response.
T/F 65) A stream with two data is sent to a CGI in the following form: f=Alireza%f=Ebrahimi.
T/F 66) Dynamic Web pages can allow users to update databases located on a server.