Friday, January 17, 2020

Assessment Paper 07



























Home.html




National IT Center

Final Examination - January 2013

Infomation & commiunication Tecnology Tecnician (ICTT)

  • Theory paper
paper Duration
Multipul questions & strctures questions 3 hours
  • Practical Part A
Question no Module Duration
Question 01 Maintain Files & folders 30 Minutes
Question 02 prepare Word Processing 30 Minutes
Question 03 Prepare Spreadsheet 30 Minutes
Question 04 Prepare presentaio 30 Minutes
Question 05 Maintain database 30 Minutes
  • practical part B
REGISTERATION



<html>
<body >
<h1 align=center>National IT Center</h1>
<h2 align=center>Final Examination - January 2013</h2>
<h3 align=center>Infomation & commiunication Tecnology Tecnician (ICTT)</h3>
<table align=center>
<tr>
<th><ul type=disc>
<li>Theory paper</li></th>
</tr>
</table>
<table align=center width=50% border=1>
<tr>
<th width=70%>paper</th>
<th width=30%>Duration</th>
</tr>
<tr>
<td>Multipul questions & strctures questions</td>
<td>3 hours</td>
</tr>
</table>
<table align=center>
<tr>
<th><ul type=disc>
<li>Practical Part A</li></th>
</tr>
</table>
<table align=center width=50% border=1>
<tr>
<th width=30%>Question no</th>
<th width=50%>Module</th>
<th width=20%>Duration</th>
</tr>
<tr>
<td>Question 01</td>
<td>Maintain Files & folders</td>
<td>30 Minutes</td>
</tr>
<tr>
<td>Question 02</td>
<td>prepare Word Processing</td>
<td>30 Minutes</td>
</tr>
<tr>
<td>Question 03</td>
<td>Prepare Spreadsheet</td>
<td>30 Minutes</td>
</tr>
<tr>
<td>Question 04</td>
<td>Prepare presentaio</td>
<td>30 Minutes</td>
</tr>
<tr>
<td>Question 05</td>
<td>Maintain database</td>
<td>30 Minutes</td>
<table align=center>
<tr>
<th><ul type=disc>
<li>practical part B</li></th>
</tr>
<tr>
<th align=center><a href=details.html>REGISTERATION</a>
</th>
</tr>
</table>
</body>
</html>


Details.html
<html>
<body >
<h1 align=center>Student Registration Form </font></h1>
<table align=center>
<tr>
<th align=left> Name:</th>
<th align=left><Input type="text"/></th>
</tr>
<tr>
<th align=left> Gender:</th>
<th align=left><Input type="radio"/>Male<Input type="radio"/>female</th>
</tr>
<tr>
<th align=left> Nic No:</th>
<th align=left><Input type="text"/></th>
</tr>
<tr>
<th align=left>Contact No :</th>
<th align=left><Input type="text"/></th>
</tr>
<tr>
<th align=left>E mail Address:</th>
<th align=left><Input type="text"/>
</th>
</tr>
<tr>
<th align=left> Center No:</td>
<th align=left><Input type="text"/></th>
</tr>
<tr>
<th align=left>Organization:</th>
<th>
<select>
<option value="VTA">VTA</option>
<option value="VTA">VTA</option>
<option value="NAITA">NAITA</option>
<option value="NYSC">NYSC</option>
</select>
</th>
</tr>
<tr>
<th><button type="button">SUBMIT</button><button type="button">RESET</button>
</th>
</tr>
<tr>
<th><a href=home.html target="op">BACK</a></th>
</tr>
</body>
</html>

Name:
Gender: Malefemale
Nic No:
Contact No :
E mail Address:
Center No:


Organization:


BACK

1 comment:

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...