Please select a subject first
Advertisements
Advertisements
All of the following are examples of real security and privacy risks EXCEPT.
Concept: undefined >> undefined
______ network device connect different devices through wires.
Concept: undefined >> undefined
Advertisements
A switch drops noisy signals and asks sender to resend.
Concept: undefined >> undefined
What is the entry and exit point of a network?
Concept: undefined >> undefined
Which of the following operations denoted by (x), allows to combine the information from any two relations?
Concept: undefined >> undefined
If we want to include attributes from two different relatons, which of the following operations is needed?
Concept: undefined >> undefined
Suppose we wish to find all customers who have both a loan and an account. Which of the following operation allow us to produce this relation?
Concept: undefined >> undefined
Which set operation should be used with the SELECT statements to eliminate duplicate rows?
Concept: undefined >> undefined
Which set operation is used to return the common row from relation?
Concept: undefined >> undefined
Mobile 2-way radio operates in ______ mode.
Concept: undefined >> undefined
Which of the following is not a network device?
Concept: undefined >> undefined
What is true for Modems?
Concept: undefined >> undefined
______ network device is known as an intelligent hub.
Concept: undefined >> undefined
Select code to plot a line chart using the given LIST:
import matplotlib. pyplot as PLINE
LIST = [10, 20, 30, 40, 50, 60]
Concept: undefined >> undefined
A device that is used to connect a number of Lans is ______.
Concept: undefined >> undefined
Read the statements given below and identify the right option while drawing a Line Chart.
Statement A: While making line chart, it is compulsory to give legend location.
Statement B: If single list or array is provided to the plot() command, matplotlib assumes it is a sequence of y values.
Concept: undefined >> undefined
Read the statements given below and identify the right option while drawing a Line Chart.
Statement A: While making line chart, legend can be placed at any location.
Statement B: It is complusory to provide x label and y label values.
Concept: undefined >> undefined
Read the statements given below and identify the right option while drawing a Line Chart.
Statement A: In x axis, data must be in sorted manner (ascending or descending order).
Statement B: In y axis, values must be of integer data type only.
Concept: undefined >> undefined
Read the statements given below and identify the right option while draw a Bar Graph.
Statement A: The bar graph can be plotted vertically only.
Statement B: Two parameters are compulsory while using bar() function.
Concept: undefined >> undefined
