Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RNHS REV 1

Total questions: 48

Worksheet time: 24mins

Name
Class
Date
1.

What does the acronym "URL" stand for?

a)

Uniform Resource Locator

b)

Universal Resource Locator

c)

Uniform Retrieval Locator

d)

Universal Retrieval Locator

2.

Which protocol is used to send emails?

a)

SMTP

b)

HTTP

c)

FTP

d)

SNMP

3.

What does "GUI" stand for?

a)

Graphical User Interface

b)

General User Interface

c)

Graphical Utility Interface

d)

General Utility Interface

4.

What does SQL stand for?

a)

Structured Query Language

b)

Simple Query Language

c)

Standard Query Language

d)

Sequential Query Language

5.

What is the main purpose of a firewall?

a)

To prevent unauthorized access

b)

To speed up internet connection

c)

To store data

d)

To manage network traffic

6.

What is cloud computing?

a)

Computing services provided over the internet

b)

Computing services provided by a local server

c)

Computing services provided by a personal computer

d)

Computing services provided by a mobile device

7.

What is the main purpose of an IP address?

a)

To identify a device on a network

b)

To encrypt data

c)

To store data

d)

To manage network traffic

8.

What is the difference between RAM and ROM?

a)

RAM is volatile memory, ROM is non-volatile memory

b)

RAM is non-volatile memory, ROM is volatile memory

c)

RAM is read-only memory, ROM is read-write memory

d)

RAM is used for long-term storage, ROM is used for short-term storage

9.

What does HTTP stand for?

a)

HyperText Transfer Protocol

b)

HyperText Transmission Protocol

c)

HighText Transfer Protocol

d)

HyperText Transfer Process

10.

What is the purpose of a DNS server?

a)

To translate domain names into IP addresses

b)

To encrypt data

c)

To store data

d)

To manage network traffic

11.

What is the primary goal of artificial intelligence?

a)

To create machines that can perform tasks requiring human intelligence

b)

To create machines that can perform any task

c)

To create machines that can only perform repetitive tasks

d)

To create machines that can perform tasks that are easy for humans

12.

What does NLP stand for in the context of AI?

a)

Natural Language Processing

b)

Neural Language Programming

c)

Network Learning Protocol

d)

None of the above

13.

What is a neural network?

a)

A computational model inspired by the human brain

b)

A network of biological neurons

c)

A type of database

d)

A type of computer hardware

14.

Which algorithm is commonly used for image recognition tasks?

a)

Convolutional Neural Networks (CNNs)

b)

K-means clustering

c)

Decision trees

d)

Support Vector Machines (SVMs)

15.

What is the Turing Test used for?

a)

To determine if a machine can exhibit intelligent behavior

b)

To measure the speed of a computer

c)

To test the security of a network

d)

To evaluate the efficiency of an algorithm

16.

Which of the following is a type of unsupervised learning?

a)

K-means clustering

b)

Linear regression

c)

Decision trees

d)

Support Vector Machines

17.

What is the main goal of reinforcement learning?

a)

To learn a policy that maximizes reward

b)

To classify data into categories

c)

To reduce the dimensionality of data

d)

To cluster data points

18.

What is a perceptron?

a)

A type of artificial neuron

b)

A type of database

c)

A type of computer hardware

d)

A type of programming language

19.

Which algorithm is commonly used for natural language processing tasks?

a)

Recurrent Neural Networks (RNNs)

b)

K-means clustering

c)

Convolutional Neural Networks (CNNs)

d)

Decision trees

20.

What is the main advantage of dynamic programming over recursion?

a)

It avoids redundant calculations

b)

It is easier to implement

c)

It uses less memory

d)

It is faster for all types of problems

21.

What is the time complexity of binary search?

a)

O(log n)

b)

O(n)

c)

O(n^2)

d)

O(1)

22.

Which sorting algorithm has the best average-case time complexity?

a)

Quick sort

b)

Bubble sort

c)

Insertion sort

d)

Selection sort

23.

What is a greedy algorithm?

a)

An algorithm that always makes the locally optimal choice

b)

An algorithm that always makes the globally optimal choice

c)

An algorithm that uses dynamic programming

d)

An algorithm that uses recursion

24.

What is the purpose of a hash function?

a)

To map data of arbitrary size to fixed-size values

b)

To sort data

c)

To encrypt data

d)

To compress data

25.

Which algorithm is used to find the shortest path in a graph?

a)

Dijkstra's algorithm

b)

Depth-first search

c)

Breadth-first search

d)

Kruskal's algorithm

26.

What is the time complexity of the merge sort algorithm?

a)

O(n log n)

b)

O(n)

c)

O(n^2)

d)

O(log n)

27.

Which data structure is used in the implementation of a queue?

a)

Linked list

b)

Stack

c)

Array

d)

Tree

28.

What is the purpose of a hash table?

a)

To store key-value pairs

b)

To sort data

c)

To compress data

d)

To encrypt data

29.

Which algorithm is used to find the minimum spanning tree of a graph?

a)

Kruskal's algorithm

b)

Dijkstra's algorithm

c)

Breadth-first search

d)

Depth-first search

30.

What is the primary purpose of blockchain technology?

a)

To enable secure, transparent, and tamper-proof transactions

b)

To create a centralized database

c)

To mine cryptocurrencies

d)

To create smart contracts

31.

Which cryptocurrency was the first to be created?

a)

Bitcoin

b)

Ethereum

c)

Litecoin

d)

Ripple

32.

What is a smart contract?

a)

A self-executing contract with the terms directly written into code

b)

A legal contract written in code

c)

A contract that requires a lawyer to interpret

d)

A contract that is stored on a centralized server

33.

What is the consensus mechanism used by Bitcoin?

a)

Proof of Work (PoW)

b)

Proof of Stake (PoS)

c)

Delegated Proof of Stake (DPoS)

d)

Byzantine Fault Tolerance (BFT)

34.

What is the maximum supply of Bitcoin?

a)

21 million

b)

100 million

c)

1 billion

d)

Unlimited

35.

What is the primary purpose of a cryptocurrency wallet?

a)

To store private and public keys

b)

To mine cryptocurrencies

c)

To create smart contracts

d)

To trade cryptocurrencies

36.

What is the consensus mechanism used by Ethereum?

a)

Proof of Stake (PoS)

b)

Proof of Work (PoW)

c)

Delegated Proof of Stake (DPoS)

d)

Byzantine Fault Tolerance (BFT)

37.

What is a blockchain?

a)

A distributed ledger

b)

A type of database

c)

A type of encryption algorithm

d)

A type of cryptocurrency

38.

What is the primary function of a miner in a cryptocurrency network?

a)

To validate and record transactions

b)

To create new cryptocurrencies

c)

To trade cryptocurrencies

d)

To store cryptocurrencies

39.

What is the maximum supply of Ethereum?

a)

Unlimited

b)

21 million

c)

100 million

d)

1 billion

40.

What is the primary purpose of a decentralized application (dApp)?

a)

To run on a peer-to-peer network without a central authority

b)

To store data

c)

To mine new blocks

d)

To validate transactions

41.

What is the purpose of a nonce in blockchain technology?

a)

To vary the input to the hash function

b)

To encrypt transactions

c)

To store data

d)

To validate transactions

42.

What is the primary purpose of a digital signature in cryptocurrency transactions?

a)

To verify the authenticity of the sender

b)

To encrypt the transaction data

c)

To store the transaction data

d)

To mine new blocks

43.

What is the consensus mechanism used by Litecoin?

a)

Proof of Work (PoW)

b)

Proof of Stake (PoS)

c)

Delegated Proof of Stake (DPoS)

d)

Byzantine Fault Tolerance (BFT)

44.

What is the primary function of a cryptocurrency exchange?

a)

To facilitate the buying and selling of cryptocurrencies

b)

To mine cryptocurrencies

c)

To store cryptocurrencies

d)

To create new cryptocurrencies

45.

What is the purpose of a Merkle tree in blockchain technology?

a)

To efficiently verify the integrity of data

b)

To encrypt transactions

c)

To store data

d)

To validate transactions

46.

What is the primary purpose of a consensus algorithm in blockchain?

a)

To ensure all participants agree on the state of the blockchain

b)

To encrypt transactions

c)

To store data

d)

To mine new blocks

47.

What is the primary purpose of a decentralized finance (DeFi) platform?

a)

To provide financial services without intermediaries

b)

To store data

c)

To mine new blocks

d)

To validate transactions

48.

What is the primary purpose of a token in a blockchain network?

a)

To represent an asset or utility

b)

To encrypt transactions

c)

To store data

d)

To validate transactions