.doc
.odt
.ott
.odf
Creates a thread
Creates a child process
Changes the mode of operation to kernel mode
Changes the users and/or group ownership of each given file
Bluetooth Special interest Group (SIG).
World Wide Web Consortium
International Organization for Standardization (ISO)
None of These
open_file()
file_open()
open()
read_file()
Match the CSS Sub-Selector with Its Meaning
A → 2, B → 1, C → 3, D → 6
A → 2, B → 1, C → 3, D → 4
A → 2, B → 5, C → 3, D → 4
A → 5, B → 1, C → 3, D → 4
Prediction Values
Variable Cell
What if Values
Target Value
Arithmetic or Relational expression
Arithmetic or Logical expression
Relational or Logical expression
Arithmetic
Secret–encryption
Private encryption
Symmetric encryption
Asymmetric encryption
Field controlled D.C. motor
Ward leonard control
Metadyne
Stroboscope
PHP
Python
C++
Java
Only one file at a time
Many files at a time
Only two files at a time
None of the above
18 years
15 years
13 years
10 years
Match only
Case match
Match case
Case only
Ctrl+Shift+ F5
Ctrl+Shift+V
Ctrl+Shift+B
Ctrl+Shift+F1
HTTP
TELNET
UTP
FTP
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)
System access control
System design
Data access control
None of above
8
10
12
14
What will be the output of the following Python code ?
def display(b,n): while n>0: print(b,end='') n=n-1display('z',3)
zzz
zz
Infinite loop
An exception is thrown
A tag
The head
The body
An attribute
Setting a selected bit of R
Clearing a selected bit of R
Complement selected bit of R
None of these
Match the following software types with their purposes.
A-4, B-2, C-3, D-1
A-4, B-3, C-1, D-2
A-2, B-1, C-4, D-3
A-3, B-4, C-2, D-1
The event host
Sponsoring organizations
Special guests or dignitaries
All of the above
:valid
:required
:optional
:invalid
[0, 1, 2]
[0, 1, 2, 3]
[1, 2, 3]
[0, 2]
Flipping a selection convert it into a floating selection
Flip Horizontal flip the left side to the right side
Flip Horizontal flips the right to the left side
Flip vertical flips the top to the bottom
Microwave oven
Washing machine
Smart thermostat
Ceiling fan
What will be the datatype of the var in the below code snippet?
var = 10print(type(var))var = "Hello"print(type(var))
Str and int
int and int
str and str
int and str
Hold shift
Hold alt
Hold Ctrl
Hold command
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]
Logical design
physical design
both of these
none of these
horizontal navigation bar
inside the navigation bar
force the navigation bar
navigation bar to stay at the top of the page
File Found Error
File Not Exist Error
File Not Found Error
Yes, list mutable and tuple immutable
No, list and tuple both are mutable
No, list and tuple both are in immutable
No, just opposite, list immutable and tuple mutable
What is the return type of following function ?
def func1(): return 'mnp',22print(type(func1()))
List
Dictionary
String
Tuple
src
href
link
rel
Socket
Port
Gateways
Protocol
Master pages
Layouts
Custom view
Custom animation
document.getElementByTagName()
document.getElementsByTagName()
document.querySelectorAll()
document.tagName()
What will be the output of the following algorithm for a=5, b-8, c=6 ?
Step 1: Start Step 2: Declare variables a, b and c. Step 3 Read variables a, b and c. Step 4: If a < b If a <c Display a is the smallest number. Else Display c is the smallest number. Else If b <c Display b is the smallest number. Else Display c is the smallest number Step 5:Stop
a is the smallest number
b is the smallest number
c is the smallest number
stop
Mental
Emotional
Physical
Something that sounds too good to be true
An email that contains plenty of grammar mistakes
An email sent to a bunch of random people
All of These
Abacus
Clock
calculator
None of these.
Providing predictable and fast response times
Efficient multitasking
To provide a graphical user interface for applications
High graphical performance
Ctrl + V
Ctrl + M
Ctrl + Shift + F
Ctrl + 1
Erasing the contents of ROM
Reconstructing the contents of ROM
Erasing and reconstructing the contents of ROM
Duplicating ROM
Pressure sensor
accelerometer
Proximity sensor
IR sensor
Personal diary
Office diary
Memory
All of above
Internet service provider
Internet service property
Instant Service Provider
Internet service prof
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