Light Range Wide Area Network
Long Range Wide Area Network
Low Range Work Area Network
Low Rate Wide Area Network
What will be the output of the following Python code?
def foo(k): k[0] = 1 q = [0] foo(q) print(q)
[0]
[1]
[1, 0]
[0, 1]
\a
\t
\n
\b
IEEE 802.10
IEEE 802.11
IEEE 802.12
IEEE 801.11
Transport layer
Session layer
Datalink layer
Network layer
arr=np.array([1,2,3,4],dtype='float')
arr=np.array([1,2,3,4],dtype='f')
arr=np.array([1,2,3,4],dtype=float)
All of the above
It keeps our data safe
Converts data to secret code
It is used in email, debit card, credit card
Open
Closed
Partially closed
None of the above
Full Screen
Half Screen
In a Window
Loop and Repeat
Security
Reliability
Performance
None of these
what will be output for the following code?
import numpy as npa=np.array([1,2,3,5,8])print(a.ndim)
0
1
2
3
Eclipse IOT
Red Hat
Intercloud
Bot 2 Bot
To insert multimedia elements
To format text and objects consistently throughout a document
To create animations
To perform mathematical calculations
Simple and fast installation.
Security with hardware
Data storage
Protocol abstraction
Match the following menu options in LibreOffice Writer with their purposes.
A-1, B-2, C-3, D-4
A-4, B-3, C-2, D-1
A-2, B-4, C-1, D-3
A-3, B-1, C-4, D-2
Indepth Internet of T
Innovative Internet of Things
Industrial Internet of Things
Information Internet of Things
Accounting
Non-repudiation
Sniffing
Authorization
Cyber attack
Computer security
Cryptography
Digital hacking
A0
GND
RST
Vin
%
$
&
=
Centralized Database
Distributed Ledger
Relational Database
Data Warehouse
Pressure sensor
accelerometer
Proximity sensor
IR sensor
Star
Mesh
Ring
Bus
k^1
k**1
k^ ^1
k^*1
Call & Jump
Getchar & putchar
Call & Return
Return & Jump
32
33
31
30
Bluetooth
IEFT CoAP
RFID/NFC
Agreements on how communication components and DTE's are to communicate
Logical communication channels for transferring data
Physical communication channels sued for transferring data
.
*
->
More than one key can have the same value
The values of the dictionary can be accessed as dict[key]
Values of a dictionary must be unique
Values of a dictionary can be a mixture of letters and numbers
delay(1);
delay(100);
delay(1000);
delay(60);
Slow
internet
Broadband
Wireless
pinMode()
digitalWrite()
analogWrite()
setPin()
~
>
+
First Slide
Master Slide
Minor Slide
Last Slide
Socket
Port
Gateways
Protocol
Is a Web page only
It can be Website or Web Page
Is a complete Website
None of the mentioned
Virtual Public network
Virtual Private Network
Virtual Primary Network
Virtual Print Network
Transport
Physical
Datalink
Application
2.1 Mbps
5 Mbps
10 Mbps
more than 10 Mbps
Indented
Italic
list
Bold
Letters
Animations
Visual effect in slide show
n(n−1)
n(n−1)/2
n²
n+1
Window icon + right arrow
Window icon + up arrow
Window icon + left arrow
Window icon + down arrow
Unified Payment Interface
Intermediate Payment Interface
Unified Pay Interface
Unified Peoples Interface
A,B,C,….
1,2,3….
A1, B1, C1…
1A, 1B, 1C…
for i in range(2.0): print(i)
0.0 1.0
0 1
error
none of the mentioned
What is the output of the following statement ?
print ((2, 4) + (1, 5))
(2 , 4), (4 , 5)
(3 , 9)
(2, 4, 1, 5)
Invalid Syntax
Sensor networks
Communication networks infrastructure
Intelligent control and Management
All of the Above
i = 1while True: if i%2 == 0: break print(i) i += 2
1 2
1 2 3 4 5 6 …
1 3 5 7 9 11 … infinite time