-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpracassmt.html
161 lines (160 loc) · 8.65 KB
/
pracassmt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CS Internals Guide</title>
<!-- Google Fonts CSS-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS CDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/site.webmanifest">
<!-- Font Awesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js" integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous"></script>
<!-- jQuery CDN - Slim version (=without AJAX) -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<!-- Popper.JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-394HTQ6J7C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-394HTQ6J7C');
</script>
</head>
<body>
<div class="wrapper">
<!-- Page Content Holder -->
<div id="content">
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent">
<div class="container-fluid">
<a href="index.html">
<h4>CS Internals Guide</h4>
</a>
<button class="navbar-toggler navbar-dark" type="button" data-trigger="#main_nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse" id="main_nav">
<div class="offcanvas-header mt-3">
<br>
<button class="btn btn-outline-danger btn-close float-right"> × Close </button>
<h5 class="py-2 text-white">
<a href="index.html">Menu</a>
</h5>
</div>
<ul class="navbar-nav ml-auto float-right">
<li class="nav-item float-right">
<a class="nav-link float-right" href="pracassmt.html">Practical Assessment</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" id="bar" onmouseover="this.style.color='#008785'; this.style.background='transparent'">|</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" href="projectfile.html">Project File</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" id="bar" onmouseover="this.style.color='#008785'; this.style.background='transparent'">|</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" href="pracrecord.html">Practical Record</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" id="bar" onmouseover="this.style.color='#008785'; this.style.background='transparent'">|</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" href="viva.html">Viva</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" id="bar" onmouseover="this.style.color='#008785'; this.style.background='transparent'">|</a>
</li>
<li class="nav-item float-right">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<h2 id="PracticalAssessment">Practical Assessment</h2>
<p>Practical Assesment is done in the Computer Lab, under the supervision of your teacher, the external examiner, and possibly external invigilators as well.</p>
<p>The Practical Assessment is the biggest part of your Internal Marks, as evidenced by the marking strcture, accounting for 40% of your Internals.</p>
<p>While "sample" papers / "worksheets" (if you know, you know) may be handed out before the exam (depends on the teacher), it is important to know what each line of code does, so that you can answer confidently if the external decides to go around and ask you.</p>
<p>Questions aren't certain; formats and types of questions may change, hence you must practice as much as possible.</p>
<p>The exam is easy, and nothing to stress about. If you are proficient, you'll take about 10 - 15 minutes. If you're at the bottom of the class, you'll take, at maximum, 45 minutes, including submission.</p>
<p>The answer sheet for the Practical Assessment is to be formatted as follows (subject to change, ask teacher for latest info):
<p>
<ul>
<li>Exam Name (All India Senior...)</li>
<li>Roll Number, Set Number</li>
<li>Question Number (1A, 1B, etc.)</li>
<li>Screenshot of code</li>
<li>Screenshot of output</li>
</ul>
<p>The batch of '23 did <u>not</u> have to write anything on paper as printer was provided for the exam, however, this may change. </p>
<p>Consult your teacher for the most up-to-date info regarding this exam.</p>
<p>And please, for God's sake, <strong>DO NOT ASK THE EXTERNALS FOR HELP.</strong>
</p>
<p>
<strong>Asking externals gives them grounds to cut marks. If you have any doubts, wait for the externals to leave for their break and then ask your teacher, or if it is an emergency, quietly raise your hand to call the teacher to you.</strong>
</p>
<div class="line"></div>
<h2>Samples</h2>
<p>QPs from AY 2022-2023 are available <a href="https://github.com/tahayparker/CSInternalsGuide/tree/main/Resources/Practical-2023" target="_blank">
<u>here</u>
</a>
</p>
</div>
</div>
<div class="footer">
<footer>
<div class="footer-bottom">
<center>
<div>
<span>CS Internals Guide | Taha Parker | <a href="contact.html">Contact</a>
</span>
</div>
</center>
</div>
</footer>
</div>
<script>
$(function() {
'use strict'
$("[data-trigger]").on("click", function() {
var trigger_id = $(this).attr('data-trigger');
$(trigger_id).toggleClass("show");
$('body').toggleClass("offcanvas-active");
});
// close if press ESC button
$(document).on('keydown', function(event) {
if (event.keyCode === 27) {
$(".navbar-collapse").removeClass("show");
$("body").removeClass("overlay-active");
}
});
// close button
$(".btn-close").click(function(e) {
$(".navbar-collapse").removeClass("show");
$("body").removeClass("offcanvas-active");
});
})
</script>
</body>
</html>