The Components of a URL are __________
a) Service, Hostname and directory-path
b) Service, Hostname,Port,directory-path
c) Service,port and directory path
d) Service,hostname and port
Service indicates the name of the ___________ used to access data present on the other end
of the link
a) Browser
b) Protocol
c) Site
d) Organization
The SCROLLING attribute within the <FRAME> tag can take values___________
a) Auto and No
b) Yes and Auto
c) Yes,No,Auto
d) Yes and No
When a user views a page containing a JavaScript program, which machine actually
executesthe script?
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above
Which is the correct way to write a JavaScript array?
[Link] txt = new Array(1:"tim",2:"kim",3:"jim")
B. var txt = new Array:1=("tim")2=("kim")3=("jim")
C. var txt = new Array("tim","kim","jim")
D. var txt = new Array="tim","kim","jim"
To automatically open the console when a JavaScript error occurs which of the following
isadded to [Link]?
A. user_pref(" [Link].open_on_error", false);
B. user_pref("[Link].open_error ", true);
C. user_pref("[Link].open_error ", false);
D. user_pref("[Link].open_on_error", true);
When a user views a page containing a JavaScriptprogram, which machine actually
executes the script?
a) The User’s Machine running a web browser
b) The Web Server
c) A Central Machine deep within Netscape’s corporate offices
d) None of the Above
Suppose we want to arragnge five nos. of DIVs so that DIV4 is placed above
DIV1. Now, which css property will we use to control the order of stack?
A. d-index B.s-index
C.x-index D.z-index
If we want to wrap a block of text around an image, which css property will we
use ?
[Link] [Link] [Link] [Link]
1. MongoDB indexes use a _______ data structure.
a) Hash
b) Map
c) B-tree
d) All of the mentioned
Point out the correct statement :
a) If an appropriate index exists for a query, MongoDB cannot use the index to limit the number
of documents it must inspect
b) Indexes support the efficient execution of queries in MongoDB
c) The index stores the location of a specific field or set of fields, ordered by the value of the field
d) None of the mentioned
MongoDB supports the creation of user-defined ascending/descending indexes on a ______ field
of a document.
a) Single
b) Non Unique
c) Compound
d) None of the mentioned
MongoDB uses ______ indexes to index the content stored in arrays.
a) singlekey
b) multikey
c) compkey
d) none of the mentioned
Number of elements in the Open IoT Architecture?
a) 6 elements
b) 8 elements
c) 7 elements
d) 3 elements
The huge number of devices connected to the Internet of Things has to communicate
automatically, not via humans. What is this called?
a) Skynet
b) Bot 2 Bot
c) Machine 2 Machine
d) Intercloud
What is the sensor/protocol used in GSN?
a) HTTP protocol
b) CoAP protocol
c) MQTT protocol
d) XMPP protocol
_________ computing refers to applications and services that run on a distributed network using
virtualized resources.
a) Distributed
b) Cloud
c) Soft
d) Parallel
________ as a utility is a dream that dates from the beginning of the computing industry itself.
a) Model
b) Computing
c) Software
d) All of the mentioned
Which of the following cloud concept is related to pooling and sharing of resources ?
a) Polymorphism
b) Abstraction
c) Virtualization
d) None of the mentioned