wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tech Knowledge Assessment

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the primary goal of network security?

a)

To enhance the speed of network connections.

b)

To reduce the cost of network infrastructure.

c)

To increase the number of users on a network.

d)

To protect the integrity, confidentiality, and availability of data and resources.

2.

Which SQL command is used to retrieve data from a database?

a)

RETRIEVE

b)

SELECT

c)

GET

d)

FETCH

3.

What does HTML stand for?

a)

HyperText Multi Language

b)

HyperText Markup Language

c)

HighText Markup Language

d)

HyperText Markup List

4.

What is the purpose of data normalization in databases?

a)

The purpose of data normalization is to aggregate data and improve user access speed.

b)

The purpose of data normalization is to simplify database queries and reduce security risks.

c)

The purpose of data normalization is to reduce data redundancy and improve data integrity.

d)

The purpose of data normalization is to increase data duplication and enhance performance.

5.

What is the output of the following C code: int main() { printf("%d", 5 + 2); return 0; }?

a)

6

b)

8

c)

7

d)

9

6.

What is the function of a firewall in network security?

a)

A firewall encrypts data to ensure privacy during transmission.

b)

A firewall acts as a backup for lost network data.

c)

A firewall increases internet speed by optimizing traffic flow.

d)

The function of a firewall in network security is to monitor and control network traffic based on security rules.

7.

What is the main purpose of CSS in web development?

a)

CSS is used to create server-side scripts.

b)

CSS is primarily for writing JavaScript functions.

c)

The main purpose of CSS is to manage databases.

d)

The main purpose of CSS in web development is to style and layout web pages.

8.

What is the difference between a primary key and a foreign key?

a)

A primary key uniquely identifies a record, while a foreign key links to a primary key in another table.

b)

A primary key is a type of foreign key in the same table.

c)

A primary key can be null, while a foreign key cannot.

d)

A primary key is used for indexing, while a foreign key is for sorting.

9.

Which programming language is primarily used for web development?

a)

Python

b)

Java

c)

JavaScript

d)

Ruby

10.

What is the significance of the 'return' statement in C programming?

a)

The 'return' statement is used for declaring variables in a function.

b)

The 'return' statement is essential for defining function parameters.

c)

The 'return' statement allows for looping through function calls.

d)

The 'return' statement is significant for exiting a function and returning a value.

11.

What is the role of an operating system in a computer?

a)

The main function of an operating system is to create software applications.

b)

An operating system primarily focuses on internet connectivity.

c)

The operating system is responsible for designing hardware components.

d)

The role of an operating system in a computer is to manage hardware and software resources, provide a user interface, and enable application execution.

12.

Which MS Office application is used for creating presentations?

a)

Microsoft Word

b)

Microsoft Access

c)

Microsoft PowerPoint

d)

Microsoft Excel

13.

What is the difference between a static and a dynamic website?

a)

Static websites are interactive, while dynamic websites are not.

b)

Static websites require user input to change content, while dynamic ones do not.

c)

Static websites display the same content for all users, while dynamic websites can change content based on user input or other factors.

d)

Dynamic websites show the same content to all users, unlike static websites.

14.

What is the purpose of data cleaning in data analysis?

a)

Data cleaning is used to enhance data visualization techniques.

b)

The purpose of data cleaning in data analysis is to improve data quality for accurate and reliable results.

c)

Data cleaning aims to simplify data collection processes.

d)

The purpose of data cleaning is to increase data storage capacity.

15.

What is the function of a database management system (DBMS)?

a)

The function of a DBMS is to create user interfaces for applications.

b)

The function of a DBMS is to facilitate the creation, management, and manipulation of databases.

c)

The function of a DBMS is to store files on a local drive.

d)

The function of a DBMS is to manage network connections for users.

16.

What is the primary function of a web server?

a)

A web server is used to create and edit web applications.

b)

A web server is responsible for storing and managing databases.

c)

A web server processes requests and serves web content to clients over the internet.

d)

A web server primarily focuses on enhancing network security.

17.

What does SQL stand for?

a)

Structured Query Language

b)

Simple Query Language

c)

Standard Query Language

d)

Sequential Query Language

18.

What is the purpose of JavaScript in web development?

a)

JavaScript is used for managing databases.

b)

The purpose of JavaScript is to create interactive elements on web pages.

c)

JavaScript is primarily for server-side programming.

d)

JavaScript is used for styling web pages.

19.

Which HTML tag is used to define an unordered list?

a)

<ol>

b)

<li>

c)

<ul>

d)

<list>

20.

What is the main function of an API in software development?

a)

An API enhances the security of a software application.

b)

An API allows different software applications to communicate with each other.

c)

An API is used to store data in a database.

d)

An API is primarily for creating user interfaces.