0% found this document useful (0 votes)
9 views21 pages

HTML Asp

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views21 pages

HTML Asp

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

1319 Output of follwing : <HTML> <BODY> HARTRON1 HARTRON 2 HARTRON2 HARTRON1 HARTRON 2 invalid HTML page HTML/ASP

HARTRON1 <SCRIPT LANGUAGE =


"VBSCRIPT" RUN AT = "SERVER> 2
response.write("HARTRON 2") </SCRITP>
</BODY> </HTML> will be:-
1320 HTTP _REFERER tells The type of browser IP address of visitor to How the visitor arrived to Internet address of HTML/ASP
3
website user is using website a website server
1321 Which of following is true : <!-------- is used when file is located is used when file is is same as #include virtual none HTML/ASP
#INCLUDE FILE = "----"-------> within any directory in physical path to include
2
your website file is supplied

1322 Which is true Include directives are Include directives are can be used to none HTML/ASP
processed before script processed after script dynamically include files 1

1323 Server variable SCRIPT_NAME tells the browser name name script used path of current page none 3 HTML/ASP
1324 Cookies are passed between server Through querystrings Through HTTP headers Session variables Application variables HTML/ASP
2
and browser
1325 Keyset-driven cursor Provides the fastest Does not support scrolling Can detect any changes Can updated data HTML/ASP
performance of all cursors made to table while only while cursor is
cursor is open (deletion, open and not 4
insertion, updation) deletion, insertion

1326 Move first method Cannot be work with Moves to next record with may move to first record none HTML/ASP
forward only cursor forward only cursor only cursor 3

1327 Paging properties can not be used Forward only Static Keyset Dynamic HTML/ASP
1
with
1328 <% myfile = "firstage.asp" %> <!-- will include a file named will hang the application will generate error none HTML/ASP
#include file = "<%= myfile %--> "<% = myfile%>" 3

1329 Record count property when used 0 1 -1 generates error HTML/ASP


3
with forward only cursor returns
1330 Which of following is true Application variables and only application varialbe Application variable are session variables are HTML/ASP
session variables are are user specific shared among all users shared among all uses
3
specific to particular uaser
1331 Session variables work with help of cookies querystring HTTP headers any of these 1 HTML/ASP
1332 Best way to maintain web site is cookies querystrings session variables hidden fields HTML/ASP
3
through
1333 Utility used to work send E-mail in ASP content rotator index server CDONTS none of these HTML/ASP
3
is
1334 Which of following is true HTTP protocol can not be HTTP maintains state of HTTP protocol maintains none HTML/ASP
used to retain the state of user as session variables state but not like session
1
user variables

1335 To send output to browser which of request.write document.write response.print response.write HTML/ASP
4
following objects is used is ASP
1336 <%Response.buffer = TRUE %> <% for i 500 display 1 through 500 generates error anyone of a and b HTML/ASP
= 1 to 500 Response.write(i) Next %> down the browser screen depending on 1
will generate browser
1337 When the page is not buffered which End Flush Clear all HTML/ASP
of following properties can work 1

1338 <% Response.write("first page") first page second page second page first page second page second page third HTML/ASP
Response.redirect "/another third page page
page.asp" Response.write("third 3
page") %> another page : <%
Response.write("Second page") %>
1339 What is the output of the following Creates a dictionary of Creates a dictionary of delete a cookie named None of these HTML/ASP
statement: Response.cookies ("News") cookies and name it News cookies and name it sports news 1
("sports") = "criket"
1340 Which of the following is not a CGI C++ Visual Basic Shell Languages None of these HTML/ASP
4
programming language
1341 XML is based on HTML DHTML SGML None of these 3 HTML/ASP
1342 Which of the following is true: DHTML & HTML allows to both XML and DHTML are XML allows to create and None of these HTML/ASP
create and use own taga dynamic use own tags 3
1343 <% var = "he said , ""Hello ! """%> he said , "hello! """ he said, he daid , " " hello ! "" None of these HTML/ASP
<html> <input type="text" name="my
field" value = "<%
server.HTMLEncode(var)%>"> </html> 3
when this program is executed the
value in the text box is:

1344 Which of the following is true The lock method of response object represent both (a) & (b) are true None of these HTML/ASP
appllcation object the HTTP request sent by
prevents other scripts client 1
from midifying an
application variable
1345 The result of the following statement declare a cookie named delete cookie news set value (date()-1) to None of these HTML/ASP
Response.cookies(" news")=date()-1 news cookie news 2

1346 The server variables collection of controls on a form parmeter values in the value of pre determined None of these HTML/ASP
request object represents HTTP request envlornment variables 2

1347 What following statement will do abandon the session later terminates the session by asks the user whether to None of these HTML/ASP
when executed session.abandon on releasing its session object terminate or not 2

1348 what is true about request object represents the response represent the HTTP represents viewer session represents web HTML/ASP
sent to the client request made by the application 2
client to the script
1348 what is true about request object represents the response represent the HTTP represents viewer session represents web HTML/ASP
sent to the client request made by the application 2
client to the script
1349 <html> <script language ="VBScript"> results in error put.asp file is displayed won't display anythig None of these HTML/ASP
sub window-onload() when window is loaded
document.locatioo.hrf =" put.asp" end 2
sub </script> </html> output of the
program is:
1350 <% Response.write("first page") first page second page second page first page second page second page third HTML/ASP
Server.execute "/another page.asp" third page page
Response.write("third page") %>
1
Another page <%
Response.write("second page") %>
output will be :
1351 <meta> page is used to specify information about specify preformatted text both none HTML/ASP
document toi to include within a
1
browsers,applications,s document
earch engines
1352 Default cursor type of a recordset is Forward only Static Keyset Dynamic 1 HTML/ASP
1353 Advantages of server side cursor over That it increases the does not place much work does not place much work both are more or less HTML/ASP
client side cursor is : performance of on database server on web server same 3
application
1354 Record Count property is supported Forward only Static Keyset Dynamic HTML/ASP
2
by following cursor(s)
1355 Which of the following is not a Client Certificate cookies contents contents HTML/ASP
3
collection of reqauest object
1356 What is true about collection query of Value of field stored in value of predetermined value of cookies send in value of parameters HTML/ASP
the request object(built in object of client certifacate enviornment variables the HTTP reuquest in the HTTP request 4
ASP)
1357 Which of the following is built in ASP Application Request Object context Server HTML/ASP
object to execute transactional scripts 3

1358 Output of the following ASP program Program won't execute will give error x undefined Hello will give error : Server HTML/ASP
will be <html> script time out 3
<%x="hello"%></b></html>
1359 Output of the following program will program generates error Hello world hello world hey Hey HTML/ASP
be <html> <% dim a response.write
("Hello world") Responswe.end %> <% 2
response.write ("Hey")%> </html>

1360 To create a new cookie with the name Response.cookies Set Request server.cookies session.cookies HTML/ASP
1
News we have to write ("News")="Sports" ("News")="Sports" ("News")="Sports" ("News")="India"
1361 Result of the following statement is To display in bold use and To display in bold use <B> will generate error To display in bold use HTML/ASP
<% Response.write tags and <IB> tags tags
2
Server.HTMLEncode(" To display in
bold use <B> and <IB> tags")%>
1362 To connect to a different URL using Execute Flush redirect end HTML/ASP
response object which of the methods 3
is used
1363 The property absolute page of specifies the position of Specify the page on which soecifies the command specify the HTML/ASP
recordset object specifies the current row in a rec the current row resides object that created the connection used
2
recordset object

1364 LCID (locate identifier) is the property application session server object context HTML/ASP
of which built in ASP object 2

1365 To delete Cookie "News" the Response.cookies Response.cookies Response.cookies Response.cookies HTML/ASP
4
statement used is ("news")=Date()+1 ("news")=Date() ("news")=null() ("news")=Date()-1
1366 <% var= "he said , "" hey ! "" " %> He said , "" hey ! "" he said , he said , " " hey ! "" HTML/ASP
<html> <input type ="text" name="
myfield" value = "<%=var %>"> 2
</html> value appeared on the text
field is:
1367 Cookies are sent to the client as part Controls on the form HTTP reader session variables none of these HTML/ASP
2
of :
1368 what will happen when statement Sends buffered output to stops processing of file erase any buffered HTML None of these HTML/ASP
response.end is executed. the client and sends buffered output output 2
to the client
1510 What is a precise set of rules that PPP Protocol OSI Layers None NETWORKING
govern how 2 people or things will 2
intract
1511 Networl Storage is first divided into Volumes Protocols Root None NETWORKING
1
1512 Command that issued only from the Server Command System Command Console Command System & Server NETWORKING
file server's console are known as command 3
1513 Which provides a more sophisticated Console Message Communication Run Email NETWORKING
network communications tool 4

1514 Who makeup the majority of the User End User Adminstrator None NETWORKING
2
network users
1515 Which Command allows the user to MMC Setconolepass Setpass None NETWORKING
set a new password or change an 3
existing one
1516 What do you mean by HAL Hardware Application Hardware Application Link Hardware Access Layer None NETWORKING
1
Layer
1517 Which Protocol is used in Smart Card PAP CHAP EAP DAP NETWORKING
3
1518 How many octave in IP Addressing 2 4 8 16 2 NETWORKING
1518 How many octave in IP Addressing 2 4 8 16 2 NETWORKING
1519 Which cable is used for the backbone 10Base2 10Base 5 Fiber Optic RJ45 NETWORKING
2
of the Network
1520 Define UTP in cableingss Unshielded Twisted Pair Unshield Twin Pair Unwired Twin Pair Unwired Twisted Pair NETWORKING
1
1521 What is the high speed networks in 20MBPS 32MBPS 64MBPS None NETWORKING
2
full duplex token ring
1522 What is the high speed of Ful duplex 20MBPS 32MBPS 64MBPS None NETWORKING
1
Ethernet
1523 What is the high speed of Fast 20MBPS 600MBPS 100MBPS 320MBPS NETWORKING
3
Ethernet
1524 Which type of cable is used to connect Fast Ethernet Cable Token Cable Cross Cable Parallel Cable NETWORKING
3
two parallel systems
1525 What is the maximum length 100M 200M 250M 2000M NETWORKING
limitation for 100Base T from a 4
Workstation to B Workstation
1526 In which network each node has P-P- Ring Bus Star None NETWORKING
1
Link whith a control hub
1527 Which command is used to check the IPCON IPCONFIG ITPCONFIG CONFIG NETWORKING
2
IP Address
1528 How many Layers are in Open Stytem 1 5 7 11 NETWORKING
3
Interconnection
1529 Why is Router used To connect 2 computers To connect 2 different To connect 2 bridges None NETWORKING
2
networks
1530 What is the common term for multiple Printer Group Printer Cluster Printer Pool Parallel Printing NETWORKING
physical print devices associated with 3
a single printer
1531 Where do you configure processor Control Panel, Sevices Control Panel, System Performance Monitor Task Manager NETWORKING
4
affinity
1532 Which operating system can be Win 3.1 Win 95 WinNt4 Win 2000 NETWORKING
intalled remotely using sysprep 4
answer files
1533 IP Address is of how many bits 16 32 64 128 2 NETWORKING
1534 Which are LAN Topologies Star Ring Buss All of these 41 NETWORKING
1535 ATM term used in Networking stands Asynchronous Transfer Automatic Transfer Mode Automatic Teller Machine None NETWORKING
1
for Mode
1536 Which is the fastest LAN Full Duplex Token Ring Fast Ethernet Full Duplex Ethernet None 2 NETWORKING
1537 What is the medium of data signaling Sound Noise Data Light NETWORKING
4
in Fiber Optic Network
1538 Which OSI Layer defines a flat address Layer 1 Layer 2 Layer 3 Layer 4 NETWORKING
2
space.
1539 TCP Stand for Transmision Control Transfer Control Protocol Transmission Control None NETWORKING
3
Process Protocol
1540 How many bits are in IPX Address 50bit 60bit 70bit 80bit 4 NETWORKING
1541 Which Command is used to log into a Login Connect Systemin None NETWORKING
1
file server
1542 The most commonly shared device is Harddisk Floppy CD Rom Printer NETWORKING
4
1543 Which command is used to tell the Endcap Send CAPTURE NPPRINT NETWORKING
computer to send output to a network 3
print queue
1544 How many types of IP Address Classes 6 5 4 3 NETWORKING
1
1545 How does an IPX client find a server GPS Broadcast GNS Broadcast PPP Broadcast None NETWORKING
2
1546 What is the access lsit number range 100 to 500 600 to 1000 900 to 999 1000 to 1100 NETWORKING
for an extended IPX access list 3

1547 What is the access list number reange 100 to 500 1000 to 1099 1000 to 1100 1000 to 2000 NETWORKING
2
from an IPX SAP Filter
1548 At which layer of OSI model does Layer 1 Layer 3 Layer 7 Layer 2 NETWORKING
4
switch operate
1549 How many types of routes Static Dynamic Static, Dynamic None 3 NETWORKING
1550 What type of cable is needed to a Rollover Cable Cross Cable UTP Csble None NETWORKING
1
console port
1551 What are the two PPP authentication PAP, PPP CHAP, PAP CHAP, PPP None NETWORKING
2
options
1552 What does ISDN stand for Integrated Services Device Integrated Services Device Integrated Services Digital Integrated Services NETWORKING
Network Node Network Digital Node 3

1553 Frame Relay operates at which OSI Layer 1 Layer 2 Layer 7 Layer 5 NETWORKING
2
Layer
1554 The loss in signal power as light travels attenuation propagation scattering interruption NETWORKING
1
down the fiber is called
1555 Number of bits per symbol used in 7 5 8 9 NETWORKING
2
Baudot code is
1556 An example of an analog laser beam microwave voice grade telephone line all of the abobe NETWORKING
4
communication method is
1557 Data communications monitors ENVIRON/1 TOTAL BPL Telnet NETWORKING
available on the software marked 2
include
1558 While transmitting odd-parity coded odd even a and b both unknown NETWORKING
symbols, the number of zeros in each 4
symbol is
1559 In communication satellite, multiple detector modulator stations transponders NETWORKING
4
repeaters are know as
1560 An example of a medium speed, series 1000 data phone 50 DDD all the above NETWORKING
switched communications services is 3
1561 To set up a bulletin board system you a smart modem with auto- a telephone line a personal computer all of the above NETWORKING
need answer capabilites 4

1562 Avalanche photodiode receivers can 100 photons 200 photons 300 photons none of the above NETWORKING
deted bits oftransmitted data by 2
receving
1563 One important characterstic of the a directionalized access control & multiple virtual networks alternative routing NETWORKING
1
hub architecture of ARC net is transmission addressing
1564 A band is always equivalent to a byte a bit 100 bits none of the above 4 NETWORKING
1565 A remote batch-processing operation telegraph line simplex lines mixed bad channel all the above NETWORKING
in which data is solely input to a
2
central computer would require

1566 In a synchronous modem, the digital- equalizer modulator demodulator terminal NETWORKING
to-analog converter transmits signal to 1
the
1567 Which of the following statement is terminal section of receiver section of a transmission section of control section of a NETWORKING
correct asynchronous modem aynchronous modem the scrambler synchronous modem
3
contains the scrambler contains the scrambler contains the
scrambler
1568 Which of the following is considered a coaxial code fiber optic cable satllite systems all of the above NETWORKING
broad band communication channel 4

1569 Which of the following statement is The difference between Half-duplex line in which Teleprocessing combines Batch processing is NETWORKING
incorrect synchronous and data can move in two telcommunications and the preferred
asynchronous directions, but not at the DP techniques in online procession mode for
transwfmission is the same time activites telecommunication
4
clocking derived from the operations
data in synchronous
transmission

1570 The interactive transmission of data simplex lines half duplex lines full duplex lines biflex line NETWORKING
within a time sharing system may be 2
best suited to
1571 Communication circuits that transmit a simple mode a half-duplex de a full duplex mode an asynchronous NETWORKING
data in both directions but not at the mode
2
same time are operating in

1572 Local area network that connects thiryt controls error detection constructs packets of data none of the above NETWORKING
personal computers can and correction and sends them across the
provide more computing network 4
power than a mini
computer
1573 What does the acronym (ISDN) stand integrated Services Digitial Intelligent Indian Standard Services Digital Network Integrated Services NETWORKING
for Network Digital Network Data Network 2

1574 If you both local and remote echoes, once twice three times never NETWORKING
every character you type will appear 2
on the screen
1575 In geosynchronous orbit, satellite remains in a fixed position remains in a fixed position moves faster than the moves NETWORKING
so that as earth rotates, it related to points on earth earth's rotations so that it simulataneously
1
can fully cover the earth can cover larger portion of
earth
1576 In a PC to telephone hookup for PC Synchronous port Crossover cable Asynchronous port NETWORKING
longdistance communication, modem
4
is connected between the telephone
line and
1577 What function does a serial interface converts serial data into converts analog signals converts parallel data into decodes incoming NETWORKING
perform in data communication audio data signals into digital signals a stream of bits and vice- signals into computer 3
versa data
1578 Which of the following is possible in a in service expansion unlimited number of a and b both unlimited distance NETWORKING
1
taken passing bus network stations
1579 Which of the following statements is protocol converters are protocol converters are protocol converters are None of the above NETWORKING
correct the same as multiplexers the same as TDMs usually not operated in 3
pairs
1580 What is the main difference between DDCMP soes not need DDCMP has a message SDLC has a IP address none of the above NETWORKING
DDCMP and SDLC special fardware tofinal header
1
the beginning of a
message
1581 The word telematics is a combination computer telecommunication informatics a and c NETWORKING
4
of
1582 An error detecting code is which code cyclic redundancy check checksum error detecting code error rate NETWORKING
is the remainder resulting from
dividing the bits to be checked by 1
predetermined binary number, is
known as
1583 A central computer surrounded by bus networks ring networks star networks none of the above NETWORKING
one or more satellite computers is 3
called a
1584 The application layer of a network establishes, maintains and defines the user's port consists of software being none of the above NETWORKING
terminates virtual circuits into the network run on the computer
1
connected to the network

1585 Which of the following data hardwiring microwave satellite laser NETWORKING
transmission media has the larges
3
terrestrial range without the sure
ofrepeaters or other devices
1586 What is the name of the device that tape modem bus cable NETWORKING
connects two computers by means of 2
a telephone line
1587 Which of the following statements is characterisitic of the hub characteristic of LAN is characteristic of LAN is characteristic of NETWORKING
correct architecture of ARC net is unlimited expansion law cost access for low thehub architecture
alternative routind band width channels of ARC net
4
isdirectionalized
transmission

1588 Which of the following simplex half-duplex three quarters duplex full of the above NETWORKING
communication modes support two-
2
way traffic but in only one direction at
a time
1589 Device on one network can file server utility server printer server gateway NETWORKING
communicate with devices on another 4
network via a
1590 Identify the odd temr among the coacxial cable optical fiber twisted pair wire microwaves NETWORKING
4
following group?
1591 What is the name of the device that Bus Modem Bus Cable NETWORKING
connects two computers by means of 2
a telephone line?
1592 What is the name of the device that Teleport Modem Multiplexer Conentrator NETWORKING
converts computer output into a form
1
that can be transmitted over a
telephone line?
1593 If communication software can be Park Bridge Interface Link NETWORKING
called "traffic cop" if a micro
3
communication system, then what
should be modem be called?
1594 What is the name given to the handshaking modem options protocol duplexing NETWORKING
exchange of control signals which is
necessary for establishing a
connection between a modem and a 1
computer at one end of a line and
another modem and computer at the
other end?
1595 Business meeting and conferences can Telemeeting telemaling teleconferencing teletalking NETWORKING
be held by linking distantly located
people through a computer network.
2
Not only the participants excange
information obut are able to see each
other. What is it called?
1596 Communication between computers is Serial parllel series parallel direct NETWORKING
2
almost always
1597 What is the number of separate 4 2 6 3 NETWORKING
protocol layers at the serial interface
4
gateway specified by the X.25
standard
1598 Who invented the modem? Wang Laboratoris Ltd AT & T Information Apple Computer inc Digital Equipment NETWORKING
3
Sustems, USA Corpn.
1599 Four bits are used for packed 4 8 15 16 NETWORKING
sequence numbering in asliding
window protocol used in a computer 3
network. What is the maximum
window size?
1600 Which of the following is required communications software protocol communications all of the above NETWORKING
tocommuncate between two hardware 4
computer
1601 Which of the following is considered a Coxial cable fiber optic cable microwave circuts all of the above NETWORKING
broad band communications line? 4

1602 Which of the following does not allow Doubleplexer multiplexer concentrator controller NETWORKING
multiple users or devices toshare one 1
communications line?
1603 Most data communications involving simplex lines wideband channesl narrow band chnnels dialed service NETWORKING
3
telegraph line use
1604 A characteristic of a simultaneous execution of concurrent processing of multiple CPUs all of the above NETWORKING
multiprogramming system is program instructions from two or more program
2
two applications

1605 Which of the following items is not Computer Modem Printer Cable NETWORKING
2
used in Local Area Network (LAN)
1606 Which of the following device is used Repeater bridges gateway packet NETWORKING
with an X.25 network to provide assembler/diisass
4
service to asynchronous terminals embler

1607 The X.25 standard specifies a technique for start-stop technique for dial access DTE/DCE interface data bit rate NETWORKING
3
data
1608 Layer one of the OSI model is physical layer link layer transport layer network layer 1 NETWORKING
1609 How many OSI layer are covered in two three seven six NETWORKING
2
the X.25 standard
1610 The process of converting analog modulation demodulation synchronizing digitising NETWORKING
signals into digital signals so they can
4
be processed by a receiving computer
is reffereed as
1611 Which of the following performs fiber optic satellite coaxial cable modem NETWORKING
4
modulation and demodulation
1612 In OSI network architecture, the network layer data link layer transport layer session layer NETWORKING
1
routing is performed oby
1613 In OSI network architecture, the session layer network layer transport layer data link layer NETWORKING
dialogue control and token
1
management are responsibilities of

1614 The OCR reading unit attached a POS Light pen wand cursor all the above NETWORKING
2
terminal is called
1615 Error detecting code is an error-detecting code a check bit appended to A code in which each The ratio of the data NETWORKING
based on a summation an array of binary digits to expression conforms to units in error to the
operation performed on make the sum of all the specify rules of tortal number of data
3
the bits to be checked binary digits construction and thus the units
presence of the error is
detected
1616 Which of the following Teletex Teletext X400 Fax NETWORKING
communications service provides
1
message preparation and transmission
facllities?
1617 A distributed network configuration in bus network star network ring network point-to-point NETWORKING
which all data/information pass network
3
through a central computer is

1618 Which of the following medium access token ring token bus CSMA MAC NETWORKING
control technique is used for bus/tree 2

1619 A 6 MHhz channel is used by digital 1.5Mbaud/sec 6 Mbaud/sec 12 Mbaud/sec 24Mbaud/sec NETWORKING
signaling dydtem utilizing 4-level
3
signals. What is the maximum possible
transmission rate
1620 Which of the following might be used front end processor multiplexer controller all of the above NETWORKING
by a company to satisfy its growing 4
communications needs
1621 Which of the following allows devices Multiplexer gateway T-switch modem NETWORKING
on the one network communicate
3
with devices on another network?

1622 Different computers are connected to modem Interface card special wires telephone lines NETWORKING
2
a LAN by a cable and a/an
1623 A T-switch is used to control how message are echo every character that transmit characters one at rerrange the NETWORKING
passed between is received a time connections between
conputers computing 4
equipment

1624 Internet is loose network not ownrd a network run by the a but used by all a commercial NETWORKING
by anybody network run United Nations universities and information service
3
by the US Government Organisation governments around the run by Ziff Davis Co.,
globe in US
1625 In computer network the following Hierachical Applications Centralized Applications Client/Server Applications Stand-alone NETWORKING
applications are becoming very Applications 3
popular
1626 Parity bit is an error-detecting code A check bit appended to a code in which each none of the above NETWORKING
based on a summation an array of binary digits to expression conforms to
operation performed on make the sum of all the specific rules of
the bits to be checked binary digits construction, so that it
certain errors occur in an
expression, the resulting
expression, the resulting 2
expression will not
conform to the rules of
construction and thus the
presence of the errors in
detected

1627 To connect a computer with a device a coaxial cable a dedicated line a ground station all of the above NETWORKING
in the dame room, you might be likely 1
to use
1628 When a group of computers is Remote communication Local are network (LAN) Wide area network (WAN) value added network NETWORKING
connected togethder in a small area network (RCN) (VAN)
2
without the help of telephone lines, it
is called
1629 What is going 'on line' ? Buying a MODEM and Getting a PTI or REUTERS Connecting your Getting access to the NETWORKING
connecting it to your news wire connection computer to a LAN various commercial
computer and other infromation
services over the dial- 4
up lines or I- Net
connection

1630 A packet switching network if free can reduce the cost of allows communications both b and c NETWORKING
using an information channels to be shared
utility among more than one 4
user

1631 Application servers are Network Management Integrated Development Multiprocssor systems systems used by on- NETWORKING
Software Platforms with typically 4GB disks, line services for
128KB RAM, multiple hard uploading
3
disks, CD ROM and applications and
nerwork cards shareware

1632 What is the minimum number of wires 2 1 4 3 NETWORKING


required for sending data over a serial 1
communication links?
1633 Which transmission mode is used for Parallel Serial Synchronous Asynchronous NETWORKING
data communication along telephone 2
lines?
1634 What is the usual number of bits 6 9 8 7 NETWORKING
transmitted simultaneously in parallel
2
data transmission used by
microcomputers?
1635 Many large organizations with their LAN WAN ECONET EITHERNET NETWORKING
offices in different countries of the
word connect their computers
through telecommunication satellites 2
and telephone lines. Such a
communication network is called.

1636 Working of the WAN generally telephone lines microwaves satellites all of the above NETWORKING
4
involves
1637 The slowest transmission speeds are twisted-pair wire coaxial cable fiber-optic cable microwaves NETWORKING
4
those of
1638 How many pairs of stations can 1 2 3 multiple NETWORKING
simultaneously communicate on 2
Ethernet LAN
1639 Videotex is a combination of television communication computer technology all of the above 4 NETWORKING
1640 We can receive data either trough our view data Tele text Tele software Video tex NETWORKING
television aerial or down our television
screen. What is thegeneral name 4
given to this purpose

1641 After coding a document into a digital Telex Word processor Facsimile Electronic mail NETWORKING
signal, it can be sent by telephone,
telex or satellite to tehreceiver where
the signals is decoded and an exact 3
copy of the origanl document is made.
What is it called?

1642 The transfer of data from a CPU to modems computer ports interrfaces buffer memory NETWORKING
peripheral devices of a coumputer is 2
achieved through
1643 The communication mode that simplex duplex half duplex multiplex NETWORKING
supports two way traffic but only one 3
direction at a time is
1644 FDDI is a ring network star network mesh network bus based network 1 NETWORKING
1645 Demodulation is the process of converting digital signals converting analog signals combining many low dividing the high- NETWORKING
to analog signals to digital signals speed channels into open speedsignals into
2
high speed channeld frequency bands

1646 What was the first Network that was DECNet 1980 novel Netware IBM Token Ring 1985 IBM PC Network 1984 NETWORKING
1
made available
1647 Modulation is the process of a file from one computer converting digital signals converting analog signals none of the above NETWORKING
toanother computer to analog to digita signals 2

1648 The term 'duplex' refers to the ability cannot talk at once can receive and send data can send or receve data can do one data NETWORKING
of the data receving stations to echo simultaneously one at a time transmission only
back a confirming message to
2
tehsender. In full duplex data
transmission, both the sender and the
receiver
1649 Which data communication method is super duplex simplex half duplex full duplex NETWORKING
used for sending data in both directins 4
at the same time
1650 Choose the one which is not relevant low-end standal one hubs stackble hubs enterprise hubs bus hubs NETWORKING
4
to network
1651 Which of the following is used for modem protocols gateway multiplexr NETWORKING
1
midulation and demodulation
1652 A hub network is a a multi port signal a multi-plug like device to the server which serves the central power NETWORKING
repeater or concentrator allow many computers to every node supply
1
be connected

1653 Which of the following refers to the the number of bit errors the probability that one or the probability that one or signal to noise ration NETWORKING
terms "residual error rate"? per twenty four hours of more errors will be more errors will be divided by the ratio of
continuous operation on undetected when an error detected when an error energy per bit to 2
an asynchronous line detection scheme is used detection mechanism is noise per hertz
used
1654 A local area network that connects thirty cannot become boged both a and b all of the above NETWORKING
personal computers can down like a mainframe
provide more computing would if the load is too 1
power than a high
minicomputer
1655 What are the most commonly used 9600 1200 2400 all of the above NETWORKING
transmission speeds in BPS used in 4
data communication
1656 What is the name of the computer e-mail Billetin board system Teleconferenceling Videoconferenceing NETWORKING
based EMMS that provides a common (BBS)
forum where users can check in at
their convenience post messages, 2
activety exchange idesas and
partyicipate in ongoing discussions

1657 A communication network which is LAN WAN MAN VAN NETWORKING


used by large organisation over
2
regional, national or global area is
called
1658 Synchronous protocols transmit characters one at allow faster transmission are enerally used by are more reliable NETWORKING
a time thanasynchronous personal computers
2
protocols do

1659 The most fiexibility in how devices are bus networks ring networks star networks none of the above NETWORKING
1
wired together is provided by
1660 The physical layer of a network defines the electrical controls errors detection constructs packets of data all of the above NETWORKING
characteristics of signals and correction and sends them across the
passed between the network
computer and 1
communication devices

1661 Which of the following might be used front-end processor multiplexer controller all of the above NETWORKING
by a company to satisfy its growing 4
communications needs?
1662 Working of the WAN generally telephone lines microwaves satellites all of the above NETWORKING
4
involves
1663 What is the name of the network Ring Star Tree Mesh NETWORKING
topology in which there are bi-
4
directional links berween each
possible node
1664 A 2400-character text file has to be 2 seconds 20 seconds 10 seconds 12 seconds NETWORKING
transmitted by using a 1200 baud
2
modem. Can you tell how long will it
take
1665 Many low-speed channels are time-division multiplexer frequency-division both b and c all of the above NETWORKING
interwoven into one high-speed multiplexer 1
transmission by a
1666 What is the commonly used unit for bytes per second baud bits per second either b or c NETWORKING
measuring the speed of data 2
transmission
1667 Local area network can transmit faster than slower than using twisted pair wiring both a and b NETWORKING
telecommunications over telecommunications over or coaxial cables
4
public telephone lines public telephone lines

1668 Which of the following simple half-duplex three-quarters duplex full of the above NETWORKING
communications modes support two-
2
way traffic but in only one direction at
a time?
1669 Store and forward applies to distributed processing timesharing both a and b neither a or b 4 NETWORKING
1670 The term "remote job entry" relates to batch processing reltime processing transaction processing distributed prcessing NETWORKING
1
1671 Terminals are required for batch processing realtime processing both a and b neather a or b 2 NETWORKING
1672 A batch processing terminal would not CPU card reader card punch line printer NETWORKING
1
include a
1673 Typewriter terminals can print 10 characters per second 120 characters per second 120 characters per minute 1200 characters per NETWORKING
computer-generated data at a rate of minute 2

1674 An ROP would be attached to a simplex channel duplex channel half duplex channel full duplex channel NETWORKING
1
1675 A network that requires human bus network ring net work star network switched network NETWORKING
intervention of route signals is calle a 4

1676 A required characteristic of an online more than one CPU offline batch processing no delay in processing all the above NETWORKING
3
real-time system is :
1677 Which of the following narroband channels simplex lines full-duplex lines mixeband channels NETWORKING
communications lines is best suited to
3
interactive processing applicatins?

1678 A communications device that concentrator modifier multiplexer full-duplex line NETWORKING
combines transmissions from several
3
I/O devices into one line is a :

1679 A distributed data processing ring nerwork spider network hierarchical network data control network NETWORKING
configuration in which all actives must
2
pass through a cernrtally located
computer is called a:
1680 An anticipated result from multi reduced computer idle the handling of more jobs better scheduling of work all the above NETWORKING
4
programming operations is: time
1681 A subdivision of main storage creatred compartment time-shared program divided core partition NETWORKING
by operational software is referred to 4
as a:

You might also like