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.
S/N | A | B | C | D | E | F |
1 | NAME OF STUDENT | ENGLISH LANGUAGE | MATHEMATICS | DATA PROCESSING | COMPUTER STUDIES | CIVIC EDUCATION |
2 | ANENE LORRETA | 65 | 90 | 70 | 85 | 65 |
3 | BAKARE IMAN | 60 | 65 | 75 | 80 | 75 |
4 | ENEH GRACE | 75 | 65 | 65 | 75 | 60 |
5 | MOHEMMED DEJI | 65 | 60 | 65 | 60 | 60 |
6 | ONYEBUEKE DEBORAH | 89 | 65 | 60 | 60 | 65 |
SUM(B2:B6)
SUM(A6:G6)
SUM(A2:A6)
SUM(B6:F6)
Correct answer is D
No explanation has been provided for this answer.
S/N | A | B | C | D | E | F |
1 | NAME OF STUDENT | ENGLISH LANGUAGE | MATHEMATICS | DATA PROCESSING | COMPUTER STUDIES | CIVIC EDUCATION |
2 | ANENE LORRETA | 65 | 90 | 70 | 85 | 65 |
3 | BAKARE IMAN | 60 | 65 | 75 | 80 | 75 |
4 | ENEH GRACE | 75 | 65 | 65 | 75 | 60 |
5 | MOHEMMED DEJI | 65 | 60 | 65 | 60 | 60 |
6 | ONYEBUEKE DEBORAH | 89 | 65 | 60 | 60 | 65 |
Which of the following formulas would calculate the average score of the students in Mathematics?
Average (C2:C6)
Average (C2:F2)
Average (C1:C6)
Average (C1:F1)
Correct answer is A
No explanation has been provided for this answer.
Which of the following data elements ranks highest in size?
Field
Byte
Record
Bit
Correct answer is C
The hierarchy of data size is as follows:
Bit
Byte
Field
Record
A bit is the smallest unit of data and can represent a binary value of 0 or 1. A byte consists of 8 bits. A field is a collection of related data elements, and a record is a collection of fields. So, in terms of size, a byte is larger than a bit, and a field and a record are composed of multiple bytes and potentially multiple fields, respectively
The following terms describe the importance of data security except data
Availability
Integrity
Normalization
Consistency
Correct answer is C
The term that does not describe the importance of data security is normalization.
Data security focuses on ensuring the confidentiality, integrity, and availability of data. The terms provided—availability, consistency, and integrity—are all related to aspects of data security:
Availability: Ensures that data is accessible and available when needed, without unauthorized disruptions.
Consistency: Ensures that data remains consistent and accurate across different parts of the system.
Integrity: Ensures that data remains accurate and unaltered throughout its lifecycle, preventing unauthorized or unintended modifications.
Normalization, on the other hand, is a database design technique used to structure data in a way that reduces redundancy and ensures efficient data storage and retrieval. While normalization is important for database design, it is not directly related to data security in the same way that availability, consistency, and integrity are.
The allocation and de-allocation of computing resources in a computer is the function of
Browsers
Operating system
Application software
Memory unit
Correct answer is B
The allocation and de-allocation of computing resources in a computer is the function of the operating system. The operating system is responsible for managing various hardware and software resources, including memory, processing power, storage, and input/output devices. It ensures that different applications and processes run smoothly by allocating resources as needed and de-allocating them when they are no longer required. Application software, browsers, and memory units may interact with the operating system, but the primary responsibility for resource management lies with the operating system.