wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

TECH IQ CLASH

Total questions: 25

Worksheet time: 19mins

Name
Class
Date
1.

What are 'portable' computers for traveling users?

a)

Server

b)

Laptop

c)

Super Computer

d)

Mini Computer

2.

What is the full form of PDF?

a)

Personal Document Format

b)

Personal Data Format

c)

Portable Document Format

d)

Portable Data Format

3.

What does CPU stand for?

a)

Central Processing Unit

b)

Computer Processing Unit

c)

Computer Processing User

d)

Central Processing User

4.

Second-generation computers are made of ______.

a)

LSI

b)

VLSI

c)

Transistors

d)

Vaccum Tubes

5.

Which of the following is not application software?

a)

Adobe Reader

b)

VLC Media Player

c)

Photoshop

d)

Windows XP

6.

Ms word is an example of

a)

system software

b)

Application software

c)

compile

d)

operation system

7.

Which component of a computer is responsible for storing data permanently?

a)

Hard Disk

b)

CD-ROM

c)

CPU

d)

RAM

8.

Bitwise _ gives 1 if either of the bits is 1 and 0 when both of the bits are 1.

a)

AND

b)

XOR

c)

NOT

d)

OR

9.

Which of the following is not a search engine?

a)

Yahoo

b)

Google

c)

Bing

d)

Windows

10.

What is the meaning of KB attached to the computer?

a)

Kernal Boot

b)

Kit Bit

c)

Kilobyte

d)

Key Block

11.

Is Python code compiled or interpreted?

a)

Python code is both compiled and interpreted

b)

Python code is neither compiled nor interpreted

c)

Python code is only compiled

d)

Python code is only interpreted

12.

Which method is used to convert raw byte data to a string?

a)

Encode()

b)

Convert()

c)

Decode()

d)

toString()

13.

Amongst which of the following is / are the application areas of Python programming?

a)
  1. Web Development

b)

Game Development

c)
  1. Artificial Intelligence and Machine Learning

d)
  1. All of the mentioned above

14.

Which of the following is the built in function in python?

a)

dvd()

b)

print()

c)

ntr()

d)

sqrt()

15.

Which of the following is not an input device?

a)

Printer

b)

Mouse

c)

Joystick

d)

Scanner

16.

What is the purpose of a firewall?

a)

To speed up internet connection

b)

To monitor internet usage

c)

To protect against viruses

d)

block unwanted traffic

17.

What is the full form of OTP?

a)

One Time Programmable

b)

One Time Password

c)

Out to practice

d)

One the phone

18.

What is the return type of function id?

a)

arr

b)

float

c)

int

d)

str

19.

Who developed Python Programming Language?

a)

Wick van Rossum

b)

Rasmus Lerdorf

c)

Guido van Rossum

d)

Niene Stom

20.

The process of pickling in Python includes ____

a)

conversion of a byte stream into Python object hierarchy

b)

conversion of a Python object hierarchy into byte stream

c)

conversion of a datatable into a list

d)

conversion of a list into a datatable

21.

Which function is called when the following Python program is executed?

f = foo()

format(f)

a)

_str_()

b)

format()

c)

str()

d)

_format_()

22.

What will be the output of the following Python function?

len(["hello",2, 4, 6])

a)

6

b)

error

c)

3

d)

4

23.

Which keyword is used for function in Python language?

a)

fun

b)

def

c)

Define

d)

Function

24.

Which of the following expressions can be used to multiply a given number ‘a’ by 4?

a)

a>>2

b)

a<<4

c)

a<<2

d)

a>>4

25.

Which of the following is the correct extension of the Python file?

a)

.py

b)

.python

c)

.pl

d)

.p