LEVEL 2 Exercise For COC
LEVEL 2 Exercise For COC
1
2
...
Task 2 Installed appropriate printer driver and print above document.
Task 3 Install the components and test the functionality of each component.
Task 4 Troubleshot any problem encountered during assembly and makes the
computer operational.
Task 5 Prepare specification of the computer. (Note; in your computer application
include the identified components in above & other major ones).
Staff table
Emp-id Emp-name Sex Birth date Salary
Emp-001 Ali abde M 1980 1450
Emp-002 Lula mekonen F 1973 1076
Emp-003 Azeb hayelu M 1979 2230
Emp-004 Abel mulu F 1982 1600
Create and save query by the name query one that contend at fields from both
tables
Create report and save by the name report 1 from above query
Project 1: Disassembling and reassembling a computer
On this project you should perform disassembling and reassemble tasks.
Task 1: Disassemble and reassemble the CD-ROM, RAM and BIOS battery of your computer
Under this task, you are provide with a functional computer and you are expected to disassemble the
device listed above. following the standard computer maintenance procedure
Task 1: Crimp a give UTP cable and test it (UC 03 and 04)
Under this task you should crimp the UTP cable with the appropriate crimping color code.
Task 2: Connect computer and hub/switch with those cable (UC 03 and 04)
Under this task you should connect the two computers to the provided hub/switch using the prepared
crimped cable.
Task 4 : Add a shared printer from the network (UC 03 and 04)
Under this task you should
Requirement
ABC Hospital need a database for maintaining the hospital detailed information the
Hospital need to maintain patient and Doctor information in separate table.
Patient Table has the following attribute PID as Patient ID, PName as Patient name,
Age, Sex, DID as his/her Doctor ID, DOE as date of entrance.
Doctor Table has the following attribute DID as Doctor ID, DNAme as Doctor Name, Spn
as a specialization.
Task2: Design table of a database and fill the table (UC 01)
Under this task you should design and create two different tables and fill with the provide data
Table 1: called Patient, hare below the design of this table as shown.
Set an appropriate Primary Key
Table 2: called Doctor, here below the design of this table as shown.
Set an appropriate Primary Key
create a query called "Drs _Patient" The query should select Patients that treated by a specific
doctor. The query should contain the PID, PName, Age, DName and Spn
create a report for query that is create in Task4, Save the report by the Name "Drs _Patient
_Report"