TCP
HTTP
IP
FTP
To reduce the size of the dataset
o increase data complexity
To clean, transform, and prepare data for analysis
To randomly sample the dataset
Increased upfront costs
Limited scalability
Reduced IT infrastructure and management costs
Decreased accessibility
(x**y)**z
(x**y) / z
(x**y) % z
(x**y)*z
IBM
HP
Dell
Cisco
16
32
48
56
What will be the output of the following Python code snippet?
d = {"john":40, "peter":45}print(list(d.keys()))
[“john”, “peter”]
[“john”:40, “peter”:45]
(“john”, “peter”)
(“john”:40, “peter”:45)
Match the following types of operating systems with their characteristics.
A-1, B-2, C-3, D-4
A-2, B-1, C-4, D-3
A-4, B-3, C-1, D-2
A-3, B-4, C-2, D-1
<script src="script.js"></script>
<javascript src="script.js"></javascript>
<link href="script.js" rel="script">
<script href="script.js"></script>
What is the output of the following?
x=123for i in x: print(i)
1 2 3
123
Error
none of these
Amiri
Linex biolinum G
Calibri
Liberation Serif
keys, keys
key values, keys
keys, key values
key values, key values
What is the output of below program ?
def say(message, times =1): print(message * times)say("Hello")say("Word",5)
Hello WordWordWordWordWord
Hello Word 5
Hello Word,Word,Word,Word,Word
Hello HelloHelloHelloHelloHello
Ohm
Farad
Henry
Coulomb
Execution
Decision
Statement
All of the above
color
text
font
image
character cannot be used as a bookmark name
Navigator is opened by F5 and to jump to specific bookmark
Lower list Impress using contain all the bookmarks in the current document
To Delete a bookmark, select and press Delete button
Parallel Data Transfer
Serial Data Transfer
Computers using analog signals
None of These
Intranet
Internet
Arpanet
LAN
Data link Layer
Network Layer
Transport Layer
8
10
12
14
Bitmap
Metafile
2D
3D
Show1
Presentation1
Untitled1
Slide1
Call & Jump
Getchar & putchar
Call & Return
Return & Jump
Data
Text
Mathematical
String
30 to 100m
300 to 1000 m
100 to 1000 m
Only 10 m
To develop machines that can think like humans
To develop algorithms that can improve automatically through experience
To develop machines that can perform physical tasks
To develop faster computer processors
Letter
Fax
Agenda
E-mail
Wifi
Hifi
Zigbee
None
To apply predefined templates and designs to slides
To animate objects and text within slides
To navigate between slides during a presentation
To create dynamic effects when transitioning between slides
find the output of following code:
def add(a,b): return(a+b)print(add(3,4))
4
7
9
pi
anonymous
lambda
none of the above
print(arr[1])
print(arr,0)
print(arr,1)
<hr>
<br>
<pre>
<a>
A subset of traditional C
An extension of traditional C
A superset of traditional C
Same as traditional C
Match the following menu options in LibreOffice Writer with their purposes.
A-4, B-3, C-2, D-1
A-2, B-4, C-1, D-3
A-3, B-1, C-4, D-2
Draft
Inbox
Outbox
None of these
15
150
200
Facebook
Twitter
Instagram
Match the different types of printers with their working mechanisms.
1 → B, 2 → D, 3 → A, 4 → C
1 → A, 2 → C, 3 → B, 4 → D
1 → C, 2 → A, 3 → D, 4 → B
1 → F, 2 → D, 3 → C, 4 → A
What will be the output of the following Python code?
i = 1while True: if i%2 == 0: break print(i) i += 2
1
1 2
1 2 3 4 5 6 …
1 3 5 7 9 11 … infinite time
To style HTML Pages
To perform server-side scripting operation
To execute query related to DB on server
To add interactivity to HTML Pages
Fixed deposit account
Recurring Deposit Account
Savings bank account
What value does the following expression evaluate to ?
x = 5while x < 10: print(x, end='')
Closed loop
one time loop
Infinite loop
Evergreen loop
Saving cost
Making circuit compact
Save power consumption
All of these
x = "abcdef"while i in x: print(i, end=" ")
a b c d e f
abcdef
i i i i i i …
error
Agreements on how communication components and DTE's are to communicate
Logical communication channels for transferring data
Physical communication channels sued for transferring data
None of the above
64
Java
HTML
C/C++
Python
Logical design
physical design
both of these