Compiler
Interpreter
Assembler
None of these
What will be the output of the following Python code snippet?
numbers = {}letters = {}comb = {}numbers[1] = 56numbers[3] = 7letters[4] = 'B'comb['Numbers'] = numbers comb['Letters'] = lettersprint(comb)
Error, dictionary in a dictionary can’t exist
‘Numbers’: {1: 56, 3: 7}
{‘Numbers’: {1: 56}, ‘Letters’: {4: ‘B’}}
{‘Numbers’: {1: 56, 3: 7}, ‘Letters’: {4: ‘B’}}
Recursive Function
Lambda Function
Built-in Function
Generator Function
Arrange the following storage devices based on access speed from slowest to fastest:
1️⃣ HDD (Hard Disk Drive)
2️⃣ RAM (Random Access Memory)
3️⃣ SSD (Solid State Drive)
4️⃣ Cache Memory
1 → 3 → 2 → 4
3 → 2 → 1 → 4
1 → 2 → 3 → 4
4 → 3 → 2 → 1
Low-term Evolution Advanced
Long-term Evolution Advanced
Light Tube Evolution Advanced
Low Transmission Evolution Advanced
Google
Microsoft
OpenAI
Amazon
To Perform Server Side Scripting Opertion
To Execute Query Related to DB on Server
To add interactivity to HTML Pages
To Style HTML Pages
VLSI
Integrated Circuits
Tansistors
Vacuum Tubes
Scanner
Printer
Flat Screen
Projector
Parallel Data Transfer
Serial Data Transfer
Computers using analog signals
None of These
I2C
SPI
UART
Normal view
Web view
Slide view
Print Layout view
A computer language
A step by step procedure for solving a problem
A branch of mathematics
None of the above
What will be the output of the following Python statement?
print(chr(ord('A')+32))
A
B
a
Error
Eclipse Kura
Red Hat
Intercloud
Bot 2 Bot
Left
Right
Center
Justified
What will be the output of the following Python code?
d = {0, 1, 2}for x in d: print(x)
0 1 2
{0, 1, 2} {0, 1, 2} {0, 1, 2}
error
none of the mentioned
Algorithm
Diagram
Machine code
Flowchart
bright
hidden
ridge
groove
Portfolio
Chronological
Functional
combination
IoT System
Embedded System
Grid System
Cloud System
w3-text-justify
w3-align-justify
3-justify
w3-text-full
Match the following types of software with their primary functionality.
A-1, B-2, C-3, D-4
A-3, B-4, C-2, D-1
A-2, B-1, C-4, D-3
A-4, B-3, C-1, D-2
i = 1while False: if i%2 == 0: break print(i) i += 2
1
1 3 5 7 …
1 2 3 4 …
Nothing will be printed
x = "abcdef"i = "a"while i in x: print(i, end = " ")
no output
i i i i i i …
a a a a a a …
a b c d e f
var defines a variable while let defines a constant.
There is no such major difference between them.
The value of a variable declared with var can be changed while the value of a variable declared with let cannot be changed.
var defined function scoped variable while let define block scoped variable.
It is triggered when an element is clicked
It is triggered when an element gains focus
It is triggered when an element is hovered
It is triggered when the window is resized
140
280
380
144
Combine Cells
Join Cells
Merge Cells
Group Cells
Wireless Fidelity
Wireless Facilty
Wireless File
Wired Fidelity
%
//
/
**
Arithmetic logic Unit
Central Unit
Middle Unit
Control Unit
Sensor networks
Communication networks infrastructure
Intelligent control and Management
All of the Above
onblur
onfocus
onclick
onsubmit
Status
Twit
Messenger
All of the above
<hr>
<line>
<line directon = "horizontal">
<tr>
absolute
static
fixed
relative
What will the following code output?
a,b,c=3,5,6 b,c,a=a+1,b+2,c+3 print(a,” ”,b,” ”,c)
7 9 4
4 7 9
9 4 7
Text tool box
Drawing Tool
Auto shapes tool
Line Tool
element.appendChild()
element.insertChild()
element.addChild()
element.attachChild()
:nth-child(last)
:last-child
:only-child
:nth-last-child(1)
3 Layers
4 Layers
5 Layers
7 Layers
Full Screen
Half Screen
In a Window
Loop and Repeat
Ladger
Wallet
Hash
Praman authority
pop
remove
update
sum
MVC
FTP
TCP/IP
Client-Server Only
2
3
5
6
Cache
RAM
ROM
SSD
Facebook
Instagram
Twitter
alt
src
title
href