wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tech Insights for Future Innovators

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the time complexity of Quick Sort in the average case?

a)

O(n)

b)

O(n^2)

c)

O(log n)

d)

O(n log n)

2.

Name a sorting algorithm that is stable and uses a divide-and-conquer approach.

a)

Quick Sort

b)

Merge Sort

c)

Heap Sort

d)

Bubble Sort

3.

What is the primary purpose of a data structure?

a)

To create complex algorithms easily.

b)

To visualize data in graphical formats.

c)

To organize and manage data efficiently.

d)

To store data in a random order.

4.

Which data structure uses LIFO (Last In, First Out) principle?

a)

Queue

b)

Stack

c)

Array

d)

Linked List

5.

What is the difference between supervised and unsupervised learning in machine learning?

a)

Supervised learning is only for classification tasks.

b)

Unsupervised learning uses more data than supervised learning.

c)

Supervised learning requires labeled data; unsupervised learning does not.

d)

Supervised learning is faster than unsupervised learning.

6.

What is overfitting in the context of machine learning?

a)

Overfitting happens when a model is trained on too little data and cannot learn effectively.

b)

Overfitting is when a model generalizes well to new data but struggles with training data.

c)

Overfitting is when a model performs well on training data but poorly on new data due to excessive complexity.

d)

Overfitting occurs when a model is too simple and fails to capture data patterns.

7.

Define a binary tree and its properties.

a)

A binary tree is a tree data structure where each node has at most two children.

b)

A binary tree is a structure with no nodes at all.

c)

A binary tree can have an unlimited number of children per node.

d)

A binary tree is a linear data structure with one child per node.

8.

What is the significance of AI ethics in technology development?

a)

AI ethics is irrelevant to technology and has no impact on development.

b)

AI ethics only focuses on maximizing profits for companies.

c)

AI ethics is primarily concerned with enhancing user experience without any regulations.

d)

AI ethics is significant as it promotes responsible technology development that prioritizes fairness, accountability, and societal well-being.

9.

Which Indian company is known as a pioneer in the IT services industry?

a)

HCL Technologies

b)

Wipro Limited

c)

Tata Consultancy Services (TCS)

d)

Infosys Technologies

10.

What does the term 'Big Data' refer to in the context of data analysis?

a)

Big Data describes the use of traditional spreadsheets for data management.

b)

Big Data refers to small and simple datasets that are easy to analyze.

c)

Big Data refers to large and complex datasets that require advanced tools and techniques for processing and analysis.

d)

Big Data is a term for outdated data storage methods and practices.

11.

What is the role of a neural network in machine learning?

a)

A neural network generates random numbers for data analysis.

b)

A neural network compiles code to improve software performance.

c)

A neural network stores data for future retrieval in machine learning.

d)

A neural network learns patterns from data to make predictions or decisions in machine learning.

12.

Explain the concept of recursion with an example.

a)

Recursion is a process where a function executes multiple times without calling itself.

b)

Recursion is a method where a function calls itself to solve smaller instances of a problem.

c)

Recursion involves breaking down a problem into unrelated parts for easier handling.

d)

Recursion is a technique where a function runs in a loop until a condition is met.

13.

What is the difference between a stack and a queue?

a)

A stack uses LIFO, while a queue uses FIFO.

b)

A stack uses FIFO, while a queue uses LIFO.

c)

A stack is a linear structure, while a queue is not.

d)

A stack allows random access, while a queue does not.

14.

What is the purpose of the 'training set' in machine learning?

a)

The training set helps in visualizing the data distribution for analysis.

b)

The purpose of the 'training set' in machine learning is to train the model by providing it with examples to learn from.

c)

The training set is used to validate the model's performance after training.

d)

The training set is meant for testing the model's accuracy on unseen data.

15.

Name one ethical concern related to artificial intelligence.

a)

Lack of transparency

b)

Job displacement

c)

Data privacy issues

d)

Bias in algorithms

16.

Which Indian city is often referred to as the 'Silicon Valley of India'?

a)

Bangalore

b)

Pune

c)

Hyderabad

d)

Chennai

17.

What is the function of a hash table in data structures?

a)

A hash table is used for sorting data in ascending order.

b)

The function of a hash table is to provide efficient data retrieval and storage using key-value pairs.

c)

The function of a hash table is to store data in a linear array.

d)

A hash table primarily manages data through linked lists.

18.

What is the significance of data normalization in databases?

a)

Data normalization enhances performance by reducing query complexity.

b)

Data normalization increases data duplication and decreases integrity.

c)

Data normalization eliminates the need for data backups and recovery.

d)

Data normalization reduces redundancy and improves data integrity in databases.

19.

What is the Turing Test and its relevance to AI?

a)

The Turing Test is a benchmark for hardware performance in AI.

b)

The Turing Test measures a machine's ability to perform calculations.

c)

The Turing Test evaluates a machine's speed in processing data.

d)

The Turing Test is a measure of a machine's ability to exhibit intelligent behavior indistinguishable from a human.

20.

How does the concept of 'data privacy' relate to AI technologies?

a)

Data privacy is irrelevant to AI technologies and their development.

b)

AI technologies inherently protect all personal information automatically.

c)

Data privacy only applies to traditional computing, not to AI systems.

d)

Data privacy is essential for protecting personal information used in AI technologies and ensuring compliance with regulations.