-
Notifications
You must be signed in to change notification settings - Fork 22
/
semester-ii-routine.html
179 lines (164 loc) · 4.87 KB
/
semester-ii-routine.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
layout: base
title: Classroom Routines
permalink: /routines/archived/ii/
---
<div class="container">
<div class="col-xs-12 col-md-9 pull-md-3 bd-content">
<h2>Classroom Routines</h2>
<p class="lead">Establishing clear classroom routines and procedures is necessary for ensuring that classroom runs smoothly. To ensure that every one of us have smooth transitions throughout the day, let's think carefully about the routines for which we must plan. Here it is: </p>
</div>
</div>
<div class="container">
<h4>Group 'A'</h4>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Day</th>
<th>First Period</th>
<th>Second Period</th>
<th>Third Period</th>
<th>Fourth Period</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Sunday</strong></td>
<td>MFCS (DPB)</td>
<td>MTH (UP)</td>
<td>OOP Practical (RD)</td>
<td>LC (ASR)</td>
</tr>
<tr>
<td><strong>Monday</strong></td>
<td>LC (ASR)</td>
<td>MTH (UP)</td>
<td>WT Practical (RSH)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Tuesday</strong></td>
<td>OOP (RD)</td>
<td>MTH (UP)</td>
<td>LC Practical(ASR)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Wednesday</strong></td>
<td>MTH (UP)</td>
<td>MFCS (DPB)</td>
<td>Drawing (BPS)</td>
<td></td>
</tr>
<tr>
<td><strong>Thursday</strong></td>
<td>OOP (RD)</td>
<td>LC (ASR)</td>
<td>OOP Practical (RD)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Friday</strong></td>
<td>OOP (RD)</td>
<td>MFCS (DPB)</td>
<td>Drawing (BPS)</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="container">
<h4>Group 'B'</h4>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Day</th>
<th>First Period</th>
<th>Second Period</th>
<th>Third Period</th>
<th>Fourth Period</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Sunday</strong></td>
<td>MFCS (DPB)</td>
<td>MTH (UP)</td>
<td>WT Practical (RSH)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Monday</strong></td>
<td>LC (ASR)</td>
<td>MTH (UP)</td>
<td>OOP Practical (RD)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Tuesday</strong></td>
<td>OOP (RD)</td>
<td>MTH (UP)</td>
<td>OOP Practical(RD)</td>
<td>LC (ASR)</td>
</tr>
<tr>
<td><strong>Wednesday</strong></td>
<td>MTH (UP)</td>
<td>MFCS (DPB)</td>
<td>Drawing (BPS)</td>
<td></td>
</tr>
<tr>
<td><strong>Thursday</strong></td>
<td>OOP (RD)</td>
<td>LC (ASR)</td>
<td>LC Practical (ASR)</td>
<td>WT (RSH)</td>
</tr>
<tr>
<td><strong>Friday</strong></td>
<td>OOP (RD)</td>
<td>MFCS (DPB)</td>
<td>Drawing (BPS)</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<h4>Class Information</h4>
<dl class="dl-horizontal">
<dt>Date / Time</dt>
<dd>Sunday through Friday / 10:40 to 17:20</dd>
<dt>Location</dt>
<dd>703 NCIT, Balkumari, Lalitpur</dd>
<dt>Faculty</dt>
<dd>Science & Technology</dd>
<dt>Department</dt>
<dd>Software Engineering</dd>
<dt>Head of Department</dt>
<dd>Birendra Bista</dd>
</dl>
<h4>Subject Information</h4>
<dl class="dl-horizontal">
<dt>MFCS (DPB)</dt>
<dd>Mathematical Foundation for Computer Science (DPB)</dd>
<dt>OOP (RD)</dt>
<dd>Object Oriented Programming (RD)</dd>
<dt>MTH (UP)</dt>
<dd>Engineering Mathematics - II (Uttam Pokhrel)</dd>
<dt>WT (RSH)</dt>
<dd>Web Technology (RSH)</dd>
<dt>LC (ASR)</dt>
<dd>Logic Circuit (ASR)</dd>
<dt>Drawing (BPS / APR)</dt>
<dd>Drawing (BPS / APR)</dd>
</dl>
<h4>Archived Routines</h4>
<ul>
<li><a href="{{ '/routines/archived/i/' | prepend: site.baseurl }}">Semester I</a></li>
<li><a href="{{ '/routines/archived/ii/' | prepend: site.baseurl }}">Semester II</a></li>
</ul>