Time
Question No. 1
Which attribute specifies a unique alphanumeric identifier to be associated with an element?
class
id
article
html
Question No. 2
The _____________ attribute specifies an inline style associated with an element, which determines the rendering of the affected element.
dir
style
Question No. 3
Which attribute is used to provide an advisory text about an element or its contents?
tooltip
title
head
Question No. 4
The __________ attribute sets the text direction as related to the lang attribute.
lang
sub
ds
Question No. 5
Which of the following is the attribute that specifies the column name from the data source object that supplies the bound data?
dataFormatAs
datafld
disabled
datasrc
Question No. 6
The Default Value Of "position" Attribute Is
Fixed
Absolute
Inherit
Static
Question No. 7
What Is CSS Stand For
Cascading Style Sheets
Cascade Style Sheet
Color Style Sheets
Cascade Sheets Style
Question No. 8
Pseudo-classes In CSS
Match A Specified Element
Select The Active Links
Are Used To Select All The Visited Links
Are Used To Define A Special State Of An Element
Question No. 9
Which Event Will Be Used When A Connection To The Server Is Opened.
Onmessage
Onopen
Onerror
None Of The Above
Question No. 10
Which Is The Correct CSS Syntax?
Body:color=black
{body;color:black}
{body:color=black(body}
Body {color: Black}
Question No. 11
Javascript is _________ language.
Programming
Application
Scripting
None of these.
Question No. 12
JavaScript is designed for following purpose -
To Perform Server Side Scripting Opertion
To add interactivity to HTML Pages.
To Style HTML Pages
To Execute Query Related to DB on Server
Question No. 13
JavaScript Code is written inside file having extension __________.
.jvs
.javascript
.js
.jsc
Question No. 14
Local Browser used for validations on the Web Pages uses __________.
JS
CSS
HTML
JAVA
Question No. 15
JavaScript Code can be called by using _________.
RMI
Function/Method
Preprocessor
Triggering Event
Question No. 16
How many main() function we can have in our project?
1
2
No Limit
Depends On Compiler
Question No. 17
What is sizeof() in C?
Operator
Function
Macro
Question No. 18
In the relational model, cardinality is termed as:
A number of tuples.
A number of attributes.
A number of tables
A number of constraints.
Question No. 19
Relational calculus is a
Procedural language.
Non- Procedural language.
Data definition language.
High-level language.
Question No. 20
The view of total database content is
Conceptual view.
Internal view.
External view.
Physical View.
Question No. 21
DML is provided for
Description of the logical structure of a database.
The addition of new structures in the database system.
Manipulation & processing of the database.
Definition of a physical structure of the database system.
Question No. 22
ODBC stands for
Object Database Connectivity
Oral Database Connectivity.
Oracle Database Connectivity.
Open Database Connectivity.
Question No. 23
In a relational model, relations are termed as
Tuples.
Attributes
Tables
Rows
Question No. 24
TreeSet maintains which order?
Ascending Order
Descending Order
Both A and B
Question No. 25
How are you able to sort given HashMap on basis of values
Implement Comparator interface and override its compare method
It is not possible
Implement Comparator and Comparable interface
Question No. 26
Which of these is synchronised and isn't sorted by natural order?
Enum Set
LinkedList
Concurrent Skip Lis tSet
Vector
Question No. 27
What is the return type of function id ?
float
bool
dict
int
Question No. 28
Which of the following symbols are used for comments in Python?
//
"
/**/
#
Question No. 29
Which keyword is used to define methods in Python?
function
def
method
All of Above.
Question No. 30
Which predefined Python function is used to find length of string?
length()
len()
strlen()
stringlength()