-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (64 loc) · 4.28 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="This website include Pokhara University's BCA board exam question & answer."
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Pranav</title>
<script defer src="index.js"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body class="light">
<header>
<h3><i> Notice [April 23, 2021]: All new updated notes are publish officially published on our <a href ="https://t.me/BCA_PokharaUniversity_Exam">Telegram channel</a>
and if you want to report a problem or discuss than join our <a href="https://t.me/BCA_PokharaUniversity">Telegram group</a>.
All old notes publish here in this website will be <mark>removed</mark> after 2023. Best of luck.</i></h3>
</header>
<main>
<p>
Disclaimer: This is a profolio website. Its in a Beta stage. I DO NOT tend to share contents in this way. But for now I am sharing it for my friends.
</p>
<br><br>
Meanwhile, Keep learning......................
<br>
<div class="wrapper">
<details>
<summary>
Read this notes first.
</summary>
<p>
<ol>
<li>Frist thing is is first, every content provided here is based on Pokhara University's BCA syllabals. </li><br>
<li>Answers are NOT complete yet. I update the answer locally in my machine, but that doesn't mean I update my answer in similarly in the website too. For that you might need to remaind me, or ask me directly. I have a personal life too. I can't maintain this repo every time when I make little changes or add new answers. So don't hesitate to ask me.</li><br>
<li>You can copy/reuse/rewrite hell out of my answers/questions. But not including my name or my contribution in your APP/Website in any form is bad thing to do. So don't be a bad guy. Be Open source freindly. ;-D </li><br>
<li>Everytime I make some changes in answer, I'll change the version number too, so that easier for you to understand whether the note you have download is updated or not. I have also added "Completion rate", which determines how much answer has completed out of total questions.</li><br>
</ol>
IDR literally means, "I Don't Recommend". Means its too raw. Those notes which include IDR tag, please don't fully depend on that note.
</p>
</details>
</div>
Tips: Use Chrome or Firefox to view the pdf from Laptop/Desktop in full screen. <br><br>
<section class="resources">
<a href ="Syllabus.pdf"> BCA Syllabus</a> <br><br>
<a href ="/Notes/3rd sem/C++ 3rd sem.pdf" > C++ Exam Q&A (3rd sem)(Completion: 30%)</a><br><br>
<a href ="/Notes/5th sem/Web Tech I 5th sem.pdf" > Web Tech I Exam Q&A (5th sem)(Completion: 90%)</a><br><br>
<a href ="/Notes/5th sem/Java 5th sem.pdf" > Java Exam Q&A (5th sem) </a><br><br>
<a href ="/Notes/6th sem/Web Tech II 6th sem.pdf" > Web Tech II Exam Q&A V2 (6th sem)(Completion: 90%)</a> <br><br>
<a href ="/Notes/6th sem/DC & CN 6th sem.pdf" > DC & CN Exam Q&A (6th sem)(Completion: 50%)</a><br><br>
<a href ="/Notes/6th sem/Economics 6th sem.pdf" > Economics Exam Q&A (6th sem)(Completion: 25%) (IDR)</a> <br><br>
<a href ="/Notes/7th sem/Linux 7th sem.pdf" > Linux Exam Q&A (7th sem) (Completion: 70%)</a><br><br>
<a href ="/Notes/7th sem/Ebusiness 7th sem.pdf"> Ebusiness Exam Q&A (7th sem) (Completion: 90%)</a><br><br>
<a href ="/Notes/7th sem/Simulation 7th sem.pdf"> Simulation Exam Q&A (7th sem) (Completion: 45%) (IDR)</a><br><br>
</section>
<p><i> If you want to <b> really </b> contirbute in this project then <a href = "https://t.me/opentrack"> message me</a>.
It will be a cool thing we will do together. There are so many other exam notes I haven't shared. I will add it hopefully in near future. If there is something wrong in my answer, let me know. Until then, best of luck for your exam.
</i></p>
</ol>
<label for='value1'>My note ~> </label>
<meter id='value1' min="0" max="100" low="30" high="60" optimum="75" value="25"></meter><br>
<label for='value2'>Your effort ~> </label>
<meter id='value2' min="0" max="100" low="30" high="60" optimum="75" value="50"></meter><br>
<label for='value3'>Your result ~> </label>
<meter id='value3' min="0" max="100" low="30" high="60" optimum="75" value="75"></meter><br>
</main>
</html>