0% found this document useful (0 votes)
27 views

2020 Paper 3 Marking Scheme

computer science
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

2020 Paper 3 Marking Scheme

computer science
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Programing Language Visual Basic


Question 1
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 2
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 3
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 4(a)

Question 4(b)

Question 4(c)
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 4(d)
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 4(e)
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

Question 5

<html>

</head>

<title> Home page</title>

</head>

<body>

<h><center>Welcome to CHASS </center></h>

<p>Best School in Implementing the New Curriculum</p>

<img src ="C:\Users\Nyamz Engineer\Pictures\pictures\global.jpeg">

<p>School Enrolment</p>

<a href ="C:\Users\Nyamz Engineer\Desktop\department.html">Click to open Department


page</a><br>

<a href ="C:\Users\Nyamz Engineer\Desktop\sports.html">Click to open Sports page</a><br>

<a href ="C:\Users\Nyamz Engineer\Desktop\contact.html">Click to open Contact page</a>

</table>

</table>

</body>

</html>
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

<html>

</head>

<title> Department page</title>

</head>

<body>

<p> Enter your Details to register for the the department selection</p>

<p>Firstname<input type ="text"></p>

<p>Surname<input type ="text"></p>

<p>Email<input type ="text"></p>

<p>Female<input type ="radio">

Male<input type ="radio"></p>

<p>select department</p>

<p>Arts<input type ="checkbox"></p>

<p>Sciences<input type ="checkbox"></p>

<p><input type ="button" value ="Submit">

</body>

</html>
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

<html>

</head>

<title> Sports page</title>

</head>

<body>

<p>House Captains team</p>

<ol>

<li>Takudzwa Hove</li>

<li>Tanaka Muchenje</li>

<li>Tafara Kwenda</li>

</ol>

<p>Sport Activities available</p>

<ul>

<li>Volley Ball</li>

<li>Basketball</li>

<li>Soccer</li>

</ul>

<img src ="C:\Users\Nyamz Engineer\Pictures\pictures\watch.jpeg">

</body>

</html>
Computer Science 2020 Mark Scheme 4021/3 compiled by Engineer Nyamz

<html>
</head>
<title> Marketing page</title>
</head>
<body>
<p> Contact us on</p>
<table border ="3">
<tr>
<td>Address</td>
<td>10 Lorraine drive Westgate</td>
</tr>
<tr>
<td>City</td>
<td>Harare</td>
</tr>
<tr>
<td>Email</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Calll</td>
<td>+265994051061</td>
</tr>
</table>
</body>
</html>

You might also like