Data Processing Questions
Data Processing Questions
23. If a home computer user wants access to national database networks he/she at least
requires
A. a microcomputer, a modem, a telephone line
B. a microcomputer, a tele-printer, a telephone line
C. a microcomputer, communications soft-ware, a telephone line
D. a microcomputer, a modem, communications software, a telephone line
24. Which of the following factors does not affect the total time taken to generate by using
computers?
A. entry of data
B. complexity of calculations to be performed
C. type and format of output required
D. place where the computer is kept
30. Which of the following is responsible for coordinating various operations using timing
signals?
A. Arithmetic-logic unit
B. Control unit
C. Memory unit
D. I/O unit
31. The ALU of a computer normally contains a number of high speed storage elements
called
A. semiconductor memory
B. registers
C. hard disk
D. magnetic disk
32. Memories in which any location can be reached in a fixed (and short) amount of time
after specifying its address is called
A. sequential-access memory
B. random-access memory
C. secondary memory
D. mass storage
34. Modern computers do not work with decimal numbers. Instead, they process binary
numbers i.e., groups of Os and 1s because
A. electronic devices are most reliable when designed for two state (binary)
operation
B. binary circuits are simple
C. memory is only possible for binary numbers
D. with decimal numbers, the circuits are complex and costly
35. A computer can be defined as an electronic device that can (choose the most precise
definition)
A. carry out arithmetical operations
B. carry out logical functions
C. do complicated calculations
D. accept and process data by implementing sequentially a set of stored instructions.
38. Binary coded decimal (BCD) numbers express each decimal digitals as
A. binary digits
B. digits and strings
C. nibble
D. word
THEORY
1.
(a) Data handling is the process/way of ensuring that data is obtained, stored, archived or disposed in a
manner that retains its integrity/in a secured manner .
OR
Data handling is basically the process/way of imputing and storing data in a computer. The Data is then
processed into information
(i) Electronic method : This is the use of electronic systems such as Computers, storage media like video
tape, CD, DVD, Memory Cards and other electronic devices to obtain, store, archive, share or dispose
data.
(ii) Non-electronic/Manual method : This involves the use of paper files, journals, laboratory notebooks,
human effects and other non-electronic means to store or share data.
1. Data Integrity
2. Regular update of data
3. Validation of data
4. Security of data/Encryption
5. Type of Data
6. Type of storage to be used
7. Data volume/Size
8. Access Control
9. Regular Anti-Virus Update
10. Limit Physical access to storage media
11. Regular Backups
12. Ensure Data Recoverability
13. Login/Password
14. Record Date and Time
15. Power Supply
2.
(a) Information processing is the process of acquiring/obtaining/collecting/gathering/retrieving ,
manipulating/handling/analysing , recording/storing and
presenting/display/dissemination of information.
OR
Information processing refers to the manipulation of digitized Information by Computers and other digital
electronic equipment.
1. Efficiency
2. Automation
3. Reliability
4. Volume/Storage
5. High speed
6. Accuracy
7. Security
8. Sharing of Information/Sharing of Resources
9. Economical
10. Lower overall cost
11. Versatility
12. Service Improvement
13. Easy retrieval
3.
(a)
(i)
Information transmission is the process of sending Information from one point to another through a
channel.
(ii) Example: Printing of document; classroom instruction, receiving radio signals; DSTV signals,
Telegraph, GSM, Photography, Facsimile, Town Crying, Smoke Message, Use of Birds, Story Telling,
Signs/Signals, Internet, Satellite signals, Blowing Horns, Drum Beating, Fire Lighting etc.
(b)
(i) DOS, OS 2, PC-DOS, Palm-OS.
(ii) MS Windows, Mac-OS, Linux
(iii) Xenix, Zenix, Unix, Linux, Mac OS, VMS, Mainframe OS
(i) Windows
(ii) Icons
(iii) Menus
(iv) Pointing device (mouse)
4.
(a) Qualities of good Computer professional:
1. Multitasking ability
2. Adaptability
3. Analytical skills
4. Attention to detail/Accuracy
5. Commitment to learning/ Abreast with current trends
6. Communication skills
7. Problem-solving/Troubleshooting capabilities
8. Competence
9. Technical Writing Skills
10. Aptitude for Mathematics
11. Ability to Memorise
12. Certification
13. Reliability
14. Disciplined
15. Trustworthy
PRACTICAL WORK
5.
(a)
(i)
=SUM(D2,D3,D4,D5,D6,D7,D8,D9,D10,D11)
OR
=(D2+D3+D4+D5+D6+D7+D8+D9+D10+D11)
OR
=SUM (D2:D11)
OR
=SUM (D11:D2)
(ii)
=AVERAGE (D4:G4)
OR
= (D4+E4+F4+G4)/4
OR
=AVERAGE (D4, E4,F4,G4)
OR
=SUM (D4:G4)/4
OR
=SUM(D4,E4,F4,G4)/4
(iii)
Max Function.
OR
=MAX(E2:E11)
(iv)
Click on cell H8
Type “=SUM(D8:G8)”
Press “Enter”
OR
Click on D8
Hold down the Mouse and stop at H8/ Highlight D8 to H8
Click on Summation icon on the Menu Bar
OR
Click on H8
Type “=SUM (D8, E8,F8,G8)
Press “Enter”
OR
Click on H8
Type =SUM (D8:G8)
Press Enter
(v)
=IF(I11> 59, “PASSED”, “FAILED”)
OR
=IF(I11>= 60, “PASSED”, “FAILED”)
(b)
(i) MS PowerPoint
(ii) Presentation
(iii) Double-click on the icon
OR
Right-click on the icon
Select open
(iv) Title Slide
(v) Slide Show View Icon/Slide Show Icon/ Slide Show
(vi) F5
(vii)
-Insert Shapes
-Insert Textbox
-Insert WordArt
-Insert Comment
-Insert Video
-Insert Symbols
-Sound
Table
Clipart
Equation
New Slide
Pictures
Header/Footer
Date & Time
Text Box
Smileys etc.
6.
(a)
(i) To Create a folder on the desktop
(b)
(i)
(I) Date of Birth---Date/Time
(II) Fees-------------Currency
(ii)
(I) –create a blank database and give it a name
-click on the “create” tab on the menu bar and select “table design/design
view”
-Type the field names and set the data types as required. Save the file
(II) –select the Mat.No field
-Right-click on the field and select primary key
OR
-Select the Mat.No field
-click on the primary key icon on the menu bar
(III) -click on the FullName field
-set the field size to 50
OR
Click on the FullName Field, Go to the Field Properties,
Change the Field Size from 255 to 50