Data Processing Questions and Answers

Data Processing questions to test candidates’ acquisition of basic skills of data processing and knowledge in the application of ICT in facilitating business transactions and education.

26.

Database Administrator is a professional who

A.

Handles packet sniffing in a network

B.

Designs, implements and maintains a database

C.

Performs data entry in a database

D.

Tests and detects vulnerabilities on hardware devices and software

Correct answer is B

A Database Administrator is a professional who designs, implements, and maintains a database. Database administrators are responsible for managing and overseeing the organization's databases to ensure they are efficient, secure, and reliable. Their tasks include designing the database structure, implementing data models, optimizing database performance, ensuring data security, creating backup and recovery plans, and more. They play a crucial role in ensuring that data is organized, accessible, and properly managed within an organization's database systems.

The other options mentioned—testing and detecting vulnerabilities, handling packet sniffing, and performing data entry—are tasks related to network security, network analysis, and data input, respectively, but they are not the primary responsibilities of a Database Administrator.

 

27.

Figure 4 is an entity relationship diagram in MS Access. Use it to answer the question

What kind of relationship exists between users and products as shown in Figure 4?

A.

One-to-many

B.

Many-to-many

C.

One-to-one

D.

Many-to-one

Correct answer is A

Looking at the arrow (relation) that connects Products table to the Users table. The infinity sign beside the products table represents the "Many" part of the relationship which is not present at the Users table (i.e it is "One" part of the relationship) . This means that a user can buy "any" number of products but a product can only be bought by "a" user. Therefore, the relationship between the "users" and "products" is one-to-many.

NB: Users are assumed to be buying products for illustration purposes.

Many-to-one relationship is if it's between the "Products" and the "Users".

28.

Figure 4 is an entity relationship diagram in MS Access. Use it to answer the question

How many entity are listed in Figure 4?

A.

30

B.

25

C.

3

D.

5

Correct answer is D

In an Entity-Relationship (ER) diagram, an entity represents a distinct and identifiable concept, object, or thing about which data is being stored. Entities are typically nouns that have attributes describing their properties. They serve as the building blocks of an ER diagram and are used to model the real-world entities or concepts that are relevant to the database being designed.

For example, in a university database, entities could include "Student," "Course," "Professor," and "Department," each with their own set of attributes that describe their characteristics. Relationships between entities, indicated by lines connecting them, show how these entities are related to one another and how data flows between them.

But in the Entity-Relationship (ER) diagram given above, the entities are "Users", "Products", "Sale", "Sale detail", and "Sale detail TMP" which are five (5) in numbers

 

29.

Which of the following devices is needed by a technician for protection against electrostatic discharge?

A.

Magnet

B.

Wrist strap

C.

Screw driver

D.

Surge protector

Correct answer is B

A wrist strap is needed by a technician for protection against electrostatic discharge (ESD).

ESD is a sudden discharge of electricity that can damage electronic components. It can occur when two objects with different electrical charges come into contact. When working on electronic components, it is important to prevent ESD from damaging them.

A wrist strap is a device that helps to prevent ESD by dissipating the electrical charge from the body to the ground. It is worn around the wrist and connected to a grounding point, such as a metal pipe or a ground rod.

30.

The speed of access to files in a random access file compared to other file organization methods is

A.

Very slow

B.

The same

C.

Relatively fast

D.

Slow

Correct answer is C

The speed of access to files in a random access file compared to other file organization methods is relatively fast.

Random access files allow direct and immediate access to any part of the file without having to sequentially read through the entire file. This is particularly advantageous when you need to retrieve or modify specific records or data within the file. In contrast, other file organization methods like sequential access require reading through the file from the beginning to reach the desired location, which can be slower for large files.

So, random access files are known for their efficiency in accessing data, especially when compared to methods that involve sequential searching or scanning.


Sub-categories

WAEC