0% found this document useful (0 votes)
78 views

22 Study Notes Computer PDF

The document contains 32 multiple choice questions related to databases and SQL. The questions cover topics such as database objects, relationships, records, queries, DBMS software, database structures, database design, SQL statements, and data dictionaries. The questions are part of a study guide for competitive exams related to databases and SQL.

Uploaded by

jaya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

22 Study Notes Computer PDF

The document contains 32 multiple choice questions related to databases and SQL. The questions cover topics such as database objects, relationships, records, queries, DBMS software, database structures, database design, SQL statements, and data dictionaries. The questions are part of a study guide for competitive exams related to databases and SQL.

Uploaded by

jaya
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

STUDY NOTES FOR ALL COMPETITIVE EXAM

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

COMPETITIVE QUESTIONS
Q.1. Database utility exist in —————— (3) Form
menu ? (4) Macro
(1) Format (5) None of these
(2) tools Q.7. The language used by application
(3) File programs to request data from the DBMS
(4) Edit is referred to the-
(5) None of these (1) DML
Q.2. In which object sql is used ? (2) DDL
(1) Query (3) query language
(2) Form (4) All of the above
(3) Report (5) None of these
(4) Macro Q.8. COMMIT and ROLLBACK in DBMS are
(5) None of these the example of -
Q.3. What is the function of relationship ? (1) DDL
(1) Relate multiple table (2) DML
(2) Relate multiple form (3) TQL
(3) Relate table and form (4) DQL
(4) Relate queries and forms (5) None of these
(5) None of these Q.9. In Data base , properties of any entity are
represented by its -
Q.4. What is there in record ?
(1) Setting
(1) Collection of field
(2) Tuples
(2) collection of Number
(3) Attributes
(3) Collection of rows
(4) Degree
(4) All of above
(5) None of these
(5) None of these
Q.10. Type of a file is identified by -
Q.5. Which operation is not permitted by query?
(1) File
(1) delete
(2) Attribute
(2) entry
(3) Extension
(3) Modify
(4) Properties
(4) create table
(5) None of these
(5) None of these
Q.11. Which of the following is a type of DBMS
Q.6. Which is not related to database ?
Software?
(1) Table
(1) Data
(2) Query
(2) My SQL
Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org
STUDY NOTES FOR ALL COMPETITIVE EXAM

(3) MS-office (4) All of the above


(4) utility (5) None of these
(5) None of these Q.17. The feature that database allows to access
Q.12. Which of the following is NOT a type of only certain records in database is:
Microsoft Access database object? (1) Forms
(1) Queries (2) Reports
(2) Workbooks (3) Queries
(3) Forms (4) Tables
(4) Tables (5) None of these
(5) None of these Q.18. Set of permitted values of each attribute is
Q.13. The complete picture of data stored in called ______.
database is known as (1) Domain
(1) System flowchart (2) Relation
(2) Schema (3) Tuple
(3) record (4) Schema
(4) DBMS (5) None of these
(5) None of these Q.19. The primary key must be ____.
Q.14. A subset of characters within a data field is (1) Unique
known as (2) Not null
(1) Record (3) Both 1 and 2
(2) File (4) Either 1 or 2
(3) Data string (5) None of these
(4) Byte Q.20. Logical design of the database is called
(5) None of these ______.
Q.15. Data items grouped together for storage (1) Database Snapshot
purposes are called- (2) Database Instance
(1) Record (3) Database Schema
(2) Title (4) All of the above
(3) List (5) None of these
(4) string Q.21. Snapshot of the data in the database at a
(5) None of these given instant of time is called _____.
Q.16. Which of the following terms does not (1) Database Schema
describe a database structure used by a (2) Database Instance
DBMS to link data from several files? (3) Database Snapshot
(1) Relational (4) All of the above
(2) Structural (5) None of these
(3) Network

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

Q.22. Which of the following is not Unary (3) Entities


operation? (4) Cartesian
(1) Select (5) None of these
(2) Project Q.28. TRUNCATE statement in SQL is a ____.
(3) Rename (1) DML statement
(4) Union (2) DDL statement
(5) None of these (3) DCL statement
Q.23. Which of the following is not binary (4) TCL statement
operation? (5) None of above
(1) Union Q.29. The default date format in SQL is?
(2) Project (1) DD-MON-YY
(3) Set Difference (2) DD-MM-YY
(4) Cartesian Product (3) DD-MM-YYY
(5) None of these (4) DD-MM-YYYY
Q.24. The raw facts and figures are: (5) None of these
(1) Program Q.30. For adding number of hours to a date,
(2) Information which of the following statement is used ?
(3) Snapshot (1) Date + Number
(4) Reports (2) Date + Number/24
(5) None of these (3) Date+Number of Hours
Q.25. A command to remove a relation from an (4) Date +Hour/30
SQL database is ____. (5) None of above
(1) Delete table <table name> Q.31. A data dictionary is a special file that
(2) Drop table <table name> contains?
(3) Erase table <table name> (1) the data types of all fields in all files
(4) Alter table <table name> (2) the names of all fields in all files
(5) None of these (3) the widths of all fields in all files
Q.26. Entities having primary key are called? (4) All of above
(1) Primary Entities (5) None of above
(2) Strong Entities Q.32. A command that lets you change one or
(3) Weak Entities more fields of a record is?
(4) Primary Key (1) Insert
(5) None of these (2) Modify
Q.27. In the E-R diagrams, the term cardinality is (3) Look-up
a synonym for the term? (4) All of above
(1) Attribute (5) None of above
(2) Degree Q.33. In a large DBMS?

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

(1) Each user can see only a small part of Q.38. Which of the following is a valid SQL
the entire database type?
(2) Each user can access every sub schema (1) CHARACTER
(3) Each sub schema contains every field (2) NUMERIC
in the logical schema (3) FLOAT
(4) All of above (4) DATE
(5) None of above (5) All of the above
Q.34. It is better to use files than a DBMS when Q.39. The RDBMS terminology for a row is
there are _______ . _______?
(1) Stringent real-time requirements (1) Tuple
(2) Multiple users who wish to access the (2) Relation
data (3) Attribute
(3) Complex relationships among data (4) Degree
(4) All of the above (5) Field
(5) None of these Which of the following operations need the
Q.40.
Q.35. The conceptual model is _______ . participating relations to be union
(1) dependent on hardware compatible?
(2) dependent on software (1) UNION
(3) dependent on both hardware and (2) INTERSECTION0
software (3) DIFFERENC
(4) independent of both hardware and (4) All of the above
software
(5) None of these
(5) None of these
Q.41. The full form of DDL is _______?
Q.36. What is a relationship called when it is
(1) Dynamic Data Language
maintained between two entities?
(2) Detailed Data Language
(1) Unary
(3) Data Definition Language
(2) Binary
(4) Data Derivation Language
(3) Ternary
(5) Data Dimensional Language
(4) Quaternary
Q.42. Which of the following is an advantage of
(5) 1 and 2
a View?
Q.37. Which of the following operation is used if
(1) Data security
we are interested in only certain columns
(2) Derived columns
of a table?
(3) Hiding of complex queries
(1) PROJECTION
(4) All of the above
(2) SELECTION
(5) None of these
(3) UNION
Q.43. Which database level is closest to the
(4) JOIN
users?
(5) Intersect
Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org
STUDY NOTES FOR ALL COMPETITIVE EXAM

(1) External Q.47. ________ is a process when relation


(2) Internal between two entity is treated as a single
(3) Physical entity.
(4) Conceptual (1) Normalization
(5) None of these (2) Aggregation
Q.44. Which are the two ways in which entities (3) Generalization
can participate in a relationship? (4) Specialization
(1) Passive and active (5) Simplification
(2) Total and partial Q.48. In an ER Diagram, ellipse with underlying
(3) Simple and Complex lines is used to represent _________?
(4) All of the above (1) attribute
(5) None of these (2) Key attribute
Q.45. The result of the UNION operation (3) Composite attribute
between R1 and R2 is a relation that (4) Multivalued attribute
includes _______. (5) Entity
(1) All the tuples of R1 Q.49. _________ constraint is used to restrict
(2) All the tuples of R2 actions that would destroy links between
(3) All the tuples of R1 and R2 tables?
(4) All the tuples of R1 and R2 which have (1) Primary key
common columns (2) Foreign Key
(5) None of these (3) Check
Q.46. Which of the following option appropriate (4) Not Null
is a comparison operator in SQL? (5) Unique
(1) = Q.50. In a table of data base, degree refers
(2) LIKE (1) total numer of row
(3) BETWEEN (2) row in a table
(4) All of the above
(3) column in a table
(5) None of these
(4) total number of column in a table
(5) none of these

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

Q.51. In OSI network architecture, the routing is (1) Attenuation


performed by ............. ? (2) Interruption
(1) Network layer (3) Scattering
(2) Data link layer (4) Propogation
(3) Transport layer (5) None of these
(4) Session layer Q.57. Device that connect to the network without
(5) None of these using cables is called———.
Q.52. Which of the following performs (1) Distributed
modulation and demodulation ? (2) Wireless
(1) Fiber optics (3) Centralized
(2) Satellite (4) Open source
(3) Coaxial Cable (5) None of these
(4) Encoder/Decoder Q.58. The most important and powerful computer
(5) None of these are typically____.
Q.53. Which is the first layer of OSI model- (1) Desktop
(1) Physical layer (2) Network client
(2) Link layer (3) Network server
(3) Transport layer (4) Networkstation
(4) Network layer (5) Super computer
(5) None of these Q.59. Example of connectivity is_______
Q.54. Which of the following is not a transmission (1) Internet
medium ? (2) Floppy disk
(1) Telephones lines (3) Powercord
(2) Coaxial cables (4) Data
(3) Modem (5) None of these
(4) Micro wave system Q.60. Which of the following has highest complex
(5) None of these interconnection ?
Q.55. What is the minimum number of wires (1) Bus
needed to send data over a serial (2) Ring
communication link layer ? (3) Star
(1) 1 (4) Mesh
(2) 2 (5) None of these
(3) 4 Q.61. Netware is a product of which company ?
(4) 6 (1) Microsoft
(5) None of these (2) Redhat
Q.56. The loss in signal power as light travels (3) Novell
down the fiber is called
(4) Window

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

(5) None of these Q.67. Which of the following is an invalid IP


Q.62. Network which is connected over a Address -
Geographic area is called - (1) 10. 226. 0. 15
(1) LAN (2) 192. 168. 0.12
(2) MAN (3) 10. 265. 0 .115
(3) WAN (4) 192. 168. 0. 1
(4) CAN (5) None of these
(5) None of these Q.68. CBS is the example of -
Q.63. Which device is used to connect a computer (1) LAN
over the Telephone Network. (2) WAN
(1) Router (3) Internet
(2) Hub (4) Intranet
(3) VSAT (5) None of these
(4) Gateway Q.69. Which layer of OSI Model is closest to the
(5) None of these user -
Q.64. What is the function of network (1) Physcial layer
neighbourhood ? (2) Transport layer
(1) To navigate shared computer and (3) Application layer
folder in Network (4) Network layer
(2) To identify who is living near to you (5) None of these
(3) Send messages to neighbouring Q.70. Which of the following is considered as a
computer broad band communications channel?
(4) Both 1 & 2 (1) co-axial cable
(5) None of these (2) fiber optic cable
Q.65. Which device can not be shared in Network? (3) microwave circuits
(1) Computer (4) satellite systems
(2) Keyboard (5) All of the above
(3) Floppy Q.71. Which one of the following is used as
(4) Printer connect to the internet?
(5) None of these (1) Web browser
Q.66. Work group means ? (2) Net fitter
(1) Computer in Network (3) Windows 95
(2) Individual user (4) Cable
(3) Individual deposit (5) None of these
(4) All of above Q.72. Which of the following communication
(5) None of these mode support two way traffic but only in one
direction at a time?

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

(1) Simplex Q.78. Which of the following is not an example of


(2) half-duplex security and privacy risk ?
(3) three-quaters duplex (1) Hackers
(4) All of the Above (2) Spam
(5) None of these (3) Virus
Q.73. Who decide about the division of work with (4) Identity theft
respect to IT security ? (5) None of these
(1) Data owner Q.79. A ____________ uses long-distance
(2) Senior Manager transmission media to link computers
(3) Data Custodian separated by distance.
(4) Data user (1) circuit-switching network
(5) None of these (2) Wi-Fi
Q.74. The user account can only be created by the (3) WAN
(1) User (4) LAN
(2) Network administrator (5) None of these
(3) Security administrator Q.80. Which of the following is NOT considered
as a network communications device?
(4) Project incharge
(1) Network interface card (NIC)
(5) None of these
(2) Modem
Q.75. Digital signal used in ISDN have -
(3) Data bus
(1) Discrete value
(4) Router
(2) Any value
(5) None of these
(3) whole no value
Q.81. Which one is a valid IP address?
(4) fractional value
(1) 300.215.317.3
(5) None of these
(2) 302.215.417.5
Q.76. Bandwidth means -
(3) 202.50.20.148
(1) Channel capacity
(4) 202-5-20-148
(2) Data transmission
(5) None of these
(3) Cable lengt
Q.82. Which type of transmission media is known
(4) All
as regular telephone wire?
(5) None of these
(1) Wi-Fi
Q.77. Which of the following is NOT a type of
(2) Twisted-pair wire
broadband Internet connection?
(3) Fiber optic cable
(1) Cable
(4) Coaxial cable
(2) DSL
(5) All
(3) Dial-up
(4) Satellite Q.83. What is the purpose of a firewall on a
computer?
(5) None of these
Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org
STUDY NOTES FOR ALL COMPETITIVE EXAM

(1) To protect a computer from unauthorized (2) Star


access (3) Bus
(2) To protect a computer in case of fire (4) Ring
(3) To protect a computer from spam (5) Tree
(4) All of the above Q.89. Which of the following refers to a small,
(5) None of these single-site network?
Q.84. Which of the following layer is not in OSI (1) LAN
model? (2) DSL
(1) Physical layer (3) RAM
(2) Internet layer (4) USB
(3) Network layer (5) CPU
(4) Transport layer Q.90. Computers connected to a LAN (Local Area
(5) Application layer Network) can—
Q.85. Copper wire is an example of? (1) Run faster
(1) Guided Transmission Media (2) Go on line
(2) Shield Media (3) Share information and/or share
(3) Group Media peripheral equipment
(4) Unguided Transmission Media (4) E-mail
(5) None of these (5) None of these
Q.86. An unauthorized user is a network _______ Q.91. A communication processor that connects
issue. dissimilar networks by providing the
(1) Performance translation from one set of protocol to
another is—
(2) Reliability
(1) Modem
(3) Security
(2) Gateway
(4) Firewall
(3) Router
(5) None of these
(4) Bridge
Q.87. Which topology requires a central controller
or hub? (5) All of these

(1) Mesh Q.92. A group of computers and other devices


connected together is called________.
(2) Star
(1) Network
(3) Bus
(2) Intranet
(4) Ring
(3) Internetworking
(5) Tree
(4) Both 2 and 3
Q.88. Which topology requires a multipoint
(5) Extranet
connection?
(1) Mesh

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

Q.93. Transmission Lines are also called (1) A network that has only one entry and
as________. exit point.
(1) Circuits (2) A network with only one entry and no
(2) Channels exit point.
(3) Trunks (3) A network with more than one exit
(4) Circuits channels, or trunks point.
(5) Wire (4) A network with more than one exit and
Q.94. The Switching Elements are also called as entry point.
_____. (5) A network with more than one entry
(1) Host point.

(2) Terminal Q.99. Which of the following services use TCP?


(3) Interface Message Processors (IMPs) (1) DHCP
(4) Both 1 and 2 (2) SMTP
(5) Subnet (3) FTP
Q.95. The distance a simple signal can travel in (4) HTTP
one period is called ________. (5) 2, 3 and 4
(1) Wavelength Q.100. Which of the following terms is used to
(2) Frequency describe a hardware- or software-based
device that protects networks from outside
(3) Propagation speed
threats?
(4) Both 1 and 2
(1) NIC
(5) None of these
(2) Gateway
Q.96. How many collision domains are created
when you segment a network with a 12-port (3) Firewall
switch? (4) Hub
(1) 1 (5) Server
(2) 12 Q.101. Which class of IP address provides a
(3) 5 maximum of only 254 host addresses per
network ID?
(4) 2
(1) Class E
(5) 10 12
(2) Class B
Q.97. Which protocol does Ping use?
(3) Class C
(1) TCP
(4) Class D
(2) ARP
(3) ICMP (5) Class A

(4) BootP Q.102. Which of the following devices translates


hostnames into IP addresses?
(5) UDP
(1) DNS Server
Q.98. What is a stub network?
(2) Hub

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

(3) DHCP Server (5) Switch


(4) Firewall Q.107. Switch is a device of _________ Layer of
(5) MAC OSI Model.
Q.103. Which of the following devices takes data (1) Network Layer
sent from one network device and forwards (2) Data Link Layer
it to all devices on the network regardless of (3) Application Layer
the intended recipient? (4) Session Layer
(1) Switch (5) None of these
(2) DNS Server Q.108. HUB is a _________ Device and Switch is
(3) Hub a ________ Device.
(4) Gateway (1) Unicast, Multicast
(5) All (2) Multicast, Unicast
Q.104. Which of the following devices takes data (3) Broadcast, Unicast
sent from one network device and forwards (4) Unicast, Unicast
it to the destination node based on MAC
(5) Multicast, Multicast
address?
Q.109. Star Topology is based on a Central Device
(1) Hub
that can be __________.
(2) Switch
(1) HUB
(3) Gateway
(2) Switch
(4) Modem
(3) Router
(5) All
(4) Both 1 and 2
Q.105. Which of the following devices is used to
(5) Gateway
connect same network segments and
manage the traffic between them? Q.110. Which of the following devices modulates
digital signals into analog signals that can be
(1) Switch
sent over traditional telephone lines?
(2) Hub
(1) Router
(3) Modem
(2) Gateway
(4) Repeater
(3) Switch
(5) Bridge
(4) Modem
Q.106. Which of the following network
(5) NIC
devices/systems translates data from one
format to another? Q.111. Computer systems that transmit data over
communications lines, such as telephone
(1) DHCP Server
lines or cables are called______.
(2) Hub
(1) home-based systems
(3) Gateway
(2) centralized data systems
(4) NIC
(3) data networks

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

(4) data communications systems (2) metropolitan area network (MAN)


(5) Wi-Fi system (3) wide area network (WAN)
Q.112. ________ method places all processing, (4) plain old telephone service (POTS)
hardware, and software in one central (5) None of these
location. Q.117. A network of geographically distant
(1) Wide area data processing computers and terminals is called a:
(2) Network data processing (1) Integrated Services Digital Network
(3) Centralized data processing (ISDN)
(4) Distributed data processing (2) local area network (LAN)
(5) None of these (3) metropolitan area network (MAN)
Q.113. _________ processing method allows both (4) wide area network (WAN)
remote access and remote processing. (5) All of the above
(1) Analog transmission Q.118. In this network arrangement, all computers
(2) Centralized data processing have equal status.
(3) Distributed data processing (1) Client/server
(4) Digital transmission (2) Client-to-client
(5) Hierarchy processing (3) Peer-to-peer
Q.114. A computer system that uses (4) Token ring
communications equipment to connect two (5) Server/ Terminal
or more computers and their resources is a Q.119. The most common communications devices
__________. all use __________ transmission, a
(1) network continuous electrical signal in the form of a
(2) hub wave.
(3) bridge (1) analog
(4) router (2) digital
(5) firewall (3) automatic
Q.115. The protocol that makes Internet (4) all
universality possible is _________. (5) None of these
(1) FEP Q.120. A (n) __________ adapter can move data at
(2) WAN 128,000 bps, more than double a standard
modem
(3) POTS
(1) Fax
(4) TCP/IP
(2) Dial-Up
(5) MAN
(3) Telephone modem
Q.116. A network of personal computers that share
(4) ISDN
hardware, software, and data is called a
(5) None of these
________.
(1) local area network (LAN)

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

ANSWERS Q.31.(4) the data types of all fields in all files,


Tools the names of all fields in all files and
Q.1.(2)
Query the widths of all fields in all files
Q.2.(1)
Relate Multiple Table Q.32.(2) Modify
Q.3.(1)
Collection of field Q.33.(1) Each user can see only a small part of
Q.4.(1)
Entry the entire database.
Q.5.(2)
Form Q.34.(2) Multiple users who wish to access the
Q.6.(3)
DML data
Q.7.(1)
TQL (Transaction Query Language) Q.35.(4) Independent of both hardware and
Q.8.(3)
Attributes sofware.
Q.9.(3)
Extension Q.36.(2) Binary
Q.10.(3)
My SQL Q.37.(1) PROJECTION operation is used if we
Q.11.(2)
Workbooks are interested in only certain columns
Q.12.(2)
Schema of a table.
Q.13.(2)
Q.14.(3) Data string Q.38.(5) All are valid SQL data type.
Q.15.(1) Record Q.39.(1) The RDBMS terminology for a row is
Structural Tuple.
Q.16.(2)
Queries Q.40.(4) Union, Intersection and difference
Q.17.(3)
Domain Q.41.(3) DDL stands for Data Definition
Q.18.(1)
Primary key must satisfy unique and Language.
Q.19.(3)
not null condition for sure. Q.42.(4) All are advantages of view.
Logical design of database is called Q.43.(1) External database level is closest to the
Q.20.(3)
Database Schema. users.
Snapshot of the data in the database at Q.44.(2) Total and partial.
Q.21.(2)
a given instant of time is called Q.45.(4) All the tuples of R1 and R2 which have
Database Instance. common columns.
Q.22.(4) Union is not Unary operation. Q.46.(4) =, Like and Between are comparison
Project is not binary operation. operators in SQL.
Q.23.(5)
None of these Q.47.(2) Aggregation is a process when relation
Q.24.(5)
Drop table <table name> between two entities is treated as a
Q.25.(2)
Strong Entities single entity.
Q.26.(2)
Cartesian Q.48.(2) In an ER Diagram, ellipse with
Q.27.(4)
TRUNCATE statement in SQL underlying lines is used to represent
Q.28.(2)
removes all records from table, Key attribute.
including all spaces allocated for the Q.49.(2) Foreign Key constraint is used to restrict
records are removed. actions that would destroy links between
The default date format in SQL is DD- tables.
Q.29.(4)
MM-YYYY. Q.50.(4) Total mumber of column in a table.
Q.30.(2) Date + Number/24

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

Q.51.(1) Network layer Q.77.(4) Bandwidth is the amount of data that


Q.52.(5) None of these can be transmitted along a channel
Q.53.(1) Physical layer during a specified period of time.
Q.54.(3) Modem Q.78.(3) Dial-up
Q.55.(2) 2 Q.79.(2) Spam
Q.56.(1) Attenuation Q.80.(3) A WAN uses long - distance
transmission media to link computers
Q.57.(2) Wireless
separated by distance.
Q.58.(5) Super computer
Q.81.(3) Data Bus is NOT considered a network
Q.59.(1) Internet is example of
communications device.
connectivity.
Q.82.(3) 202.50.20.148
Q.60.(4) Mesh
Q.83.(2) Twisted-pair wire of transmission
Q.61.(3) Netware is an operating system, which
media is known as regular telephone
is developed by Novell.
wire.
Q.62.(3) WAN
Q.84.(1) To protect a computer from
Q.63.(5) None of these unauthorized access
To connect a computer over telephone Internet layer
Q.85.(2)
line, modem is required.
Q.86.(1) Guided Transmission Media
Q.64.(1) No navigate shared computer and
Q.87.(3) Security
folder in Network
Q.88.(2) Star
Q.65.(2) Keyboard
Q.89.(3) Bus topology requires a multipoint
Q.66.(1) Computer in network is work group.
connection.
Q.67.(3) For an Ip Address to be valid, there
Q.90.(1) Local Area Network refer to a small,
should be four numbers seperated by
single-site network.
dots, and every number must lie
Q.91.(3) Computers connected to a LAN (Local
between 0 to 255
Area Network) can share information
Q.68.(4) Intranet
and/ or share peripheral equipment.
Q.69.(3) Application layers
Q.92.(2) Gateway
Q.70.(5) All are broad band communication
Q.93.(1) A group of computers and other
channel.
devices connected together is called
Q.71.(4) Cable Network.
Q.72.(2) half-duplex Transmission Lines are also called as
Q.94.(4)
Q.73.(2) Senior Manage or Chief information circuits channels, or trunks
security officer (CISO) of IT assurance The Switching Elements are also
Q.95.(3)
manager who is in charge of called as IMPs.
information security.
Q.96.(1) The distance a simple signal can travel
Q.74.(2) Netwdork administrator in one period is called wavelength.
Q.75.(1) Discrete value
Q.76.(2) 12 Q.97.(3) ICMP
Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org
STUDY NOTES FOR ALL COMPETITIVE EXAM

Q.98.(1) A network that has only one entry and Q.112.(3) Centralized data processing
exit point. Q.113.(3) Distributed data processing
Q.99.(5) SMTP, HTTP and FTP use TCP. Q.114.(1) network A computer Network system
Q.100.(3) Firewall that uses communications equipment
Q.101.(3) Class C to connect two or more computers and
Q.102.(1) DNS Server their resources.
Q.103.(3) Hub Q.115.(4) The TCP/IP protocol that makes
Internet universality possible.
Q.104.(2) Switch
Q.116.(1) local area network (LAN) A network
Q.105.(5) Bridge is used to connect same
of personal computers that share
network segments and manage the
hardware, software, and data is called
traffic between them.
a local area network (LAN).
Q.106.(3) Gateway network devices/systems
Q.117.(4) wide area network (WAN) A network
translate data from one format to
of geographically distant computers
another.
and terminals is called a wide area
Q.107.(2) Switches operate on the second layer
network (WAN).
of OSI Model, that is Data Link Layer.
Q.118.(1) Client/server In Peer-to-peer network
Q.108.(3) Hub is a Broadcasting Device and
arrangement, all computers have equal
Switch is a Unicasting Device.
status.
Q.109.(4) Hub and Switch are used in Star
Q.119.(1) analog Analog Transmission
topology.
Q.120.(4) ISDN
Q.110.(4) Modem
Q.111.(4) data communications systems

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org


STUDY NOTES FOR ALL COMPETITIVE EXAM

Write us : [email protected] www.mahendras.org www.mahendraguru.com myshop.mahendras.org

You might also like