Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added PLACEMENT PREP/placementcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions PLACEMENT PREP/prep.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
body {
background-image: url("placementcon.png");
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: cover;
}

h1 {
color: deeppink;
}

h2 {
color: chartreuse;
}

h3 {
color: crimson;
}

p {
color: greenyellow;
}

ul li {
color: chartreuse;
}

a {
color: red;
}
127 changes: 127 additions & 0 deletions PLACEMENT PREP/prep.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="prep.css">
<title>Document</title>
</head>

<body>
<h1>WELCOME TO THIS PAGE
<p>LETS SEE WHAT ROAD TO CHOOSE IDEALLY FOR PLACEMENT SCENERIO</p>
</h1>
<h2><u>PROGRAMMING LANGUAGES:</u>
<P>
<ul>
<br>
<br>
<li>DATA STRUCTURE AND ALGORITHMS</li>
<p>A data structure is a named location that can be used to store and organize data. And, an algorithm is a
collection of steps to solve a particular problem</p>
<a href="https://www.youtube.com/watch?v=8hly31xKli0">CLICK HERE TO KNOW BRIEFLY</a>
<ul>
<li>ARRAYS:</li>
<a href="https://www.youtube.com/watch?v=E2nXEuOkG48">CLICK</a>
<br>
<br>
<br>
<li>LINKED LISTS:</li>
<a href="https://www.youtube.com/watch?v=oAja8-Ulz6o">CLICK</a>
<li>STACK:</li>
<a href="https://www.youtube.com/watch?v=7m1DMYAbdiY">CLICK</a>
<li>QUEUE:</li>
<a href="https://www.youtube.com/watch?v=zp6pBNbUB2U">CLICK</a>
<li>TREE:</li>
<a href="https://www.youtube.com/watch?v=-DzowlcaUmE">CLICK</a>
<br>
<br>
<br>
<li>GRAPH:</li>
<a href="https://www.youtube.com/watch?v=TwdjOQMTaQ4">CLICK</a>
<li>GREEDY ALGORITHMS:</li>
<a href="https://www.youtube.com/watch?v=w1t_ZDwLPwg">CLICK</a>
<li>DYNAMIC PROGRAMMING:</li>
<a href="https://www.youtube.com/watch?v=xZKqH7ZcS_Y">CLICK</a>
</ul>
<br>
<br>
<br>
<br>
<br>
<br>
<li><u>OOPS:</u></li>
<p>OOP stands for Object-Oriented Programming. Procedural programming is about writing procedures or methods
that perform operations on the data, while object-oriented programming is about creating objects that
contain both data and methods.
</p>
<a href="https://www.youtube.com/watch?v=a199KZGMNxk">LETS DO IT</a>
</ul>

</h2>
<br>
<br>
<h2><u>CORE SUBJECTS:</u>
<P>
<ul>
<li><u>OS:</u></li>
<p>An operating system (OS) is system software that manages computer hardware, software resources, and
provides common services for computer programs.</p>
<a href="https://www.youtube.com/watch?v=mXw9ruZaxzQ">OS HERE WE COME</a>
<br>
<br>
<br>
<br>
<li><u>CN:</u></li>
<p>A computer network is a set of devices connected through links. A node can be computer, printer, or any
other device capable of sending or receiving the data. The links connecting the nodes are known as
communication channels.
</p>
<a href="https://www.youtube.com/watch?v=Bvdz24orMhQ">START THIS RIDE WITH CN</a>
<br>
<br>
<br>
<br>
<li><u>DBMS:</u></li>
<p>The database is a collection of inter-related data which is used to retrieve, insert and delete the data
efficiently. It is also used to organize the data in the form of a table, schema, views, and reports,
etc.
</p>
<a href="https://www.youtube.com/watch?v=c5HAwKX-suM">ENJOY THE ESSENCE OF DATA-BASE</a>
</ul>

</h2>
<h3>
PRACTISE APTITUDES FOR APTITUDE ROUND:
<a href="https://www.youtube.com/watch?v=LJ0_SmwFzgg">APTI WORKS</a>
<a href="https://www.javatpoint.com/aptitude/quantitative">PRACTISE!1</a>
</h3>
<br>
<br>
<h2>ADVICE:
<p>
<ul><u>PRACTISE SOFT COMMUNICATION SKILLS:</u></ul>
<li>Customer service. ...
Scheduling. ...
Time management skills. ...
Project management. ...
Analytical thinking. ...
Ability to work independently. ...
Flexibility.</li>
</p>

<br>
<br>
<p>
<ul><u>PRACTISE COMPETETIVE PROGRAMMING:</u></ul>
</p>
<a href="https://www.geeksforgeeks.org/">GFG</a>
<a href="https://www.hackerrank.com/">HR</a>
<a href="https://leetcode.com/">LC</a>
</h2>
<h3> THANK YOU AND ALL THE VERY BEST!!!</h3>
</body>

</html>