Advanced Web Technologies (CSIT762)-Semester III

Advanced Web Technologies (CSIT762)-Semester III

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

1st Module Assessment

A line can be drawn horizontally using__________.

a.

horizontal ruler

b.

new line

c.

vertical ruler

d.

new paragraph

Select the corect order of tags as occur in a HTML page.

Select one:

a.

HTML, Body, Title, Head

b.

HTML, Head, Title, Body

c.

HTML, Head, Title, Body

d.

Head, Title, HTML, body

Question 2. To insert rows in a table , the combination of tags used are___________.

a.

<tr> and </tr>

b.

<th> and </th>

c.

<td> and </td>

d.

None of the above

Question 3. Which tag is used for making the heading font largest?

a.

H1

b.

H2

c.

H3

d.

H4

Question 4. A empty line can be left in the document using ___________.

a.

<b>

b.

<i>

c.

<br>

d.

<i>

Question 5. The correct syntax of inserting an image in HTML document is ___________.

a.

<img src = “jtp.png” />

b.

<img href = “jtp.png” />

c.

<img url = “jtp.png” />

d.

<img link = “jtp.png” />

Question 6. Correct way of creating a hyperlink is ___________________.

a.

<a link = “www.javatpoint.com”> javaTpoint.com </a>

b.

<a> www.javatpoint.com <javaTpoint.com /a>

c.

<a href = “www.javatpoint.com”> javaTpoint.com </a>

d.

<a url = “www.javatpoint.com” javaTpoint.com /a>

Question 7. <li> in a HTML document stands for________.

a.

list interface

b.

list integer

c.

list item

d.

list iterator

Question 8. A group of Frames is called as _________________.

a.

Index

b.

Frameset

c.

CollectionFrame

d.

list

Question 9. HTML expands to _________ .

a.

HyperText Markup Language

b.

HighText Machine Language

c.

HyperText and links Markup Language

d.

None of these

Question 10. Which tag is used to create a submit button?

a.

<button>

b.

<submit>

c.

<submit botton>

d.

<button action=”submit”>

Question 11. Numbered list is created using ____________.

a.

ul

b.

ol

c.

dl

d.

li

Question 12. To decorate the web page with motion text in a web page we use ______ tag.

a.

<br>

b.

<hr>

c.

<marquee>

d.

None of these

<b> tag and ______tag makes the text bold.

Select one:

a.

<fat>

b.

<black>

c.

<strong>

d.

<emp>

Question 13. Comments in HTML use _______ tag.

a.

<!– Comment — >

b.

<! Comment!>

c.

<Comment>

d.

<!-Comment””>

Question 14. Choose from the options the tags which does not have matching end tag associated with it?

a.

<p>

b.

<br>

c.

<b>

d.

<u>

Question 15. _____ is address used which only includes the name of the image.

a.

Relative Address

b.

Absolute Address

c.

URL Address

d.

None of these

Question 16. Font-size attribute can take value ranging form:

a.

1-10

b.

1-7

c.

1-8

d.

1-9

Question 17. In a browser if there is no support for Frames then ______ tag is used to give alternate text.

a.

<noframes>

b.

<emptyframes>

c.

<blankframes>

d.

None of these

27

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

2nd Module Assessment

Java script is run by _____.

a.

server

b.

client

c.

local machine

d.

remote machine

Question 2. The font-size is altered in CSS by _______.

a.

p { font-size:2em;}

b.

p { font:2em;}

c.

p { font-se:2pm;}

d.

p { font-:2mm;}

Question 3. CSS Rule consist of ____ parts.

a.

4

b.

1

c.

2

d.

3

Question 4. CSS can be integrated in ____ number of ways.

a.

3

b.

4

c.

2

d.

1

Question 5. The correct syntax to specify the font family is _____

a.

p {font-family: Arial, Helvetica, sans-serif;

b.

{p: font-fami: “Times New Roman”, Times.serif;}

c.

{ font-fam: “Times New Roman”: Times:serif}

d.

None of these

Question 6. CSS is used to_____.

a.

Define style for your web page

b.

Define the design for your webpage

c.

Define the layout for your webpage

d.

All of these

Question 7. Javascript and Java both are same_____.

a.

TRUE

b.

FALSE

c.

May be

d.

None ofthse

Question 8. CSS expands to form ___.

a.

Cascade style sheets

b.

Cascading style sheets

c.

Color and style sheets

d.

None of the above

Question 9. Syntax to create an alert box is:____.________

a.

alertBox(“Hello”)

b.

alert(“Hello”)

c.

alrt(“Hello”)

d.

All of these

Question 10. An event handler can be think of as ___________

a.

interface

b.

clsss

c.

function

d.

variable

Question 11. To decortae the HTML page using external CSS____ tag is used.

a.

<style>

b.

<src>

c.

<link>

d.

<css>

To provide style to a particular element we use _________ Selector.

a.

Id

b.

Class

c.

text

d.

name

Question 12. To fix text which revolves over the image in CSS we use _____.

a.

wrap

b.

float

c.

push

d.

align

Question 13. Comments in CSS is given by ______.

a.

//comment//

b.

/* comment*/

c.

<!comment…..>

d.

None of these

Question 14. To decorate the image by giving it a red color dot style border we use _____.

a.

border-color

b.

border-style

c.

border-decoration

d.

border-line

Question 15. If we want to show only the bordered vacant cell ____ tag is used.

a.

empty-cell

b.

void-cell

c.

noncontent-cell

d.

blank-cell

Question 16. The fixed value of the position attribute in CSS is __.

a.

fixed

b.

relative

c.

absolute

d.

inherit

Question 17. When we create a hyperlink in HTML document, it comes as underlined. __ is used to get rid of the underlining.

a.

a {text: no-underline;}

b.

a {text-style: no-underline;}

c.

a {text-decoration:none;}

d.

a {text-decoration: no-underline;}

29

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

3rd Module Assessment

Use of DTD in XHTML is done to check the XHTML syntax.

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 2. To accomodate three frame frames in a window three frame tags must be used nested under frameset tag.

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 3. Frames are a means of showing more than one page together in a window

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 4. Following the rules of XHTML and XML, beginning tags must be accompanied with end tag

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 5. To insert a table in XHTML, the correct tag used is:

a.

<table width=”80%” border=”10″ cellpadding=”3″ cellspacing=”5″ align=”center”>

b.

<tr width=”80%” border=”10″ cellpadding=”3″ cellspacing=”5″ align=”center”>

c.

<td width=”80%” border=”10″ cellpadding=”3″ cellspacing=”5″ align=”center”>

d.

None of these

Question 6. Tick the correct XHTML tag?

a.

<P></p>

b.

</P><P>

c.

<p></p>

d.

<P></P>

Question 7. While creating the hyperlinks, an absolute address must include an Internet protocol.

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 8. To insert an image in XHTML, the correct tag is

a.

<img src=”../../../images/guru.gif” align=”middle” alt=”The Guru” border=”2″ />

b.

<img link=”../../../images/guru.gif” align=”middle” alt=”The Guru” border=”2″ />

c.

<img href=”../../../images/guru.gif” align=”middle” alt=”The Guru” border=”2″ />

d.

None of the above

Question 9. XHTMLis a case sensitive language

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 10. XHTML expands to _________

a.

Xtension Hyper text Mark up language

b.

Xtensible Hyper text mark up language

c.

Xtensible Hyper Table Mark Up Language

d.

None of these

DTD in XHTML can be defined by_________.

Select one:

a.

Transitional DTD

b.

Strict DTD

c.

Frameset DTD

d.

All of these

Question 11. Correct syntax to create 3 frames in XHTML is __________.

a.

<frameset rows=”33%, 33%, *”>

b.

<frameset rows=”50%, 33%, *”>

c.

<frameset rows=”33%, 53%, *”>

d.

None of these

Question 12. Version of XHTML document is mentioned by __________.

a.

<meta>

b.

<base>

c.

<link>

d.

<!DOCTYPE>

Question 13. XHTML document following all the rules mentioned in DTD is known as ______________.

a.

Verification

b.

Validation

c.

Type Checking

d.

Semantic Check

Question 14. <!DOCTYPE> has an _________required attribute.

a.

xhtml()

b.

xmlns

c.

xmln

d.

xcds

Question 15. Self-close identification sheme is used for_______.

a.

HTML

b.

XHTML

c.

SGML

d.

All the above

Question 16.  XHTML is more formal and stricter version of HTML. i.e.

a.

It has properly nested elemnts

b.

All elements must be closed

c.

All elements are lowercase

d.

All of these

Question 17. In XHTML, form is created with reset button using _____tag.

a.

<reset>

b.

<submit>

c.

<button>

d.

None of the above

29

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

5th Module Assessment

To inserta new record into Database, we use the ___________ query.

a.

“INSERT INTO <Tablename> (firstname lastname, email) VALUES(‘Nisha’, ‘Ahuja’, ‘nahuja@amity.com’)

b.

“INSERT INTO VALUES(‘Nisha’, ‘Ahuja’, ‘nahuja@amity.com’)

c.

“INSERT IN <Tablename> (firstname, lastname, email) VALUES(‘Nisha’, ‘Ahuja’, ‘nahuja@amity.com’)

d.

All of these

Question 2. _______function open the file in a particular mode.

a.

readfile()

b.

fopen()

c.

fread()

d.

None of these

Question 3. _______ is used to connect to MySql server.

a.

mysql()

b.

mysqlconnect()

c.

mysqli()

d.

None of these

Question 4. ________ function checks the end of file has come.

a.

feof()

b.

feod()

c.

feoD()

d.

None of these

Question 5. File handling involves opening and manipulating a file for various operations.

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 6. _______function is used to read one line from the file.

a.

fread()

b.

fgets()

c.

fputs()

d.

None of these

Question 7. A session in PHP begins with _____________.

a.

session_start()

b.

session_begin()

c.

session=True

d.

All of these

Question 8. A cookie is a small file often used to associate a particular user.

a.

TRUE

b.

FALSE

c.

May be

d.

Can’t say

Question 9. ________ function is used for writing in the file.

a.

fwrite()

b.

fright()

c.

freadandwrite()

d.

None of these

Question 10. The __________function returns the number of bytes read.

a.

readline()

b.

readfile()

c.

read()

d.

None of these

Question 11. error() returns the error in the database connection. But if there is no error during the database connection, what will it returns?

a.

No error

b.

Empty String

c.

1

d.

0

Which file you need to configure to allow for file uploads?

a.

php.cnf

b.

php.ini

c.

php.stg

d.

None of these

Question 12. To read a file into a string the use of _____function is made.

a.

fread()

b.

fget()

c.

file_get_contents()

d.

None of these

Question 13. All session related values are present in __________.

a.

SESSION variable

b.

$SESSION variable

c.

$_SESSION variable

d.

None of these

Question 14. rmdir() in PHP works to _____________.

a.

remove the directory

b.

remove the empty direcory

c.

removing all the existing diectories

d.

All of these

Question 15. The second argument of fopen() during file handling is_____.

a.

permission valu

b.

mode of operation

c.

blank

d.

None of the above

Question 16. ______ is similar to fsockopen().

a.

pfsockopen()

b.

open()

c.

fopen()

d.

None of these

Question 17. _____ function is used to create a file if it is not found and also set the last updation time.

a.

unlink()

b.

stat()

c.

touch()

d.

symlink() w

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

27

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

Assignment 2

CASE STUDY

A firm ABC pvt ltd has a special men’s, women’s and kid’s wear online web presence in India. They have started a new firm with employee base of just 5 employees. One is employed as CSS Designerr, Other one is Java Developer, Rest are Content Manager, Software Tester and Web-site designer. They offer men’s fine clothing with a unique blend of global fashion and innovative design comfort for the upcoming trends. They also bring together a widest range of linen fashion under one roof with exquisite luxury at affordable price. They want to show their online presence by creating a web and mobile application. The company want light weight web site to be created so that they can showcase their products in a attractive manner. Apart from that,  focusing on seasons like Diwali sale & promotions, client required relevant additional support for their website’s performance. They also required their website to be implemented with SSL to support for payment gateway process.  So, they want Clear and easy to understanding of GST information, Displaying seasonal offers to increasing the purchase

Google AdWords support and Re-marketing to increase the order conversion

Which technology is used to provide a attractive web site design?

a.

HTML

b.

Java Script

c.

CSS

d.

All of these

Question 2. In the paragraph, CSS stands for ___________.

a.

Cascading Style sheets

b.

Comment Style Sheet

c.

Cascad Style sheet

d.

None of these

Question 3. How can SQL be used during Diwali season?

a.

To authenticate the user for secure payment by interfacing with the Database

b.

To provide information about the user for secure payment

c.

To update the database credit, debit transactions

d.

All of these

Question 4. How can Javascript developer helps in making Website?

a.

To validate the login details of customer at client side

b.

To validate the login details of customer at server side

c.

To verify the other details filled by the User during purchase

d.

No of these

Question 5. Which technology is used to create the web site plain text content?

a.

HTML

b.

SGML

c.

CSS

d.

None of these

We Also Provide SYNOPSIS AND PROJECT.

Contact www.kimsharma.co.in for best and lowest cost solution or

Email: amitymbaassignment@gmail.com

Call/what’s app: +91 8290772200

What’s app:8800352777

Assignment solution help, assignment answers help, Assignment Help, Synopsis and Project, Study Material, Exam Notes

Leave a Reply

Your email address will not be published. Required fields are marked *