window="_blank"
target="_blank"
open="_blank"
href="_blank"
Replay Attack
Brute Force Attack
Sniffing
Spoofing
What will be the output of the following Python function?
import mathprint(abs(math.sqrt(25)))
Error
-5
5
5.0
OMR
LCD
USB
SSD
.module
.py
both a & b
All of the above
End of List
End of Line
End of Loop
End of Language
Machine Language
Machine Learning
Main Logic
Memory Link
908.42 GHz
928.49 GHz
888.42 GHz
708.49 GHz
<ol>
<ul>
<li>
<ll>
1024 bytes
1048576 bytes
102400 bytes
1048 bytes
w3-round corner
w3-rounded
w3-round
None of these
Network
Data Link
Physical
Presentation
Global Scope
Built-in Scope
Local Scope
Module Scope
>=
<=
=
!=
Easy to generate
Not sharable
Different for every access
Encrypted password
Open System Internet
Open System Interconnection
Operating System Interconnection
Operating System Interaction
Sorting
Inserting
Filtering
Deleting
Play audio files
Scan and decode barcode information
Print documents
Connect to wireless networks
What will be the output of the following Python code?
x = "abcdef"while i in x: print(i, end=" ")
a b c d e f
abcdef
i i i i i i …
error
Internet
Mail
Document
File Attachment
~
|
&
^
To generate a PWM signal
To produce a sound on a buzzer with a specific frequency
To control the brightness of an LED
To read analog values
To provide power to the computer
To store data
To connect to a network
To increase processing speed
A,B,C,….
1,2,3….
A1, B1, C1…
1A, 1B, 1C…
Mutable data type
Allows duplicate values
Data type with unordered values
Immutable data type
//
/*
<!--
#
Long-range communication
High-bandwidth video transmission
Low-power mesh networking
Satellite communication
Slide number
Title
Footer
Header
Red
Green
Blue
Yellow
Text Editor
Image Editor
HTML Editor
All of These
Central Processing Unit
Memory unit
I/O unit
Operating unit
onerror
onexception
onwarning
onfail
Match the operating system concepts with their descriptions.
1 → A, 2 → C, 3 → B, 4 → D
1 → E, 2 → D, 3 → F, 4 → A
1 → F, 2 → C, 3 → B, 4 → D
1 → D, 2 → B, 3 → C, 4 → A
element.addEvent()
element.addEventListener()
element.attachEvent()
element.onEvent()
Hidden
Security
Read-only
Sharing
Interactive Mode
Script Mode
Both Interactive Mode or Script Mode
None of These
Real Time analytics
Data collection
Device Integration
Real Time collection
Alt + T
Ctrl + T
Shift + T
Alt + Ctrl + T
open_file()
file_open()
open()
read_file()
append()
insert()
index()
remove()
onclick
onmousescroller
onmouseover
onmousemove
Uniform Reset Locator
Uniform Resource Locator
Universal Resource Location
sets the file's current position at the offset
sets the file's previous position at the offset
sets the file's current position within the file
Match the Internet Services with Their Correct Descriptions
1 → B, 2 → A, 3 → C, 4 → D
1 → A, 2 → F, 3 → E, 4 → B
1 → C, 2 → D, 3 → F, 4 → E
1 → E, 2 → B, 3 → A, 4 → C
PIN
GND
RESET
None of the above
Subroutines
Function
Definition
Modules
What will be the value of X in the following Python expression?
x = 2+9*((3*12)-8)/10
30.0
30.8
28.4
27.2
Microprocessor architecture / CPU architecture
Web Browser
Search Engine
Operating System
Microcontrollers are used to execute a single task within an application.
It consists of CPU, RAM, ROM, I/O ports.
Its power consumption is high because it has to control the entire system.
It is built with CMOS technology.
{1: ‘A’, 2: ‘B’}
dict([[1,”A”],[2,”B”]])
{1,”A”,2”B”}
{ }