NEW
Font size
WorksheetsTECH IQ CLASH
Total questions: 25
Worksheet time: 19mins
What are 'portable' computers for traveling users?
Server
Laptop
Super Computer
Mini Computer
What is the full form of PDF?
Personal Document Format
Personal Data Format
Portable Document Format
Portable Data Format
What does CPU stand for?
Central Processing Unit
Computer Processing Unit
Computer Processing User
Central Processing User
Second-generation computers are made of ______.
LSI
VLSI
Transistors
Vaccum Tubes
Which of the following is not application software?
Adobe Reader
VLC Media Player
Photoshop
Windows XP
Ms word is an example of
system software
Application software
compile
operation system
Which component of a computer is responsible for storing data permanently?
Hard Disk
CD-ROM
CPU
RAM
Bitwise _ gives 1 if either of the bits is 1 and 0 when both of the bits are 1.
AND
XOR
NOT
OR
Which of the following is not a search engine?
Yahoo
Bing
Windows
What is the meaning of KB attached to the computer?
Kernal Boot
Kit Bit
Kilobyte
Key Block
Is Python code compiled or interpreted?
Python code is both compiled and interpreted
Python code is neither compiled nor interpreted
Python code is only compiled
Python code is only interpreted
Which method is used to convert raw byte data to a string?
Encode()
Convert()
Decode()
toString()
Amongst which of the following is / are the application areas of Python programming?
Web Development
Game Development
Artificial Intelligence and Machine Learning
All of the mentioned above
Which of the following is the built in function in python?
dvd()
print()
ntr()
sqrt()
Which of the following is not an input device?
Printer
Mouse
Joystick
Scanner
What is the purpose of a firewall?
To speed up internet connection
To monitor internet usage
To protect against viruses
block unwanted traffic
What is the full form of OTP?
One Time Programmable
One Time Password
Out to practice
One the phone
What is the return type of function id?
arr
float
int
str
Who developed Python Programming Language?
Wick van Rossum
Rasmus Lerdorf
Guido van Rossum
Niene Stom
The process of pickling in Python includes ____
conversion of a byte stream into Python object hierarchy
conversion of a Python object hierarchy into byte stream
conversion of a datatable into a list
conversion of a list into a datatable
Which function is called when the following Python program is executed?
f = foo()
format(f)
_str_()
format()
str()
_format_()
What will be the output of the following Python function?
len(["hello",2, 4, 6])
6
error
3
4
Which keyword is used for function in Python language?
fun
def
Define
Function
Which of the following expressions can be used to multiply a given number ‘a’ by 4?
a>>2
a<<4
a<<2
a>>4
Which of the following is the correct extension of the Python file?
.py
.python
.pl
.p
