wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Semester 8 - ICT - Morning

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following is a relational database management system (RDBMS)?

a)

MongoDB

b)

PostgreSQL

c)

Redis

d)

Cassandra

2.

Which of the following is a NoSQL database?

a)

Oracle

b)

SQL Server

c)

MongoDB

d)

MariaDB

3.

Which of the following tools is used to test APIs?

a)

Postman

b)

Figma

c)

Webpack

d)

Docker

4.

What does the "C" in "CRUD" operations stand for?

a)

copy

b)

create

c)

clear

d)

contact

5.

Which of the following is a feature of SQL databases?

a)

Schema-less structure

b)

Relational tables with predefined schemas

c)

Key-Value storage

d)

Horizontal scaling

6.

Which of the following SQL databases is open-source?

a)

Microsoft SQL Server

b)

Oracle Database

c)

MySQL

d)

IBM Db2

7.

Which of the following is NOT a type of NoSQL database?

a)

Document-based

b)

Key-Value store

c)

Relational database

d)

Graph-based

8.

Which of the following is a key characteristic of NoSQL databases?

a)

Fixed schema

b)

ACID transactions by default

c)

Schema flexibility

d)

Only vertical scaling

9.

Which of the following is true about NoSQL databases?

a)

They always support ACID properties.

b)

They are only used for structured data.

c)

They are ideal for unstructured or semi-structured data.

d)

They do not support replication.

10.

What is the main advantage of using NoSQL over SQL databases?

a)

Better support for complex joins

b)

Faster and more flexible scaling for large data volumes

c)

Standardized query syntax

d)

Fixed and predefined schemas