COMPOSED BY MUHAMMAD USMAN BUTT. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1)

Size: px
Start display at page:

Download "COMPOSED BY MUHAMMAD USMAN BUTT. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1)"

Transcription

1 COMPOSED BY MUHAMMAD USMAN BUTT MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1) Question No: 1 ( Marks: 1 ) Which of the following is Default subnet mask of class C? (page 11) None of above Question No: 2 ( Marks: 1 ) Which one of the following,divides large network in small logical segments called subnets on basis of IP addresses Routers (page 16) Bridge None of these Switches Question No: 3 ( Marks: 1 ) Which one is not included in the networking topologies? Star Topology Bus Topology Media Topology Ring Topology Question No: 4 ( Marks: 1 ) CSS is a breakthrough in Web design because it allows developers to control the Processing speed on client side Style and layout of multiple Web pages Data grid view on client side Style and layout of home page. Ref Question No: 5 ( Marks: 1 ) - Please choose one Border-width: specifies the width of all borders in the order The best mind-altering drug is truth.

2 border-right-width, border-bottom-width, border-left-width, border-top-width border-bottom-width, border-left-width, border-top-width, border-right-width border-top-width, border-right-width, border-bottom-width, border-left-width (page 49) None of these Question No: 6 ( Marks: 1 ) document.write(str.replace(/microsoft/,"w3schools")) This string object is deleting Microsoft word This string object is concatenating the Microsoft with W3schools This string object is replacing Microsoft with W3schools None of these Ref Question No: 7 ( Marks: 1 ) - Please choose one How do you define a function in Javascript? function:myfunction() function myfunction() (page 58) declare myfunction() new myfunction Question No: 8 ( Marks: 1 ) The first control statement in a for loop usually sets the termination condition increments a counter creates a control variable none of the above Question No: 9 ( Marks: 1 ) The second control statement in a for loop usually sets the termination condition increments a counter creates a control variable none of the above Question No: 10 ( Marks: 1 ) Choose the correct HTML tag to make a text italic <it> <i> (page 19) <italics> <italic> Question No: 11 ( Marks: 1 ) An investment in knowledge always pays the best interest

3 COMPOSED BY MUHAMMAD USMAN BUTT The 'shape' attribute of <AREA> tag accepts the following values, EXCEPT Rect Circle poly square (page 36) Question No: 12 ( Marks: 1 ) <AREA> tag is used within the <MAP> tag (page 35) <FRAME> tag <FRAMESET> tag <IMG> tag Question No: 13 ( Marks: 1 ) Where in an HTML document is the correct place to refer to an external style sheet? In the <body> section At the top of the document In the <head> section (page 42) Between head and body Question No: 14 ( Marks: 1 ) In CSS, How do you make the text italic? font:i style:italic font-style: italic (page 44) font:italic ref Question No: 15 ( Marks: 1 ) What is identified by the tag <FRAMESET COLS="20%,60%,20%">? Horizontal frame Vertical Frame (page 31) Top Frame Bottom Frame Question No: 16 ( Marks: 1 ) Creating your own tags is not possible in HTML but in XML it is possible to create Your own tags. The best mind-altering drug is truth.

4 True False Question No: 17 ( Marks: 1 ) What is the function of UDP protocol at TCP/IP stack?give precise answer. Connectionless transport protocol Question No: 18 ( Marks: 1 ) What tag is used for displaying a border between the frames? - BORDER or FRAMEBORDER Set this attribute to 0 for not displaying a border between the frames Question No: 19 ( Marks: 2 ) Suppose, there is an applet at " Write the code to include this applet in your web page. <HTML> <BODY> <APPLET CODE= " width=100 height=200>demo</applet> </BODY> </HTML> Question No: 20 ( Marks: 3 ) Identify the object, property and method in the following: Math.sin(45) Math.PI document.write("math.sin(45) :"+Math.sin(45)+"<P>"); document.write("math.pi :" +Math.PI +"<P>"); Question No: 21 ( Marks: 5 ) What is a web form? What is its usage in reference to client-server communication? 2+3 A webform on a web page allows a user to enter data that is sent to a server for processing. Webforms resemble paper forms because internet users fill out the forms using checkboxes, radio buttons, or text fields. You are now familiar with the fact that internet presents a two-way communication model, also called theclient-server Model. In the client server model some data is processed on the client side and certain data is processed by the server on the server side. Question No: 22 ( Marks: 10 ) Explain the following frame tags? Discuss the usage of these a) <frameset> b) <frame> c) <Noframes> d) <Iframe> An investment in knowledge always pays the best interest

5 COMPOSED BY MUHAMMAD USMAN BUTT MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 3) Question No: 1 ( Marks: 1 ) In which protocol, the messages are not deleted from server. SMTP POP3 IMAP (page 18) ICMP Question No: 2 ( Marks: 1 ) Which HTML tag is used to define the internal style sheet? <css> <script > <sheet> <style> ref Question No: 3 ( Marks: 1 ) For which one of the following,<marquee...> tag can work better News headlines Announcements Sound pulgin Movie controls Ref Question No: 4 ( Marks: 1 ) Choose the correct HTML code line which left-align the content inside a tablecell. <td leftalign> <td valign="left"> <td align="left"> (page 26) <tdleft> Question No: 5 ( Marks: 1 ) How do you write a conditional statement for executing some statements only if "i" is NOT equal to 5? The best mind-altering drug is truth.

6 if =! 5 then if (i!= 5) (page 58) if <>5 if (i <> 5) Question No: 6 ( Marks: 1 ) What is the correct JavaScript syntax to write "Virtual University of Paistan"? document.write("virtual University of Paistan ") ("Virtual University of Paistan ") " Virtual University of Paistan " response.write("vi rtual University of Paistan ") Question No: 7 ( Marks: 1 ) We can divide the Client Server architecture up to: 3 Tier N -Tier 1 Tier 2 Tier ref [PPT] CLIENT SERVER ARCHITECTURE Question No: 8 ( Marks: 1 ) Choose which one is the not the columns of Log files. IP addresses Request (url) Date Contents (page 136 and 3) Question No: 9 ( Marks: 1 ) An address represented by four decimal numbers separated by a period is the IP (PAGE 7) RIP MAC NON OF THE GIVEN Question No: 10 ( Marks: 1 ) Which operator is used to concatenate two strings? + (PAGE 61) * && & Question No: 11 ( Marks: 1 ) Which SQL statement is used to extract data from a database? An investment in knowledge always pays the best interest

7 GET (page 83) OPEN SELECT EXTRACT COMPOSED BY MUHAMMAD USMAN BUTT Question No: 12 ( Marks: 1 ) Which firewall uses strong user authentication to verify identity of a host attempting to connect to the network? Packet filter firewall Circuit level firewall Application (PAGE 96) gateway firewall Hybrid firewall Question No: 13 ( Marks: 1 ) In CSS, How do you make each word in a text start with a capital letter? text-transform :capitalize text-transform: uppercase text:capitalize You can't do that with CSS REF Question No: 14 ( Marks: 1 ) Why we use reset tag in HTML? To remove the text written in Notepad. To remove the text written in between <body> and </body>tag. To remove the text written in between <head> and </head> tag. To remove the text written in between <form> and </form> tag. Question No: 15 ( Marks: 1 ) is an example of Two zone domain name Three zone domain name (page 12) Four zone domain name Five zone domain name Question No: 16 ( Marks: 1 ) In data link layer, data packets are placed inside Data frames (page 6) Data boxes Data streams The best mind-altering drug is truth.

8 None of these Question No: 17 ( Marks: 1 ) What are the two types of twisted pair cables for networking? Question No: 18 ( Marks: 1 ) What it stands for IIS? Question No: 19 ( Marks: 2 ) When does we use the parsefloat() function? Question No: 20 ( Marks: 3 ) Name the JavaScript function that convert strings to float numbers. How do you give the function a string value to convert to a number? Question No: 21 ( Marks: 5 ) Write your personal profile in a file saving it with the extension of e.g. abc.js and then call it in a JavaScript code. Question No: 22 ( Marks: 10 ) Explain any three of the outside attacks briefly. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 3) Question No: 1 ( Marks: 1 ) Which one of the following,divides large network in small logical segments called subnets on basis of IP addresses Routers (page 16) Bridge None of these Switches Question No: 2 ( Marks: 1 ) Which one is not included in the networking topologies? Star Topology Bus Topology Media Topology Ring Topology Question No: 3 ( Marks: 1 ) At line code 5 which of the following Css methods has been applied? An investment in knowledge always pays the best interest

9 <html> <head> 1. <style type="text/css"> 2. h3 {font-family: times} 3. p {font-family: courier} COMPOSED BY MUHAMMAD USMAN BUTT 4. p.sansserif {font-family: sans-serif} </style> 5. <Link rel= stylesheet type= text/css herf= mystyle.css > </head> <body> 6. <h3 style= font-size:40pt >This is header 3</h3> </body> </html> mystyle.css: h3{ color: red} Browser default External style sheet Inline style Internal style sheet Question No: 4 ( Marks: 1 ) Which attribute is used in a tag to control the layout of element? view css Style Layout Ref Question No: 5 ( Marks: 1 ) What is the correct HTML for making a hyperlink? <a url=" <a> <a h ref="http :// (page 23) <a name=" The best mind-altering drug is truth.

10 Question No: 6 ( Marks: 1 ) How do you write a conditional statement for executing some statements only if "i" is NOT equal to 5? if =! 5 then if (i!= 5) (repeated) if <>5 if (i <> 5) Question No: 7 ( Marks: 1 ) How many different kind of loops are there in JavaScript? One. The "for" loop only Two. The "for" loop and the "while" loop Four. The "for" loop, the "while" loop, the "do...while" loop, and the "loop...until" loop None of the above REF Question No: 8 ( Marks: 1 ) What does DTD stand for? Do The Dance. Dynamic Type Definition. Data Type Definition. (page 76) Direct Type Définition. Question No: 9 ( Marks: 1 ) Which of the following needs human action to execute? Virus (page 94) Worm Trojan Horse All of these Question No: 10 ( Marks: 1 ) For showing image on web page, save your image at any drive or folder like C:\abc.jpeg is an example of Relative Address Absolute address None of the given Ref Absolute paths are called that because they refer to the very specific location, including the domain name. The absolute path to a Web element is also often referred to as the UR Question No: 11 ( Marks: 1 ) ASP server scripts are surrounded by delimiters, which? <script>...</script> <%...%> <%>...</%> <&>...</&> ref An investment in knowledge always pays the best interest

11 COMPOSED BY MUHAMMAD USMAN BUTT Question No: 12 ( Marks: 1 ) This is an example of The best mind-altering drug is truth.

12 0-tier architecture 1-tier architecture 2-tier architecture n-tier architecture Question No: 13 ( Marks: 1 ) Which protocol is used to set up the dial up connection between RAC and RAS for exchange of data packets? PPP (page 98) POP3 SMTP FTP Question No: 14 ( Marks: 1 ) Pretty Good Privacy (PGP) is the name of a popular system which is available for general public use. Filtering Cryptographic (page 100) Server Security Question No: 15 ( Marks: 1 ) Intra Business involves only selling of corporate products to consumer. True (page 2) False Question No: 16 ( Marks: 1 ) #00ff00 in HTML indicates Pure green color (page 23) Pure blue color Pure red color Pure yellow color Question No: 17 ( Marks: 1 ) What is the function of TCP protocol at TCP/IP stack?give precise answer. Question No: 18 ( Marks: 1 ) What do you say that Cookies can also be used to maintain state between two broken sessions. Justify with solid argument Question No: 19 ( Marks: 2 ) What is bandwidth of a network? Question No: 20 ( Marks: 3 ) What is the purpose of padding? How many types of padding are: Name of these? Question No: 21 ( Marks: 5 ) Write any four essential features and two extra features which should exist in E-Commerce soft wares. Question No: 22 ( Marks: 10 ) Differentiate the one tier, two tiers, three tiers and four tiers separately with respect to client server architecture. An investment in knowledge always pays the best interest

13 COMPOSED BY MUHAMMAD USMAN BUTT MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 2) Question No: 1 ( Marks: 1 ) For which of the following we need to know the classification of E-commerce? Market planning strategy Build Mission statement Management strategy none Question No: 2 ( Marks: 1 ) - Please choose one Who is making the Web standards? Netscape Internet service providers The World Wide Web Consortium Microsoft Question No: 3 ( Marks: 1 ) When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called Local Variables Global Variables Local and Global None of the above Ref Question No: 4 ( Marks: 1 ) There is a way of describing XML data, how? XML uses a description node to describe data XML uses a DTD to describe the data (page 75) XML uses XSL to describe data None of these The best mind-altering drug is truth.

14 Ref Question No: 5 ( Marks: 1 ) - Please choose One which of the following property falls in HTTP? Stateless (repeated) State full Temporary All of these Question No: 6 ( Marks: 1 ) Choose the correct HTML tag to make a text bold <tbold> <b> <bld> <bold> Question No: 7 ( Marks: 1 ) What is the default scripting language in ASP? EcmaScri pt JavaScri pt Java VBScript (page 85) Question No: 8 ( Marks: 1 ) Which one of them is not a feature of e-commerce software? catalog display web hosting (page 92) web services transaction processing Question No: 9 ( Marks: 1 ) When two or more intranets are connected to each other they form a/an VPN Intranet Internet Extranet (page 2) Question No: 10 ( Marks: 1 ) Pretty Good Privacy (PGP) is the name of a popular system which is available for general public use. Filtering Cryptographic (page 100) Server Security An investment in knowledge always pays the best interest

15 COMPOSED BY MUHAMMAD USMAN BUTT Question No: 11 ( Marks: 1 ) Which one is NOT a valid frame attribute? NORESIZE ROWS (page 33) FRAMEBORDER BORDER Question No: 12 ( Marks: 1 ) IP version 6 provides bits and also contains , hexadecimal (page 11) 64, hexadecimal 32, binary None of the Above Question No: 13 ( Marks: 1 ) A JavaScript event is generated when a user clicks a hyperlink clicks a button enters data in a form all of the above (page 54) Question No: 14 ( Marks: 1 ) Creating your own tags is not possible in HTML but in XML it is possible to create your own tags. True False Question No: 15 ( Marks: 1 ) IP, RIP, and ARP protocols work on Application layer Session layer Network layer (page 6) Data link layer Question No: 16 ( Marks: 1 ) In the communication between two computers on a network, CRC is calculated at Sender s side Receiver s side Both sender and receiver sides Neither on sender nor on receiver side Ref The best mind-altering drug is truth.

16 [PPT] Business Data Communications and Networking Question No: 17 ( Marks: 1 ) What is the function of ARP protocol at TCP/IP stack?give precise answer. Question No: 18 ( Marks: 1 ) Do you agree or not that in In Java Script we are not provided with certain already defined objects which are ready to use? justify Question No: 19 ( Marks: 2 ) What are the three position style properties? Question No: 20 ( Marks: 3 ) Write at least three rules for writing an XML code. Question No: 21 ( Marks: 5 ) What is the difference between an interpreted and a compiled language? Give one example of each. Question No: 22 ( Marks: 10 ) Consider the following code of an XML document and identify where its standard code rules are being applied. You are required to write the identified tag along with its related rule side by side. <?xml version= 1.0?> <PlanetsList> <Planet Name= Mercury > <Distance>36 million miles</distance> <Moons>None</Moons> <DayLength> 176 days</daylength> </Planet> <Planet Name= Venus > <Distance>67 million miles</distance> <Moons>None</Moons> <DayLength>1 17 days</daylength> </Planet> <Planet Name= Earth > <Distance>93 million miles</distance> <Moons>One</Moons> <DayLength>24 Hours</DayLength> </Planet> </PlanetsList> <BR/> MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 1) Question No: 1 ( Marks: 1 ) <MARQUEE...> tag creates a Scrolling display (page 37) Static display An investment in knowledge always pays the best interest

17 Frame display Panel Display COMPOSED BY MUHAMMAD USMAN BUTT Question No: 2 ( Marks: 1 ) Which of the following is correct syntax to define color in CSS? body {color: black} body:color=black {body:color=black(body} {body;color:black} Question No: 3 ( Marks: 1 ) What does mean by!= comparison operator? Equal to Not Equal Not Equal (page 57) Question No: 4 ( Marks: 1 ) How do you write a conditional statement for executing some statements only if "i" is equal to 5? if i=5 if i=5 then if i==5 then if (i==5) Question No: 5 ( Marks: 1 ) Date () is the of the date object which provides current date of the system. method property constructor (page 68) Destructor Question No: 6 ( Marks: 1 ) What does XML stand for? extra Modern Link X-Markup Language The best mind-altering drug is truth.

18 Extensible Markup Language (page 73) Example Markup Language Question No: 7 ( Marks: 1 ) SQL stands for: Structured Query Language (page 82) System Query Language Style Query Language All of these Question No: 8 ( Marks: 1 ) IIS stands for: International Information Service Internet Information Server (page 84) Internet Information standards All of these Question No: 9 ( Marks: 1 ) The most common way to assign a value to a variable is by using what? Equals sign (page 53) Name it CSS HTML Question No: 10 ( Marks: 1 ) What is the default scripting language in ASP? EcmaScript JavaScript Java VBScript (page 84) Question No: 11 ( Marks: 1 ) Following are the names of some well known e-commerce software, EXCEPT Intershop IBM's Web Sphere Commerce Professional Edition Microsoft Commerce Server 2002 Microsoft SQL Server 2005 (page 93) Question No: 12 ( Marks: 1 ) Which one is NOT a valid frame attribute? An investment in knowledge always pays the best interest

19 NORESIZE ROWS (page 32) FRAMEBORDER BORDER COMPOSED BY MUHAMMAD USMAN BUTT Question No: 13 ( Marks: 1 ) 'target' is an attribute of <INPUT> tag <A> tag <FRAME> tag <FRAMESET> tag Question No: 14 ( Marks: 1 ) Intra Business involves only selling of corporate products to consumer. True False (page 1) Question No: 15 ( Marks: 1 ) Due to which characteristics, ATM network are covered under E-commerce? Exchange of information through computer networks Internet. Exchanging of products, services. None of the above. Question No: 16 ( Marks: 1 ) is an example of Two zone domain name Three zone domain name (page 11) Four zone domain name Five zone domain name Question No: 17 ( Marks: 1 ) Shortly Explain RIP? Question No: 18 ( Marks: 1 ) In which layer of OSI model, the data is converted into binary digits or electric pulses? The best mind-altering drug is truth.

20 Question No: 19 ( Marks: 2 ) What is common between proxy server and firewall? Question No: 20 ( Marks: 3 ) What does RAS and RAC stand for in context of virtual private network? Question No: 21 ( Marks: 5 ) Identify protocol stack used in each layer of OSI model? Question No: 22 ( Marks: 10 ) Write HTML/JavaScript code to display weekday in a web page. Use getday() and an array to write a weekday, and not just a number. Suppose today is Wednesday, then the page should look like: MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved Question No: 1 ( Marks: 1 ) Academic institutions, religious organizations and government using e-commerce classification Business-to-Business(B2B) Intra Business Non Business EC (page 2) Business-to-consumer(B2C) Question No: 2 ( Marks: 1 ) In which protocol, the messages are not deleted from server. SMTP POP3 IMAP (page 18) ICMP in case of IMAP the message is not deleted in the server and thus can be reopened from another location/machine. Question No: 3 ( Marks: 1 ) What is the correct HTML tag for adding a background color? <background>yellow</background> <body bgcolor="yellow"> (page 47) <body color="yellow"> None Question No: 4 ( Marks: 1 ) An investment in knowledge always pays the best interest

21 COMPOSED BY MUHAMMAD USMAN BUTT Which HTML tag is used to define an internal style sheet? <css> <script> <style> (Ans) <sheet> reference (question no 3) Question No: 5 ( Marks: 1 ) What is the correct HTML for making a hyperlink? <a href=" <a name=" <a url=" <a> REFERENCE Question No: 6 ( Marks: 1 ) If we leave out the target attribute in frame tag and link was clicked,the document loads into the window In Same page (repeated ) In other blank page. To display browser error. All of the options. Question No: 7 ( Marks: 1 ) What does mean by!= comparison operator? Equal to Not Equal Not Equal (page 58) Question No: 8 ( Marks: 1 ) What does the string. match ( abc ) object do? Concatenates the abc word to other abc words Matches the abc words with other abc words It does replacement of abc word with other words All of the above The best mind-altering drug is truth.

22 ref Question No: 9 ( Marks: 1 ) var txt="hello World!" Document. Write (txt.length), it would return the length as REFERENCE Question No: 10 ( Marks: 1 ) Which of the following property falls in HTTP? Stateless (Ans) Stateful Temporary All of these Question No: 11 ( Marks: 1 ) Which one of the following certifies the binding between public key and its owner. CA (page101) KDC TLS Firewall Question No: 12 ( Marks: 1 ) Cyclical Redundancy Check (CRC), takes place in which layer of OSI Model. Session Layer Transport Layer Network Layer Data link layer (page 6) Question No: 13 ( Marks: 1 ) How can you convert information consisting of comma separated values into an array? txtarray = txt.indexof(','); txtarray = txt.split(','); page 70 txtarray = txt.trim(','); txtarray = txt.substring(','); Question No: 14 ( Marks: 1 ) An investment in knowledge always pays the best interest

23 COMPOSED BY MUHAMMAD USMAN BUTT The control statement on a while loop is tested before each time through the loop after each time through the loop once at the start once at the end Ref Question No: 15 ( Marks: 1 ) Which SQL statement is used to delete data from a database? DELETE (page 83) COLLAPSE REMOVE DISCARD Question No: 16 ( Marks: 1 ) A program that performs a specific function such as creating invoices/bills or processing payment received from customers is called a/an Middleware Web Service CRM Software Appplication Program (page 92) Question No: 17 ( Marks: 1 ) Which firewall uses strong user authentication to verify identity of a host attempting to connect to the network? Packet filter firewall Circuit level firewall Application gateway firewall (page 96) Hybrid firewall Question No: 18 ( Marks: 1 ) In what form are style rules presented? Selector { property: value } selector { property= value } selector ( property: value ) selector ( property= value ) Question No: 19 ( Marks: 1 ) Why we use reset tag in HTML? To remove the text written in Notepad. To remove the text written in between <body> and </body>tag. The best mind-altering drug is truth.

24 To remove the text written in between <head> and </head> tag. To remove the text written in between <form> and </form> tag. Reference Question No: 20 ( Marks: 1 ) When data moves upward in the OSI stack it is called Encapsulation De-encapsulation (page 5) Synchronization None of these Question No: 21 ( Marks: 2 ) What does PPTP stand for? Ans ( page98) PPTP stands for point to point transfer protocol. Question No: 22 ( Marks: 2 ) What are the keywords to define a variable and a function in JavaScript? var is the keyword used to define a variable in Javascript e.g var a; function is the keyword to define a function in javascript e.g function myfunction(){ // some code } Question No: 23 ( Marks: 3 ) Identify the object, property and method in the following: Math.sin(45) Math.PI Ans: Math is the object in above case PI is the property of Math object Sin() is the method of Math object Question No: 24 ( Marks: 3 ) Performance of web servers can be evaluated mainly on the basis of two factors. What are they? Ans: Performance of web sever Performance of web servers can be evaluated mainly on the basis of two factors: Throughput, which is the number of http requests that a particular server hardware and software can handle in the unit time; and Response time, which is the amount of time a web server requires to process one request. Web server hardware architectures Question No: 25 ( Marks: 5 ) Write the code for a web page displaying a button named "Testing". After clicking that button an alert should be displayed saying "The test is successful". <html> <head> <script type="text/javascript"> An investment in knowledge always pays the best interest

25 COMPOSED BY MUHAMMAD USMAN BUTT function sndalert() { window.alert("the test is successful!!!"); } </script> </head> <body> <FORM NAME="form1"> <INPUT TYPE="Button" name="showalert" VALUE="Show Alert" onclick="sndalert()"> </FORM> </body> </html> Question No: 26 ( Marks: 5 ) What is the difference between an interpreted and a compiled language? Give one example of each. Ans: In a compiled language we compile to code or convert into machine language using a software called compiler as we can case C++ Example C++ with interpret language we interpret the code (line by line) at run time using a program called interpreter browser is an interpreter. Example Browser MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Question No: 1 ( Marks: 1 ) MAC stand for Media Access Control ( page 13) Media Access Consortium Member of Asian Community Solved The best mind-altering drug is truth.

26 None of these Question No: 2 ( Marks: 1 ) Choose the correct HTML tag for the largest heading <head> <h1> (page 20) <Heading> <h6> Question No: 3 ( Marks: 1 ) Which of the following tags are used for embedding sound files into HTML code? <A href= song.wav > <EMBED SRC="Skylar.MP3"> <A href= song.wav > and <EMBED SRC="Skylar.MP3"> (page 37) None of these Do correction in all midterm file J Question No:44 answer is 3 rd Question No: 4 ( Marks: 1 ) Which of the following is NOT an advantage of CSS? Works on version 4 browsers or newer Define the look of your pages in one place Easily change the look Implement same formatting each time tag is used. Advantages 1) Improved Search Engine Results 2) Sites Load Faster 3) Design Separated from Content: 4) Displayed on Various Media 5) Compatibility with Browsers Browser inserts a line break before the <DIV> tag and after the </DIV> end tag. They are used when you want to apply a specific style to a number of different tags and sections throughout the document Question No: 5 ( Marks: 1 ) Which of the following is correct line to add separated css file with name xxxx.css? <link scr=stylesheet href="/xxxx.css" type="text/css"> <link rel=stylesheet href="/xxxx.css" type="text/css"> (page 77) <style rel=stylesheet href="/xxxx.css" type="text/css"> <link rel=stylesheet scr="xxxx.css" type="text/css"> Question No: 6 ( Marks: 1 ) Which of the following is correct syntax to define color in CSS? body {color: black} (page 77) body:color=black {body:color=black(body} An investment in knowledge always pays the best interest

27 {body;color:black} COMPOSED BY MUHAMMAD USMAN BUTT Question No: 7 ( Marks: 1 ) Inside which of the following HTML element do we put the JavaScript? <script> (page 58) <js> <javascript> <scripting> Question No: 8 ( Marks: 1 ) JavaScript is mainly a language. Server Side Scripting Cross Side Scripting Client Side Scripting (page79) both Cross and Server Side Scripting Question No: 9 ( Marks: 1 ) Which one is the responsible to manage Internal processes? E-business E-commerce E-marketing All of the given Question No: 10 ( Marks: 1 ) The first control statement in a for loop usually sets the termination condition increments a counter creates a control variable none of the above Question No: 11 ( Marks: 1 ) You define a method using obj.method obj.method[] obj.method() (PAGE 58) obj-method Question No: 12 ( Marks: 1 ) What is the default scripting language in ASP? EcmaScript JavaScript Java VBScript (PAGE 85) Question No: 13 ( Marks: 1 ) Following are malicious programs EXCEPT The best mind-altering drug is truth.

28 Back doors Trojan Horses Firewalls (PAGE 94) Worms Question No: 14 ( Marks: 1 ) Outside attacks on a network include the following, EXCEPT Password attack DoS Back doors ( PAGE 95) IP spoofing Question No: 15 ( Marks: 1 ) At which layer of the OSI model the circuit level firewall operates? Application layer Presentation layer Network layer Transport layer (PAGE 96) Question No: 16 ( Marks: 1 ) The process of scrambling a message with the help of a key is called Cryptography Filtering Transposition Encryption (PAGE 100) The process of scrambling a message with the help of a key is called Encryption. Question No: 17 ( Marks: 1 ) In a ring network, every device has exactly neighbors for communication purpose. more than two Two (PAGE 14) Four None of these Question No: 18 ( Marks: 1 ) What is identified by the tag <FRAMESET COLS="20%,60%,20%">? Horizontal frame Vertical Frame (PAGE 31) Top Frame Bottom Frame Question No: 19 ( Marks: 1 ) Why we use reset tag in HTML? To remove the text written in Notepad. To remove the text written in between <body> and </body>tag. To remove the text written in between <head> and </head> tag. To remove the text written in between <form> and </form> tag. (PAGE 27) Question No: 20 ( Marks: 1 ) An investment in knowledge always pays the best interest

29 COMPOSED BY MUHAMMAD USMAN BUTT Network Interface Card is operated at Application layer Session layer Network layer Datalink layer (PAGE 6) Question No: 21 ( Marks: 2 ) What value will be printed after executing the following statement in JavaScript: document.write( Math.pow(3, 2) ); document.write("math.pow(2,3) :"+Math.pow(2,3)+"<P>"); Question No: 22 ( Marks: 2 ) What is a web server? ANSWER: Web server web server is a machine that serves up the web page requests of a client on the internet. It is a combination of hardware and software. Decision as regards the type of a web server is largely dependent on the volume and type of web activities. So, transaction processing sites generating dynamic pages with high traffic volumes would need web server software that is more efficient and can easily be upgraded. Question No: 23 ( Marks: 3 ) To calculate the area of a circle the formula pi r squared is used. How would you code it in JavaScript? <html> <script type="text/javascript"> var radius,area; radius = 10; area = Math.PI*Math.pow(radius,2); document.write("area of circle with radius 10 is " + area ); </script> </html> Question No: 24 ( Marks: 3 ) Name four commonly used web server operating systems. (PAGE 91) Commonly used web server operating systems are Microsoft Windows NT Server, Microsoft Windows 2000 Advanced Server, Microsoft.NET Server, Linux or Unix based operating systems such as Solaris. Question No: 25 ( Marks: 5 ) Write the types of firewalls. Only names? Explain these briefly Packet filter firewall It uses a set of rules to determine whether outgoing or incoming data packets are allowed to pass through the firewall. The best mind-altering drug is truth.

30 Circuit level firewall It is quite similar to the packet filter firewall. It also works on the basis of a set of rules for filtering packets but operates at the transport layer of the OSI Model so has greater functionality. Application gateway firewall It operates at application layer of the OSI Model. It uses strong user authentication to verify identity of a host attempting to connect to the network using application layer protocols such us FTP. In contrast to packet filter firewall, it filters the requests rather than packets entering/leaving the network. It can block any outgoing HTTP or FTP requests. Question No: 26 ( Marks: 5 ) Write the JavaScript code which will display the following in a web page using a FOR loop: The number is 0 The number is 1 The number is 2 The number is 3 The number is 4 The number is 5 <html> <script type="text/javascript"> var no; for (no=0; no<6 ; no++) { document.write("the number is " + no + "<br>" ); } </script> </html> MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved Question No: 1 (Marks: 1) For which of the following we need to know the classification of E-commerce? Market planning strategy Build Mission statement Management strategy none (not sure ) An investment in knowledge always pays the best interest

31 COMPOSED BY MUHAMMAD USMAN BUTT Question No: 2 ( Marks: 1 ) Switch is a device that joins multiple computers together within one local area network (LAN). True (page 4) False Question No: 3 ( Marks: 1 ) In which protocol, the messages are not deleted from server. SMTP POP3 IMAP (page 18) ICMP Question No: 4 ( Marks: 1 ) How can you open a link in a new browser window? <a href="/url" target="new"> <a href="/url" target="_blank"> (page 33) <a href="/url" new> None of these Question No: 5 ( Marks: 1 ) What does the Target= _top tag perform? Loads the new page into the same frame Loads the new page into the entire window (page 33) Loads the new page into a new browser window All of the above The best mind-altering drug is truth.

32 Question No: 6 ( Marks: 1 ) Which attribute is used in a tag to control the layout of element? view css (PAGE 39) Style Layout Question No: 7 ( Marks: 1 ) Choose the correct HTML code line which left-align the content inside a tablecell. <td leftalign> <td valign="left"> <td align="left">(page 26) <tdleft> Question No: 8 ( Marks: 1 ) Where in an HTML document is the correct place to refer to an external style sheet? In the <body> section At the end of the document In the <head> section (PAGE 39) At the top of the document Question No: 9 ( Marks: 1 ) When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called Local Variables Global Variables Local and Global None of the above ref An investment in knowledge always pays the best interest

33 COMPOSED BY MUHAMMAD USMAN BUTT Question No: 10 ( Marks: 1 ) Constructor is defined as the initializing function used to create... Instance of object Copy of object Instance / copy of object (page 69) Shallow copy of object Question No: 11 ( Marks: 1 ) What does XML stand for? extra Modern Link X-Markup Language extensible Markup Language (page 74) Example Markup Language Question No: 12 ( Marks: 1 ) For which of following purpose the Firewall is used? Efficient working Protection against security attacks (page 95) Networking purpose None of these Question No: 13 ( Marks: 1 ) PPP stands for Point to Point Protocol (page 98) Post to Post Protocol The best mind-altering drug is truth.

34 Point to Post Protocol None of these Question No: 14 ( Marks: 1 ) Which of the following is NOT processed on the client side? Cookies JavaScript CGI scripts (page 79) Applets Question No: 15 ( Marks: 1 ) Firewall is used to I - examine the data entering the network II - examine the data leaving the network III - filter the data according to certain rules I, II and III (page 96) I only I and III only I and II only Question No: 16 ( Marks: 1 ) Which firewall uses strong user authentication to verify identity of a host attempting to connect to the network? Packet filter firewall Circuit level firewall Application gateway firewall (page 96) Hybrid firewall Question No: 17 ( Marks: 1 ) An investment in knowledge always pays the best interest

35 COMPOSED BY MUHAMMAD USMAN BUTT Bus networks is same as the system bus of a computer. True False (page 14) Question No: 18 ( Marks: 1 ) In Style Sheets, How do you add a background color for all "<h1>" elements? all.h1 {background-color:#ffffff} h1.all {background-color:#ffffff} h1 {background-color:#ffffff}(page 47) h1 {bgcolor:#ffffff} Question No: 19 ( Marks: 1 ) How do you make each word in a text start with a capital letter? text-transform:capitalize text-transform:first_capitalize. Cann t be possible with CSS text-transform:uppercase (question 24) Question No: 20 ( Marks: 1 ) MAC address is written in Binary form 0-1 Decimal form 0-9 Hexadecimal form 0-f (page 13) None of these The best mind-altering drug is truth.

36 Question No: 21 ( Marks: 2 ) What is a web server? Answer : Web server machine that services internet request. Web server machine that services internet request web server is a machine that serves up the web page requests of a client on the internet. It is a combination of hardware and software. Decision as regards the type of a web server is largely dependent on the volume and type of web activities. So, transaction processing sites generating dynamic pages with high traffic volumes would need web server software that is more efficient and can easily be upgraded. Question No: 22 ( Marks: 2 ) What does parsefloat(string) And NaN mean? The parsefloat() function parses a string and returns a floating point number. This function determines if the first character in the specified string is a number. If it is, it parses the string until it reaches the end of the number, and returns the number as a number, not as a string. The NaN property represents "Not-a-Number" value. This property indicates that a value is not a legal number. Question No: 23 ( Marks: 3 ) Write at least three rules for writing an XML code. Rules for writing an XML code -All elements must be properly nested <outer><inner>content</inner></outer> -All attribute values must be quoted <FRIES SIZE= LARGE > -All elements with empty content must be identified by ending in /> Question No: 24 ( Marks: 3 ) How Man in The middle Attacks operates? Man in the middle attacks In it the attacker is able to monitor, capture and control data between sending and receiving machines. He may apply IP address spoofing technique to divert the packets to its machine, then modify the packets and resend the misleading information to the actual client. Another form of manin-the-middle attack is where the hacker is able to substitute the IP address of a genuine web site with the IP address of his own web site due to some security hole in the software that runs on a domain name server. A client would think that he is communicating or receiving the information form a genuine web site, though it would not be the case actually. An investment in knowledge always pays the best interest

37 Question No: 25 ( Marks: 5 ) COMPOSED BY MUHAMMAD USMAN BUTT Write the code for a web page displaying a button named "Testing". After clicking that button an alert should be displayed saying "The test is successful". <html> <head> <script type="text/javascript"> function sndalert() { window.alert("the test is successful!!!"); } </script> </head> <body> <FORM NAME="form1"> <INPUT TYPE="Button" name="showalert" VALUE="Show Alert" onclick="sndalert()"> </FORM> </body> </html> Question No: 26 ( Marks: 5 ) Differentiate between front end and back end. Answer: Front end consists of that information which is visible to the user and he can interact with the same through some interface. The back end comprises that information which resides on the The best mind-altering drug is truth.

38 server side and is used to create certain dynamic results for the user. It would include different programs or scripts that may be developed in different languages/tools. Backend is mainly used for two purposes for querying with the databases and for the maintenance of state. We can use different tools (ASP, JSP etc.) for that purpose depending upon their respective advantages/disadvantages. MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 4) Question No: 1 ( Marks: 1 ) layer, data packets are placed inside Data frames (page 6) Data boxes Data streams None of these Question No: 2 ( Marks: 1 ) these is the correct HTML code for creating a reset button? In datalink Which of <input type = button name= reset value= reset > <input type= resetbutton value= Clear > <input type= reset value= reset > (page 26) <input type= button name= reset value= clear > Question No: 3 ( Marks: 1 ) used into.tag because a row contains multi cells and to fill up these cells with data...tag is TD TR TR TD (page 25) TD TG TG TR Question No: 4 ( Marks: 1 ) An investment in knowledge always pays the best interest

39 COMPOSED BY MUHAMMAD USMAN BUTT Individuals who write programs or manipulate technologies to gain unauthorized access to computers and networks are administrators experts hackers (page 54) coders Question No: 5 ( Marks: 1 ) used for the hidden fields? <FIELD> <TEXT> <INPUT> page 88 <HIDDEN> <INPUT TYPE= "HIDDEN" NAME= "Shirt1" VALUE="25"> Question No: 6 ( Marks: 1 ) correct way of referring to a stylesheet called "mystyle.xsl"? Which tag is What is a <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?> <link type="text/xsl" href="mystyle.xsl" /> <stylesheet type="text/xsl" href="mystyle.xsl" /> <?stylesheet type="text/xsl" href="mystyle.xsl"?> page 39 <Link Rel="stylesheet" Type="text/css" href="mystyles.css"> Question No: 7 ( Marks: 1 ) is NOT a predefined object? Document Date (repeated) Loop Array Which of them Question No: 8 ( Marks: 1 ) these is not a comparison operator? < > = (repeated) The best mind-altering drug is truth. Which of

40 != Question No: 9 ( Marks: 1 ) new date() Which of the following is correct about the d variable? instance of new instance of Date() method instance of Date object (repeated) Simple Variable Var d = Question No: 10 ( Marks: 1 ) When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called Local Variables (repeated) Global Variables Local and Global None of the above Question No: 11 ( Marks: 1 ) following, is condition part of given For loop for (i = 0; i <= 5; i++). i=0. i++. i<=5. (i = 0; i <= 5; i++). Question No: 12 ( Marks: 1 ) correct JavaScript syntax to write "Virtual University of Paistan"? Which of the What is the document.write("virtual University of Paistan ") ("Virtual University of Paistan ") " Virtual University of Paistan " response.write("virtual University of Paistan ") Question No: 13 ( Marks: 1 ) following is NOT valid HTML code line? <frameset rows="16%,84%"> <frameset columns="16%,84%"> <frameset cols="100,150"> <frameset cols= 50%,50% rows= 16%,84% > Which of the An investment in knowledge always pays the best interest

41 COMPOSED BY MUHAMMAD USMAN BUTT Ref Question No: 14 ( Marks: 1 ) breakthrough in Web design because it allows developers to control the CSS is a Processing speed on client side Data grid view on client side Style and layout of home page. Style and layout of multiple Web pages (repeated) Question No: 15 ( Marks: 1 ) tag is used to define an internal style sheet? Which HTML <css> <script> <style> (repeated) <sheet> Question No: 16 ( Marks: 1 ) correct HTML tag for adding a background color? <background>yellow</background> <body bgcolor="yellow"> (repeated) <body color="yellow"> None Question No: 17 ( Marks: 1 ) mean? padding-right What is the What does this Question No: 18 ( Marks: 1 ) Do you agree or not that using Cascading Style Sheets one can apply an image to sections of one s page or even to individual words. The best mind-altering drug is truth.

42 Question No: 19 ( Marks: 2 ) Suppose, there is an applet at " Write the code to include this applet in your web page. <APPLET CODE= width=100 height=200> DEMO </APPLET> Question No: 20 ( Marks: 3 ) What do you think, is there any difference between Static and Dynamic IP Address assignment? Discuss. Question No: 21 ( Marks: 5 ) cryptography? What techniques are used for cryptography? What is Question No: 22 ( Marks: 10 ) Analyze the following given code showing some Cascading Style Sheets tags and explain its lines one by one. <html> <head> <style type="text/css"> h1 {text-decoration: overline} h2 {text-decoration: line-through} h3 {text-decoration: underline} a {text-decoration: none} </style> </head> <body> <h1>this is header 1</h1> <h2>this is header 2</h2> <h3>this is header 3</h3> <p><a href=" is a link</a></p> </body> </html> An investment in knowledge always pays the best interest

43 COMPOSED BY MUHAMMAD USMAN BUTT MIDTERM EXAMINATION Spring 2009 IT430- E-Commerce (Session - 4) Question No: 1 ( Marks: 1 ) In datalink layer, data packets are placed inside Data frames Data boxes Data streams None of these Question No: 2 ( Marks: 1 ) Which of these is the correct HTML code for creating a reset button? <input type = button name= reset value= reset > <input type= resetbutton value= Clear > <input type= reset value= reset > <input type= button name= reset value= clear > Question No: 3 ( Marks: 1 ) The best mind-altering drug is truth.

44 ..tag is used into.tag because a row contains multi cells and to fill up these cells with data. TD TR TR TD TD TG TG TR Question No: 4 ( Marks: 1 ) Individuals who write programs or manipulate technologies to gain unauthorized access to computers and networks are administrators experts hackers coders Question No: 5 ( Marks: 1 ) Which tag is used for the hidden fields? <FIELD> <TEXT> <INPUT> An investment in knowledge always pays the best interest

45 <HIDDEN> COMPOSED BY MUHAMMAD USMAN BUTT Question No: 6 ( Marks: 1 ) What is a correct way of referring to a stylesheet called "mystyle.xsl"? <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?> <link type="text/xsl" href="mystyle.xsl" /> <stylesheet type="text/xsl" href="mystyle.xsl" /> <?stylesheet type="text/xsl" href="mystyle.xsl"?> Question No: 7 ( Marks: 1 ) Which of them is NOT a predefined object? Document Date Loop Array Question No: 8 ( Marks: 1 ) Which of these is not a comparison operator? < > = The best mind-altering drug is truth.

46 != Question No: 9 ( Marks: 1 ) Var d = new date() Which of the following is correct about the d variable? instance of new instance of Date() method instance of Date object Simple Variable Question No: 10 ( Marks: 1 ) When you declare a variable within a function, the variable can only be accessed within that function. When you exit the function, the variable is destroyed. These variables are called Local Variables Global Variables Local and Global None of the above Question No: 11 ( Marks: 1 ) Which of the following, is condition part of given For loop for (i = 0; i <= 5; i++). i=0. i++. i<=5. (i = 0; i <= 5; i++). An investment in knowledge always pays the best interest

47 COMPOSED BY MUHAMMAD USMAN BUTT Question No: 12 ( Marks: 1 ) What is the correct JavaScript syntax to write "Virtual University of Paistan"? document.write("virtual University of Paistan ") ("Virtual University of Paistan ") " Virtual University of Paistan " response.write("virtual University of Paistan ") Question No: 13 ( Marks: 1 ) Which of the following is NOT valid HTML code line? <frameset rows="16%,84%"> <frameset columns="16%,84%"> <frameset cols="100,150"> <frameset cols= 50%,50% rows= 16%,84% > Question No: 14 ( Marks: 1 ) CSS is a breakthrough in Web design because it allows developers to control the Processing speed on client side Data grid view on client side Style and layout of home page. The best mind-altering drug is truth.

48 Style and layout of multiple Web pages Question No: 15 ( Marks: 1 ) Which HTML tag is used to define an internal style sheet? <css> <script> <style> <sheet> Question No: 16 ( Marks: 1 ) What is the correct HTML tag for adding a background color? <background>yellow</background> <body bgcolor="yellow"> <body color="yellow"> None Question No: 17 ( Marks: 1 ) What does this mean? padding-right adds space to the right of the content Question No: 18 ( Marks: 1 ) Do you agree or not that using Cascading Style Sheets one can apply an image to sections of one s An investment in knowledge always pays the best interest

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved http://vustudents.ning.com Question No: 1 (Marks: 1) - Please choose one For which of the following we need to know the classification

More information

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses range

MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses range MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 5) Question No: 1 ( Marks: 1 ) - Please choose one Network addresses 128--- 191 range belongs to which of the following class networks? A B

More information

Question No: 1 (Marks: 1) - Please choose one. For which of the following we need to know the classification of E-commerce?

Question No: 1 (Marks: 1) - Please choose one. For which of the following we need to know the classification of E-commerce? MIDTERM EXAMINATION Spring 2010 IT430- E-Commerce (Session - 6) Solved Asslam O Alikum 100% solved papers of it 430 (2010) with reference by Afaaq and Shani bhai (7) Remember Us In Your Prayers Best regard

More information

Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button?

Question No: 2 ( Marks: 1 ) - Please choose one Which of these is the correct HTML code for creating a reset button? Question No: 1 ( Marks: 1 ) - Please choose one In datalink layer, data packets are placed inside > Data frames page 6 > Data boxes > Data streams > None of these Question No: 2 ( Marks: 1 ) - Please choose

More information

100% SOLVED CURRENT QUIZ & LONG QUESTIONS FOR MID EXAME 2010 COMPOSED AND SOLVED BY ASIF RASOOL & MUBASHIR GHAFOOR. MBA(FINANCE)

100% SOLVED CURRENT QUIZ & LONG QUESTIONS FOR MID EXAME 2010 COMPOSED AND SOLVED BY ASIF RASOOL & MUBASHIR GHAFOOR. MBA(FINANCE) Question No: 1 Which one of the following,divides large network in small logical segments called subnets on basis of IP addresses Routers Bridge Switches Question No: 2 Switch is used on the laye First

More information

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN LECTURE1-22

IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN   LECTURE1-22 IT430 E-COMMERCE SHORT NOTES COMPOSED BY VUZS TEAM MEHREEN HUMAYUN WWW.VUZS.NET LECTURE1-22 Question No: 01 ( Marks: 2 ) What does this mean? Padding-right Padding-right: adds space

More information

FOR MORE PAPERS LOGON TO

FOR MORE PAPERS LOGON TO IT430 - E-Commerce Question No: 1 ( Marks: 1 ) - Please choose one RIP(Routing Information protocol) is used by----------, to build a ------------ table _ bridges, hash _ routers, matrix _ routers, routing

More information

Come & Join Us at VUSTUDENTS.net

Come & Join Us at VUSTUDENTS.net Come & Join Us at VUSTUDENTS.net For Assignment Solution, GDB, Online Quizzes, Helping Study material, Past Solved Papers, Solved MCQs, Current Papers, E-Books & more. Go to http://www.vustudents.net and

More information

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad OCT 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 IT430 - E-COMMERCE Midterm Papers

More information

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013 Part I. (50%) Multiple Guess Choice. 1. What does CSS stand for? a. Creative Style Sheets b. Computer Style Sheets c. Cascading Style

More information

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself.

Web Technology. Assignment 3. Notes: This assignment is individual assignment, every student should complete it by himself. Web Technology Assignment 3 Due: Next Section. (one day before if you submit by email) Notes: This assignment is individual assignment, every student should complete it by himself. 1. Choose the correct

More information

Html basics Course Outline

Html basics Course Outline Html basics Course Outline Description Learn the essential skills you will need to create your web pages with HTML. Topics include: adding text any hyperlinks, images and backgrounds, lists, tables, and

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

Appendix D CSS Properties and Values

Appendix D CSS Properties and Values HTML Appendix D CSS Properties and Values This appendix provides a brief review of Cascading Style Sheets (CSS) concepts and terminology, and lists CSS level 1 and 2 properties and values supported by

More information

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style

Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style Session 3.1 Objectives Review the history and concepts of CSS Explore inline styles, embedded styles, and external style sheets Understand style precedence and style inheritance Understand the CSS use

More information

CSS: The Basics CISC 282 September 20, 2014

CSS: The Basics CISC 282 September 20, 2014 CSS: The Basics CISC 282 September 20, 2014 Style Sheets System for defining a document's style Used in many contexts Desktop publishing Markup languages Cascading Style Sheets (CSS) Style sheets for HTML

More information

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em>

Review Question 1. Which tag is used to create a link to another page? 1. <p> 2. <li> 3. <a> 4. <em> Introduction to CSS Review Question 1 Which tag is used to create a link to another page? 1. 2. 3. 4. Review Question 1 Which tag is used to create a link to another page? 1. 2.

More information

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS MOST TAGS CLASS Divides tags into groups for applying styles 202 ID Identifies a specific tag 201 STYLE Applies a style locally 200 TITLE Adds tool tips to elements 181 Identifies the HTML version

More information

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo

Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Study Guide 2 - HTML and CSS - Chap. 6,8,10,11,12 Name - Alexia Bernardo Note: We skipped Study Guide 1. If you d like to review it, I place a copy here: https:// people.rit.edu/~nbbigm/studyguides/sg-1.docx

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

CSS Quiz Result. 2) Where in an HTML document is the correct place to refer to an external style sheet?

CSS Quiz Result. 2) Where in an HTML document is the correct place to refer to an external style sheet? CSS Quiz Result 1) What does CSS stand for? a) Creative Style Sheets b) Computer Style Sheets c) Cascading Style Sheets - correct answer d) Cascade Style Sheets e) Colorful Style Sheets 2) Where in an

More information

1.) WWW means. 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d.

1.) WWW means. 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d. 1.) WWW means. a.) World Wide Web b.) Web Wide World c.) Wide World Web d.) World Web Wide 2.) Transport Layer is also known as. a.) Communication Layer c.) Hardware Layer b.) Software Layer d.) None of

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

Contents 1 INTRODUCTION TO COMPUTER NETWORKS...

Contents 1 INTRODUCTION TO COMPUTER NETWORKS... Contents 1 INTRODUCTION TO COMPUTER NETWORKS... 1.1 LAN's & WAN's... 1.2 Some network and internetwork components... File Server... Workstation. Topologies and Protocol... Repeaters. Hubs (concentrators)...

More information

Introduction to Web Technologies

Introduction to Web Technologies Introduction to Web Technologies James Curran and Tara Murphy 16th April, 2009 The Internet CGI Web services HTML and CSS 2 The Internet is a network of networks ˆ The Internet is the descendant of ARPANET

More information

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations).

The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). WDI Fundamentals Unit 4 CSS Cheat Sheet Rule The building block of a CSS stylesheet. A rule consists of a selector and a declaration block (one or more declarations). Declaration A declaration is made

More information

1 of 7 11/12/2009 9:29 AM

1 of 7 11/12/2009 9:29 AM 1 of 7 11/12/2009 9:29 AM Home Beginner Tutorials First Website Guide HTML Tutorial CSS Tutorial XML Tutorial Web Host Guide SQL Tutorial Advanced Tutorials Javascript Tutorial PHP Tutorial MySQL Tutorial

More information

ch02 True/False Indicate whether the statement is true or false.

ch02 True/False Indicate whether the statement is true or false. ch02 True/False Indicate whether the statement is true or false. 1. No matter what medium connects computers on a network copper wires, fiber-optic cables, or a wireless setup the same protocol must be

More information

CS WEB TECHNOLOGY

CS WEB TECHNOLOGY CS1019 - WEB TECHNOLOGY UNIT 1 INTRODUCTION 9 Internet Principles Basic Web Concepts Client/Server model retrieving data from Internet HTM and Scripting Languages Standard Generalized Mark up languages

More information

Introduction to Web Tech and Programming

Introduction to Web Tech and Programming Introduction to Web Tech and Programming Cascading Style Sheets Designed to facilitate separation of content and presentation from a document Allows easy modification of style for an entire page or an

More information

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts

COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts COMPSCI 120 Fall 2017 Review Questions for Midterm #2 Professor William T. Verts UNIX What do the 9 permission letters represent (rwxrwxrwx)? How do you know if you have the permission or not? What is

More information

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks.

Chapter 4: Networking and the Internet. Network Classifications. Network topologies. Network topologies (continued) Connecting Networks. Chapter 4: Networking and the 4.1 Network Fundamentals 4.2 The 4.3 The World Wide Web 4.4 Protocols 4.5 Security Network Classifications Scope Local area network (LAN) Metropolitan area (MAN) Wide area

More information

Adding CSS to your HTML

Adding CSS to your HTML Adding CSS to your HTML Lecture 3 CGS 3066 Fall 2016 September 27, 2016 Making your document pretty CSS is used to add presentation to the HTML document. We have seen 3 ways of adding CSS. In this lecture,

More information

Comp-206 : Introduction to Software Systems Lecture 23. Alexandre Denault Computer Science McGill University Fall 2006

Comp-206 : Introduction to Software Systems Lecture 23. Alexandre Denault Computer Science McGill University Fall 2006 HTML, CSS Comp-206 : Introduction to Software Systems Lecture 23 Alexandre Denault Computer Science McGill University Fall 2006 Course Evaluation - Mercury 22 / 53 41.5% Assignment 3 Artistic Bonus There

More information

ITA430 Solved & Unsolved MCQs BY

ITA430 Solved & Unsolved MCQs BY ITA430 Solved & Unsolved MCQs BY Question No: 1 ( Marks: 1 ) - Please choose one If 140.57 is network address and 220.200 is machine address then which class of network it is? A B C D Question No: 2 (

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

Chapter 1 Introduction to HTML, XHTML, and CSS Chapter 1 Introduction to HTML, XHTML, and CSS MULTIPLE CHOICE 1. The world s largest network is. a. the Internet c. Newsnet b. the World Wide Web d. both A and B A PTS: 1 REF: HTML 2 2. ISPs utilize data

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

HTML/XML. HTML Continued Introduction to CSS

HTML/XML. HTML Continued Introduction to CSS HTML/XML HTML Continued Introduction to CSS Entities Special Characters Symbols such as +, -, %, and & are used frequently. Not all Web browsers display these symbols correctly. HTML uses a little computer

More information

COSC 2206 Internet Tools. CSS Cascading Style Sheets

COSC 2206 Internet Tools. CSS Cascading Style Sheets COSC 2206 Internet Tools CSS Cascading Style Sheets 1 W3C CSS Reference The official reference is here www.w3.org/style/css/ 2 W3C CSS Validator You can upload a CSS file and the validator will check it

More information

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4.

IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. IT2353 WEB TECHNOLOGY Question Bank UNIT I 1. What is the difference between node and host? 2. What is the purpose of routers? 3. Define protocol. 4. Why are the protocols layered? 5. Define encapsulation.

More information

Client Side Concepts Quiz Solution

Client Side Concepts Quiz Solution Client Side Concepts Quiz Solution Who invented the World Wide Web? A) Tim Berners Lee B) Bruce Lee C) Brett Lee D) Jerry Kabell Who is making the Web standards? A) Microsoft B) Mozilla C) The World Wide

More information

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1 59313ftoc.qxd:WroxPro 3/22/08 2:31 PM Page xi Introduction xxiii Chapter 1: Creating Structured Documents 1 A Web of Structured Documents 1 Introducing XHTML 2 Core Elements and Attributes 9 The

More information

Full file at

Full file at ch02 True/False Indicate whether the statement is true or false. 1. Computer networks and the Internet form the basic technology structure that underlies all electronic commerce. 2. The USENET was the

More information

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued)

Chapter 4: Networking and the Internet. Figure 4.1 Network topologies. Network Classifications. Protocols. (continued) Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh Edition by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Chapter 4: Networking and the Internet 4.1 Network Fundamentals

More information

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

<body bgcolor=  fgcolor=  link=  vlink=  alink= > These body attributes have now been deprecated, and should not be used in XHTML. CSS Formatting Background When HTML became popular among users who were not scientists, the limited formatting offered by the built-in tags was not enough for users who wanted a more artistic layout. Netscape,

More information

Developing Web Applications

Developing Web Applications Developing Web Applications Ralph Moseley Middlesex University IIICENTCNNIAL 1807 ewiley 2007 13ICCNTENNIAL John Wiley & Sons, Ltd Preface Introduction Features Additional Materials Trademarks Acknowledgments

More information

Full file at Chapter 2: Technology Infrastructure: The Internet and the World Wide Web

Full file at   Chapter 2: Technology Infrastructure: The Internet and the World Wide Web Chapter 2: Technology Infrastructure: The Internet and the World Wide Web TRUE/FALSE 1. Computer networks and the Internet form the basic technology structure that underlies all electronic commerce. T

More information

Chapter 4: Networking and the Internet

Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 2015 Pearson Education Limited 2015 Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols

More information

Exam : 1D Title : CIW Foundations. Version : DEMO

Exam : 1D Title : CIW Foundations. Version : DEMO Exam : 1D0-410 Title : CIW Foundations Version : DEMO 1. In an HTML 4.0-compliant browser, how is a radio button field displayed within a form? A. A radio button is displayed as a small box. B. A radio

More information

Review: Networking Fall Final

Review: Networking Fall Final Review: Networking Fall Final Question 1 of 43 You have implemented a network where each device provides shared files with all other devices on the network. What type of network do you have? Peer to peer

More information

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Indian Institute of Technology Kharagpur HTML Part III Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 15: HTML Part III On completion, the student will be able

More information

Reading 2.2 Cascading Style Sheets

Reading 2.2 Cascading Style Sheets Reading 2.2 Cascading Style Sheets By Multiple authors, see citation after each section What is Cascading Style Sheets (CSS)? Cascading Style Sheets (CSS) is a style sheet language used for describing

More information

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application. Extra notes - Client-side Design and Development Dr Nick Hayward HTML - Basics A brief introduction to some of the basics of HTML. Contents Intro element add some metadata define a base address

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

Comp 426 Midterm Fall 2013

Comp 426 Midterm Fall 2013 Comp 426 Midterm Fall 2013 I have not given nor received any unauthorized assistance in the course of completing this examination. Name: PID: This is a closed book exam. This page left intentionally blank.

More information

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes Course Title Course Code WEB DESIGNING TECHNOLOGIES DCE311 Lecture : 3 Course Credit Practical : Tutorial : 0 Total : 5 Course Learning Outcomes At end of the course, students will be able to: Understand

More information

FBCA-03 April Introduction to Internet and HTML Scripting (New Course)

FBCA-03 April Introduction to Internet and HTML Scripting (New Course) Seat No. : FBCA-03 April-2007 105-Introduction to Internet and HTML Scripting (New Course) Time : 3 Hours] [Max. Marks : 70 Instructions : (1) Figures to the right indicate marks allotted to that questions.

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Project #3 Review Forms (con t) CGI Validation Design Preview Project #3 report Who is your client? What is the project? Project Three action= http://...cgi method=

More information

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student

Welcome Please sit on alternating rows. powered by lucid & no.dots.nl/student Welcome Please sit on alternating rows powered by lucid & no.dots.nl/student HTML && CSS Workshop Day Day two, November January 276 powered by lucid & no.dots.nl/student About the Workshop Day two: CSS

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 4 Cascading Style Sheet Cascading Style Sheets A style defines the appearance of a document A style sheet - a file that describes the layout and appearance of

More information

CSS: Cascading Style Sheets

CSS: Cascading Style Sheets CSS: Cascading Style Sheets Computer Science and Engineering College of Engineering The Ohio State University Lecture 13 Evolution of CSS MIME type: text/css CSS 1 ('96): early recognition of value CSS

More information

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols Guide to Networking Essentials, 6 th Edition Chapter 5: Network Protocols Objectives Describe the purpose of a network protocol, the layers in the TCP/IP architecture, and the protocols in each TCP/IP

More information

Connecting with Computer Science Chapter 5 Review: Chapter Summary:

Connecting with Computer Science Chapter 5 Review: Chapter Summary: Chapter Summary: The Internet has revolutionized the world. The internet is just a giant collection of: WANs and LANs. The internet is not owned by any single person or entity. You connect to the Internet

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013

UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 UNIVERSITI TEKNOLOGI MALAYSIA TEST 1 SEMESTER II 2012/2013 SUBJECT CODE : SCSV1223 (Section 05) SUBJECT NAME : WEB PROGRAMMING YEAR/COURSE : 1SCSV TIME : 2.00 4.00 PM DATE : 18 APRIL 2013 VENUE : KPU 10

More information

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21 Table of Contents Chapter 1 Getting Started with HTML 5 1 Introduction to HTML 5... 2 New API... 2 New Structure... 3 New Markup Elements and Attributes... 3 New Form Elements and Attributes... 4 Geolocation...

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ.

Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Jianhui Zhang, Ph.D., Associate Prof. College of Computer Science and Technology, Hangzhou Dianzi Univ. Email: jh_zhang@hdu.edu.cn Copyright 2015 Pearson Education, Inc. Chapter 4: Networking and the Internet

More information

Introduction to using HTML to design webpages

Introduction to using HTML to design webpages Introduction to using HTML to design webpages #HTML is the script that web pages are written in. It describes the content and structure of a web page so that a browser is able to interpret and render the

More information

ABOUT WEB TECHNOLOGY COURSE SCOPE:

ABOUT WEB TECHNOLOGY COURSE SCOPE: ABOUT WEB TECHNOLOGY COURSE SCOPE: The booming IT business across the globe, the web has become one in every of the foremost necessary suggests that of communication nowadays and websites are the lifelines

More information

By completing this practical, the students will learn how to accomplish the following tasks:

By completing this practical, the students will learn how to accomplish the following tasks: By completing this practical, the students will learn how to accomplish the following tasks: Learn different ways by which styles that enable you to customize HTML elements and precisely control the formatting

More information

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing Content Objective) applicable) Desktop Publishing Weeks 1-6 10-12 1. Create and edit a publication. 2. Design a newsletter. 3. Publish a tri-fold brochure 1-1 Start and quit Publisher 1-2 Describe the

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 3 Configuring Color and Text with CSS Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100 Introduction to Multimedia MMP100 Spring 2016 profehagan@gmail.com thiserichagan.com/mmp100 Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax!

More information

Chapter 4: Networking and the Internet. Copyright 2015 Pearson Education, Inc.

Chapter 4: Networking and the Internet. Copyright 2015 Pearson Education, Inc. Chapter 4: Networking and the Internet Chapter 4: Networking and the Internet 4.1 Network Fundamentals 4.2 The Internet 4.3 The World Wide Web 4.4 Internet Protocols 4.5 Security 4-2 Network Classifications

More information

Zen Garden. CSS Zen Garden

Zen Garden. CSS Zen Garden CSS Patrick Behr CSS HTML = content CSS = display It s important to keep them separated Less code in your HTML Easy maintenance Allows for different mediums Desktop Mobile Print Braille Zen Garden CSS

More information

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML & CSS SWE 432, Fall 2017 Design and Implementation of Software for the Web HTML: HyperText Markup Language LaToza Language for describing structure of a document Denotes hierarchy of elements What

More information

Lab Introduction to Cascading Style Sheets

Lab Introduction to Cascading Style Sheets Lab Introduction to Cascading Style Sheets For this laboratory you will need a basic text editor and a browser. In the labs, winedt or Notepad++ is recommended along with Firefox/Chrome For this activity,

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services (A Microsoft Learning Partner) HTML and CSS COURSE SYLLABUS Module 1: Web Programming Introduction In this module you will learn basic introduction to web development. Module

More information

IMY 110 Theme 6 Cascading Style Sheets

IMY 110 Theme 6 Cascading Style Sheets IMY 110 Theme 6 Cascading Style Sheets 1. Cascading Style Sheets 1.1. Cascading Style Sheets Up to now we have done styling by using the style attribute. e.g. paragraph What

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Session 4. Style Sheets (CSS) Reading & References.   A reference containing tables of CSS properties Session 4 Style Sheets (CSS) 1 Reading Reading & References en.wikipedia.org/wiki/css Style Sheet Tutorials www.htmldog.com/guides/cssbeginner/ A reference containing tables of CSS properties web.simmons.edu/~grabiner/comm244/weekthree/css-basic-properties.html

More information

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

More information

COMPUTER TECHNIQUE. ( Vocational Stream ) Paper : V. ( Computer Network ) ( Theory )

COMPUTER TECHNIQUE. ( Vocational Stream ) Paper : V. ( Computer Network ) ( Theory ) Total No. of Printed Pages 12 HS/XII/V/CT/Paper V/14 2 0 1 4 COMPUTER TECHNIQUE ( Vocational Stream ) Paper : V ( Computer Network ) ( Theory ) Full Marks : 100 Time : 3 hours The figures in the margin

More information

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322 1 Local & Metropolitan Area Networks ACOE322 Lecture 5 TCP/IP Protocol suite and IP addressing 1 0. INTRODUCTION We shall cover in this topic: 1. The relation of TCP/IP with internet and OSI model 2. Internet

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015 Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS 8 Oct 2015 What is CSS? o CSS (Style Sheet) defines how HTML elements are formatted and displayed. o It helps you easily change an HTML

More information

Venkateshwar International School Sector-18, Dwarka, New Delhi-78 SAT- PRELIMINARY ROUND Class XII

Venkateshwar International School Sector-18, Dwarka, New Delhi-78 SAT- PRELIMINARY ROUND Class XII Venkateshwar International School Sector-18, Dwarka, New Delhi-78 SAT- PRELIMINARY ROUND Class XII Computer Science MMWT Total (40) Name of the student School Code M.M : 20 COMPUTER SCIENCE 1. A is a special

More information

CSS: formatting webpages

CSS: formatting webpages CSS: formatting webpages Why CSS? separate content from formatting (style) style can be changed easily without rewriting webpages keep formatting consistent across website allows more advanced formatting

More information

CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp)

CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp) CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp) The skills and knowledge measured by this exam are derived from an industry-wide and worldwide job

More information

Indicate whether the statement is true or false.

Indicate whether the statement is true or false. Indicate whether the statement is true or false. 1. Packet-filtering firewalls scan network data packets looking for compliance with the rules of the firewall s database or violations of those rules. 2.

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3.

IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 Part A 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. IT2353 Web Technology Important Questions 2 Marks and 16 Marks Unit 1 1. Differentiate Internet with Intranet. 2. What are HTML tags? 3. Write a script that inputs text from an HTML form and outputs the

More information

OSI Reference Model. Computer Networks lab ECOM Prepared By : Eng. Motaz Murtaja Eng. Ola Abd Elatief

OSI Reference Model. Computer Networks lab ECOM Prepared By : Eng. Motaz Murtaja Eng. Ola Abd Elatief Islamic University of Gaza Faculty of Engineering Computer Engineering Department Computer Networks lab ECOM 4121 OSI Reference Model Prepared By : Eng. Motaz Murtaja Eng. Ola Abd Elatief May /2010 OSI

More information