Plus Two Computer Application Chapter Wise Previous Questions Chapter 4 Web Technology

Kerala State Board New Syllabus Plus Two Computer Application Chapter Wise Previous Questions and Answers Chapter 4 Web Technology.

Kerala Plus Two Computer Application Chapter Wise Previous Questions Chapter 4 Web Technology

Plus Two Computer Application Web Technology 1 Mark Important Questions

Question 1.
The default port number of http is (MARCH-2016)
a) 20
b) 80
c) 110
d) 53
Answer:
b) 80

Question 2.
_______ tag is used to make the size of the text smaller than current text in HTML.  (MAY-2016)
a) <b>
b) <small>
c) <sub>
d) <sup>
Answer:
b) <small>

Question 3.
A designed website has to be uploaded into a to make it available to internet users all over the world. (MARCH-2017)
Answer:
Webserver

Question 4.
______ is a server that acts as a bridge between the merchant server and the bank server. (MARCH-2017)
Answer:
Payment gateway

Question 5.
The port no. for HTTP protocol is ______ (MAY-2017)
a) 20
b) 80
c) 110
d) 53
Answer:
b) 80

Question 6.
Pick the odd one out: (MAY-2017)
a) BODY
b) HTML
c) HEAD
d) ALIGN
Answer:
d) ALIGN

Question 7.
DNS stands for _____ (MAY-2017)
Answer:
Domain Name System

Plus Two Computer Application Web Technology 2 Marks Important Questions

Question 1.
A webpage is created to display the result of the engineering entrance examination. (MARCH-2016)
a) What type of webpage it is?
b) Mention any two features of it.
Answer:
a) Dynamic web page
b) 1) Content and layout is not fixed
2) It uses databases
3) It runs as the server-side application program
4) interactive

Question 2.
Compare client-side scripting and server-side scripting. (MAY-2016)
Answer:

Client-Side Scripting Server Side Scripting
Script is copied to client browser to the webserver
Executed by the client Executed by the server and result gets back to the browser window
Used for Client level validation Connect to the database in the server
It is possible to block by the user Cannot possible
Client side scripts depends the type and version of the browser It does not depend the type and version of the browser

Question 3.
Every web browser has default colors to display text and hyperlink. How can we change this default colour? (MARCH-2017)
Answer:
Attribute of BODY tag is used for this.
1) TEXT-Specifies the color of the text content of the page
Eg. <BODY TEXT= “Red”>
2) LINK- Specifies colour of the hyperlinks that are not visited by the user
3) ALINK-Specifies the colour of hyperlinks
4) VLINK-Specifies the color of hyperlinks which are a I ready visited by the viewer.
Eg. < BODYALINK= “Cyan” LINK-’ Magenta” VLINK= “Orange”>

Question 4.
Differentiate static and dynamic web page. (MAY-2017)
Answer:

Static web pages Dynamic web pages
Content and layout is fixed Content and layout are changed frequently
Never use database Database is used
Run by browser It runs on the server and the result get back to the client (browser)
Easy to develop Not at all easy

Plus Two Computer Application Web Technology 3 Marks Important Questions

Question 1.
Compare static and dynamic web pages (MARCH-2017)
Answer:

Static web pages Dynamic web pages
Content and layout is fixed Content and layout is changed frequently
Never use database Database is used
Run by browser It runs on the server and the result get back to the client(browser)
Easy to develop Not at all easy

Question 2.
Compare Client-side scripting and Server-side scripting languages. (MARCH-2017)
Answer:

Client-Side Scripting Server Side Scripting
Script is copied to client browser to the webserver
Executed by the client Executed by the server and result gets back to the browser window
Used for Client level validation Connect to the database in the server
It is possible to block by the user Cannot possible
Client side scripts depends the type and version of the browser It does not depend the type and version of the browser