diff --git a/PLACEMENT PREP/placementcon.png b/PLACEMENT PREP/placementcon.png new file mode 100644 index 0000000..6fab630 Binary files /dev/null and b/PLACEMENT PREP/placementcon.png differ diff --git a/PLACEMENT PREP/prep.css b/PLACEMENT PREP/prep.css new file mode 100644 index 0000000..a981f03 --- /dev/null +++ b/PLACEMENT PREP/prep.css @@ -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; +} \ No newline at end of file diff --git a/PLACEMENT PREP/prep.html b/PLACEMENT PREP/prep.html new file mode 100644 index 0000000..3ce1ea0 --- /dev/null +++ b/PLACEMENT PREP/prep.html @@ -0,0 +1,127 @@ + + + +
+ + + + +LETS SEE WHAT ROAD TO CHOOSE IDEALLY FOR PLACEMENT SCENERIO
+ ++
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
+ CLICK HERE TO KNOW BRIEFLY +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. +
+ LETS DO IT ++
An operating system (OS) is system software that manages computer hardware, software resources, and + provides common services for computer programs.
+ OS HERE WE COME +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. +
+ START THIS RIDE WITH CN +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. +
+ ENJOY THE ESSENCE OF DATA-BASE ++
+