1.
Which panel can be used to manage and create new sites?
2.
What is the shortcut key to Merge All Layers?
3.
What is the shortcut key for De-saturation?
4.
A meta tag is used to reach internet search engine.
5.
When will the else part of try-except-else be executed?
6.
Which type of style should you use if you want to use the formats on multiple pages?
7.
Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the .................. attribute and the second the ...................attribute.
8.
Some tags enclose the text. Those tags are known as
9.
____________ is the tainted property of a window object.
10.
When you use a heading tag in a document, what does the Web browser assumes?
11.
How do you insert a comment in a CSS file?
12.
To resize a graphic in a layer, select the _______ tool, then check mark _____________ to see selection handles.
13.
What is the shortcut key for Layer via Copy?
14.
In jQuery, anonymous function can be passed as an argument to another function
15.
Which file format should you use to display photographs and other continuous-tone images on the Web?
16.
_________is a web microframework for Python
17.
PNG is a movie picture format
18.
A meta tag is used to reach internet search engine.
19.
Which types of image maps can be used with JavaScript?
20.
The session framework helps you in storing and retrieving arbitrary data on a per-site visitor basis
21.
When selecting an area of pixels to delete, which of the following tool could be used?
22.
Which of the following is NOT a Style?
23.
It is possible to save a Photoshop image in different formats.
24.
Choose the client-side JavaScript object?
25.
HTML tags are surrounded by which type of brackets.
26.
A ___________ can connect users to a place on the same web page or to place on another site.
27.
Which of the following are capabilities of functions in JavaScript?
28.
Which of the following selector selects the element that is the first child of its parent that is of its type?
29.
Which of the following is valid IP address?
30.
Markup tags tell the web browser
31.
What are variables used for in JavaScript Programs?
32.
The syntax of Eval is ________________
33.
A ________ object is a reference to one of the classes in a Java package, such as netscape.javascript .
34.
If para1 is the DOM object for a paragraph, what is the correct syntax to change the text within the paragraph?
35.
What panel is used to change the event that triggers an image swap?
36.
Which attribute specifies a unique alphanumeric identifier to be associated with an element?
37.
Float is a JavaScript Data Types.
38.
In JavaScript, _________ is an object of the target language data type that encloses an object of the source language.
39.
Which of the following selectors selects direct descendents?
40.
How is Multithreading achieved in Python?
41.
The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
43.
_________ selectors are used to specify a group of elements.
44.
The jQuery html() method works for both HTML and XML documents
45.
from django.http import HttpResponse import datetime def Current_datetime(request): now = datetime.datetime.now() html = "It is now %s" % now return HttpResponse(html) The above code generate a