wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Easy BreezeIII

Total questions: 25

Worksheet time: 22mins

Name
Class
Date
1.

Which of the following is NOT a programming language?

a)

Python

b)

HTML

c)

Java

d)

C++

2.

Which of the following is NOT an example of system software?

a)

Compiler

b)

MS Word

c)

Operating System

d)

Device Driver

3.

What is the primary cause of global warming?

a)

Deforestation

b)

Greenhouse gas emissions

c)

Overpopulation

d)

Water pollution

4.

A machine that converts heat energy into mechanical work is called:

a)

Motor

b)

Generator

c)

Engine

d)

Transformer

5.

Which of the following scheduling algorithms is non-preemptive?

a)

First-Come, First-Served (FCFS)

b)

Round Robin

c)

Shortest Remaining Time First

d)

Multilevel Queue

6.

What will be the output of the following code? print(bool([]))

a)

False

b)

True

c)

Error

d)

None

7.

What does the open() function return in Python?

a)

A file object

b)

A string

c)

A list

d)

None

8.

Which Python function is used to remove an element from a list by index?

a)

pop()

b)

remove()

c)

del()

d)

discard()

9.

What is the output of the following code? x = "hello" print(x.upper())

a)

hello

b)

HELLO

c)

Error

d)

None

10.

What will be the output of the following Python snippet?

a = (1, 2, 3)

a[0] = 5

a)

TypeError

b)

(5, 2, 3)

c)

(1, 2, 3)

d)

None

11.

Which protocol is used for secure file transfer?

a)

FTP

b)

SFTP

c)

HTTP

d)

DNS

12.

What is the main reason for using reinforced steel in concrete structures?

a)

To reduce weight

b)

To increase strength and flexibility

c)

To prevent rusting

d)

To make it waterproof

13.

Which type of cyber attack tricks users into providing sensitive information?

a)

Phishing

b)

Denial-of-Service (DoS)

c)

SQL Injection

d)

Malware

14.

What does a firewall do in network security?

a)

Monitors and controls incoming and outgoing traffic

b)

Encrypts files

c)

Removes viruses

d)

Blocks all network connections

15.

What is two-factor authentication (2FA)?

a)

Using two verification methods for login

b)

A stronger password

c)

Antivirus software

d)

Encrypting login credentials

16.

Which of the following is an example of Supervised Learning?

a)

Spam email classification

b)

Clustering customer data

c)

Market basket analysis

d)

Generating random text

17.

Which of the following is NOT a machine learning algorithm?

a)

Decision Tree

b)

Dijkstra's Algorithm

c)

Random Forest

d)

Neural Networks

18.

Which of these signals is continuous in nature?

a)

Analog

b)

Binary

c)

Digital

d)

Discrete

19.

In which mode of heat transfer do objects not require a medium?

a)

Conduction

b)

Convection

c)

Radiation

d)

Absorption

20.

What is the full form of CAPTCHA, used to verify humans?

a)

Completely Automated Public Turing test to tell Computers and Humans Apart

b)

Computerized Automated Public Turing Code for Humans

c)

Computer Authentication Program for Turing Challenge and Humans

d)

Completely Automated Password Test for Computers and Humans

21.

Which of the following is not a type of database?

a)

Relational Database

b)

NoSQL Database

c)

Public Database

d)

Graph Database

22.

Which of these is the strongest geometric shape for building structures?

a)

Triangle

b)

Square

c)

Trapezium

d)

Pentagon

23.

What is the primary function of ETL in data science?

a)

Encrypt, Transfer, Load

b)

Extract, Transform, Load

c)

Evaluate, Train, Learn

d)

Execute, Track, Log

24.

Which of the following is a data visualization tool?

a)

Matplotlib

b)

TensorFlow

c)

NumPy

d)

PyTorch

25.

What is the primary purpose of data normalization?

a)

Reducing redundancy and ensuring consistency

b)

Encrypting data

c)

Increasing query performance

d)

Expanding database storage