0% found this document useful (0 votes)
10 views52 pages

Practice Set 1

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)
10 views52 pages

Practice Set 1

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/ 52

PRACTICE SET 1

QUIZ

Which type of data can be stored in the database?

a) Image oriented data


b) Text, files containing data
c) Data in the form of audio or video
d) All of the above
QUIZ

Answer: D

Explanation: The reason for creating the database management system was to store large
data and these data can be of any form image, text, audio, or video files, etc. DBMS allows
the users to store and access the data of any format.
QUIZ

Which of the following is not a type of database?

a) Hierarchical
b) Network
c) Distributed
d) Decentralized
QUIZ

Answer: d

Explanation: Different types are:


1) Centralized
2) Distributed
3) Relational
4) NoSQL
5) Cloud
6) Object-oriented
7) Hierarchical
8) Network
QUIZ

The DBMS acts as an interface between ________________ and


________________ of an enterprise-class system.

a) Data and the DBMS


b) Application and SQL
c) Database application and the database
d) The user and the software
QUIZ

Answer: c
Explanation: A database management system is an application that acts
as an interface between the user and the database. The user interacts with
the application to access data.
QUIZ

The ________ clause is used to list the attributes desired in the result of a
query.

a) Where
b) Select
c) From
d) Distinct
QUIZ

Answer - B
QUIZ

Which of the following is not a DDL command?

a) UPDATE
b) TRUNCATE
c) ALTER
d) None of the Mentioned
QUIZ

Answer: a
Explanation: Data definition language (DDL) commands enable you to
perform the following tasks : Create, alter, and drop schema objects.
QUIZ

Which SQL keyword is used to retrieve a maximum value?

a) MOST
b) TOP
c) MAX
d) UPPER
QUIZ

Answer: c
Explanation: The MAX() function returns the largest value of the
selected column.
QUIZ

Which of the following refers to the problem of finding abstracted patterns (or
structures) in the unlabelled data?

A. Supervised learning
B. Unsupervised learning
C. Hybrid learning
D. Reinforcement learning
QUIZ

Answer: b
Explanation: Unsupervised learning is a type of machine learning algorithm
that is generally used to find the hidden structured and patterns in the given
unlabelled data.
QUIZ

Which of the following is an essential process in which the intelligent methods are
applied to extract data patterns?

A. Warehousing
B. Data Mining
C. Text Mining
D. Data Selection
QUIZ

Answer: b
Explanation: Data mining is a type of process in which several intelligent
methods are used to extract meaningful data from the huge collection ( or set) of
data.
QUIZ

What are the functions of Data Mining?

A. Association and correctional analysis classification


B. Prediction and characterization
C. Cluster analysis and Evolution analysis
D. All of the above
QUIZ

Answer: d
Explanation: In data mining, there are several functionalities used for
performing the different types of tasks. The common functionalities
used in data mining are cluster analysis, prediction, characterization, and
evolution. Still, the association and correctional analysis classification
are also one of the important functionalities of data mining.
QUIZ

The ____________ model is 7-layer architecture where each layer is having


some specific functionality to perform.

a) TCP/IP
b) Cloud
c) OSI
d) OIS
QUIZ

Answer: c
Explanation: The OSI model is 7-layer architecture where each layer is
having some specific functionality to perform. All these layers work in
collaboration for transmitting the data from 1 person to another worldwide.
QUIZ

The full form of OSI is OSI model is ______________

a) Open Systems Interconnection


b) Open Software Interconnection
c) Open Systems Internet
d) Open Software Internet
QUIZ

Answer: a
QUIZ

Which of the following is not a vulnerability of the network


layer?

a) Route spoofing
b) Identity & Resource ID Vulnerability
c) IP Address Spoofing
d) Weak or non-existent authentication
QUIZ

Answer: d
Explanation: Weak or non-existent authentication is a vulnerability of the session
layer. Route spoofing, identity & resource ID vulnerability & IP Address Spoofing
are examples of network layer vulnerability
QUIZ

TCP/IP model does not have ______ layer but OSI model have this layer.

a) session layer
b) transport layer
c) application layer
d) network layer
QUIZ

Answer: a
Explanation: In OSI reference model, there are two layers which are not
present in TCP/IP model. They are Presentation and Session layer. The
functions of Presentation and Session layer in the OSI model are handled by
the transport layer itself in TCP/IP.
QUIZ

Transmission data rate is decided by ____________

a) network layer
b) physical layer
c) data link layer
d) transport layer
QUIZ

Answer: b
Explanation: Physical layer is a layer 1 device which deals with network
cables or the standards in use like connectors, pins, electric current used etc.
Basically the transmission speed is determined by the cables and connectors
used. Hence it is physical layer that determines the transmission speed in
network. Some of the cables used for high speed data transmission are optical
fiber cables and twisted pair cables.
QUIZ

A device that provides a central connection point for cables is –

a) Switch
b) Hub
c) Gateway
d) Proxy Server
QUIZ

Answer: c
Explanation: Such a device is known as a Hub and is usually used in
STAR topologies.
QUIZ

A device that is used to connect a number of LANs is –

a) Router
b) Repeater
c) Bridge
d) Switch
QUIZ

Answer: a
Explanation: A device that is used to connect a number of LANs
is a Router.
QUIZ

A device that helps prevent congestion and data collisions –

a) Switch
b) Hub
c) Gateway
d) Proxy Server
QUIZ

Answer: a
Explanation: A switch is a device that splits large networks into smaller
segments, decreasing the number of users sharing the same network
resources and bandwidth.
QUIZ

Which transmission media provides the highest transmission speed in a network?

a) coaxial cable
b) twisted pair cable
c) optical fiber
d) electrical cable
QUIZ

Answer: c
Explanation: Fiber optics is considered to have the highest transmission speed
among the all mentioned above. The fiber optics transmission runs at 1000Mb/s. It is
called as 1000Base-Lx whereas IEEE standard for it is 802.3z. It is popularly used
for modern day network connections due to its high transmission rate.
QUIZ

Wireless transmission of signals can be done via ___________

a) radio waves
b) microwaves
c) infrared
d) all of the mentioned
QUIZ

Answer: d
Explanation: Wireless transmission is carried out by radio waves, microwaves and IR
waves. These waves range from 3 Khz to above 300 Ghz and are more suitable for
wireless transmission. Radio waves can penetrate through walls and are used in radio
communications, microwaves and infrared (IR) waves cannot penetrate through walls
and are used for satellite communications and device communications respectively.
QUIZ

A term that defines the direction of flow of information


between devices.

a) interconnectivity
b) intra connectivity
c) transmission mode
d) transmission
QUIZ

Answer: c
Explanation: The term transmission mode defines the direction of flow of
information between two communication devices. It tells the direction of
signal flow.
QUIZ

A technique of transmitting data or images or videos


(information) using a continuous signal.

a) direct
b) network
c) analog
d) multiple
QUIZ

Answer: c
Explanation: Analog is a technique of transmitting data or images or videos
(information) using a continuous signal, which varies in amplitude, phase or some
other property.
QUIZ

Which of the following isn’t a type of transmission mode?

a) physical
b) simplex
c) full duplex
d) half duplex
QUIZ

Answer: a
Explanation: There are three modes of transmission: simplex, half duplex and full
duplex. Transmission modes tell the direction of signal flow between two devices.
QUIZ

A transmission that generally involves dedicated circuits.

a) simplex
b) half duplex
c) full duplex
d) semi-duplex
QUIZ

Answer: a
Explanation: The answer is simplex. Simplex generally involves
dedicated circuits. TV broadcasting is an example.
QUIZ

A communication between a computer and a keyboard involves


____________ duplex transmission.

a) simplex
b) half duplex
c) full duplex
d) semi-duplex
QUIZ

Answer: a
Explanation: It involves simplex duplex transmission. Another example of a
simplex duplex transmission is loudspeaker system.
QUIZ

Transmission mode controls the direction of signal flow.

a) True
b) False
QUIZ

Answer: a
Explanation: The statement is true. The term transmission mode
defines the direction of flow of information between two
communication devices. It tells the direction of signal flow between
two devices
THANK YOU!

You might also like