Cargando....
|
Mantén pulsado para arrastrar. |
|||
|
Haz clic aquí para cerrar |
|||
Pregunta 1 Informe
Using a word Processing application package, create a vising card for a system administrator of a software company using the following specifications:
(a) Size of the card is 3.5" x 2", (b) Office and Residential Address separated by a line; (C) the card should be copied m three places on the same page: (d) note that.
(i) the background colour must be grey scale: (ii) the card should be in shadow style, (iii) titlte "Visitor"
Uppercase
Highlight-gray-25%
Font size - 10 pt.
Font type - Georgia:
(iv) Office Address and Residential Address - 1.15 spacing
Font Type-Cambria
Font Size - 7 pt.
(e) Insert a tooter and type in your full name and index number.
(f) Save your work with your full name in the folder created on the desktop.
(g) Print your work and submit to the Supervisor.
To create a visiting card for a system administrator of a software company, we need to use a word processing application package. Follow the steps below:
By following these steps, we can create a visiting card for a system administrator of a software company using a word processing application package.
Detalles de la respuesta
To create a visiting card for a system administrator of a software company, we need to use a word processing application package. Follow the steps below:
By following these steps, we can create a visiting card for a system administrator of a software company using a word processing application package.
Pregunta 2 Informe
As a database administrator for a company, create a table named tbl-Employee in a database application package containing the fields:
"Employee Name", "Department", "Assumption Date", Address and "Designation".
(a) Enter the data as shown in the table tbl-Employee
tbl-Employee
| Employee Name | Department | Assumption Date | Address | Designation |
| Kate Willikie | General Office | 03/08/18 | 3 Lagos Crescent | Secretary |
| James Elliot | Security | 27/11/10 | 2 Cocoa House Villa. | CSO |
| Paul Akinson | Admin | 03/11/12 | 12 Millo Avenue | HRM |
| Abdul Kaduna | Registry | 05/06/16 | 2 Park Lane Rd | Clerk |
| David Madu | Management | 22/03/94 | 34 Lakeside | MD |
(b)Sort the data using the Assumption date from oldest to newest.
(c) Create a report in tabular, landscape using the tbl-Employee table.
(d) Insert your full name and index number as a label on the report.
(e)Save the report as rpt-Employee.
(f) Print your work and submit to the supervisor.
To create a table named "tbl-Employee" in a database application package, you would need to use a database management system and write a SQL (Structured Query Language) script to create the table and specify the fields. The fields you need to include are: "Employee Name", "Department", "Assumption Date", "Address", and "Designation".
Here's an example of the SQL script to create the table:
CREATE TABLE tbl-Employee (
EmployeeName varchar(50),
Department varchar(50),
AssumptionDate date,
Address varchar(100),
Designation varchar(50)
);
Next, you can insert the data into the table using the following SQL script:
INSERT INTO tbl-Employee (EmployeeName, Department, AssumptionDate, Address, Designation)
VALUES
('Kate Willikie', 'General Office', '03/08/18', '3 Lagos Crescent', 'Secretary'),
('James Elliot', 'Security', '27/11/10', '2 Cocoa House Villa.', 'CSO'),
('Paul Akinson', 'Admin', '03/11/12', '12 Millo Avenue', 'HRM'),
('Abdul Kaduna', 'Registry', '05/06/16', '2 Park Lane Rd', 'Clerk'),
('David Madu', 'Management', '22/03/94', '34 Lakeside', 'MD');
To sort the data by the "Assumption Date" field from oldest to newest, you can use the following SQL script:
SELECT * FROM tbl-Employee
ORDER BY AssumptionDate ASC;
For the report, you can use a reporting tool or generate a SQL script to format the data into a tabular, landscape report. You can add your full name and index number as a label on the report by including it as a header or footer in the report.
Finally, you can save the report as "rpt-Employee" and print it for submission to your supervisor.
Detalles de la respuesta
To create a table named "tbl-Employee" in a database application package, you would need to use a database management system and write a SQL (Structured Query Language) script to create the table and specify the fields. The fields you need to include are: "Employee Name", "Department", "Assumption Date", "Address", and "Designation".
Here's an example of the SQL script to create the table:
CREATE TABLE tbl-Employee (
EmployeeName varchar(50),
Department varchar(50),
AssumptionDate date,
Address varchar(100),
Designation varchar(50)
);
Next, you can insert the data into the table using the following SQL script:
INSERT INTO tbl-Employee (EmployeeName, Department, AssumptionDate, Address, Designation)
VALUES
('Kate Willikie', 'General Office', '03/08/18', '3 Lagos Crescent', 'Secretary'),
('James Elliot', 'Security', '27/11/10', '2 Cocoa House Villa.', 'CSO'),
('Paul Akinson', 'Admin', '03/11/12', '12 Millo Avenue', 'HRM'),
('Abdul Kaduna', 'Registry', '05/06/16', '2 Park Lane Rd', 'Clerk'),
('David Madu', 'Management', '22/03/94', '34 Lakeside', 'MD');
To sort the data by the "Assumption Date" field from oldest to newest, you can use the following SQL script:
SELECT * FROM tbl-Employee
ORDER BY AssumptionDate ASC;
For the report, you can use a reporting tool or generate a SQL script to format the data into a tabular, landscape report. You can add your full name and index number as a label on the report by including it as a header or footer in the report.
Finally, you can save the report as "rpt-Employee" and print it for submission to your supervisor.
Pregunta 3 Informe
Use a spreadsheet application to do the following. (a) In cell A1, type "My One Week Expenses On Five items".
(b) In row 2, type column-by-column the following: "ITEM", 1ST DAY, "2ND DAY, "3RD DAY", *4TH DAY, "5THDAY", "6TH DAY" and "7TH DAY".
(c) In column A, starting from A3 to A7, List the items you spent money on.
(d) Enter the amount spent on each item for each day in their respective columns.
Note: select your own items and the amount spent.
(e) In cells 12 and A8. type "TOTAL N".
(f) Using formula/function compute the total expenses for each day and for each item.
(g) Create borders around the table.
(h) Insert a footer and type in your full name and index number. (i) Below the table, type in the formula that was used:
(i) in cell 18: (ii) for summing from B3 to H3.
Note: Enclose your formula in quotes ave your work with your full name in the folder created on the desktop.
(k) Print your work and submit to the supervisor.
Test of Practical Knowledge: one-week expenses spreadsheet
The steps below use Microsoft Excel; any spreadsheet package follows the same idea. A sample table is shown so the layout and formulas are clear.
1. Title and headings
2. Items and amounts
| ITEM | 1ST | 2ND | 3RD | 4TH | 5TH | 6TH | 7TH | TOTAL N |
|---|---|---|---|---|---|---|---|---|
| Food | 500 | 450 | 600 | 500 | 550 | 700 | 650 | 3950 |
| Transport | 200 | 200 | 250 | 200 | 300 | 150 | 100 | 1400 |
| Airtime | 100 | 0 | 200 | 0 | 150 | 0 | 100 | 550 |
| Water | 50 | 50 | 50 | 50 | 50 | 50 | 50 | 350 |
| Snacks | 150 | 100 | 120 | 200 | 180 | 250 | 200 | 1200 |
| TOTAL N | 1000 | 800 | 1220 | 950 | 1230 | 1150 | 1100 | 7450 |
3. Totals using formulas/functions
=SUM(B3:H3) and copy down to I7.=SUM(B3:B7) and copy across to H8.=SUM(B3:H7) or =SUM(I3:I7).4. Borders, footer, formula display
5. Save, print, submit
Detalles de la respuesta
Test of Practical Knowledge: one-week expenses spreadsheet
The steps below use Microsoft Excel; any spreadsheet package follows the same idea. A sample table is shown so the layout and formulas are clear.
1. Title and headings
2. Items and amounts
| ITEM | 1ST | 2ND | 3RD | 4TH | 5TH | 6TH | 7TH | TOTAL N |
|---|---|---|---|---|---|---|---|---|
| Food | 500 | 450 | 600 | 500 | 550 | 700 | 650 | 3950 |
| Transport | 200 | 200 | 250 | 200 | 300 | 150 | 100 | 1400 |
| Airtime | 100 | 0 | 200 | 0 | 150 | 0 | 100 | 550 |
| Water | 50 | 50 | 50 | 50 | 50 | 50 | 50 | 350 |
| Snacks | 150 | 100 | 120 | 200 | 180 | 250 | 200 | 1200 |
| TOTAL N | 1000 | 800 | 1220 | 950 | 1230 | 1150 | 1100 | 7450 |
3. Totals using formulas/functions
=SUM(B3:H3) and copy down to I7.=SUM(B3:B7) and copy across to H8.=SUM(B3:H7) or =SUM(I3:I7).4. Borders, footer, formula display
5. Save, print, submit
¿Te gustaría proceder con esta acción?