Skip to main content

Posts

Showing posts from May, 2022

on pn sir physics

starting Well, I totally love this place. thank you all for coming out on this warm day. the overwhelming sunlight Priyabarta sir, HOD sir, board members, faculty, and graduates of the finest university in western Odisha.  I'm honored to be with you today. First of all, make sure, I'm not a public speaker or professional speaker which will make you energetic, and enthusiastic about something. I am just a normal student who will provide some of his insights, and experiences on priyabarta, sir, on his farewell day. Thanks to my senior for giving me chance to share, especially to Om Padhan, my big brother.  let's get started,  hi sir, keep your smile on.    All Students and especially PN sir will be very happy to get this insight. Once, I was in PN sir's class and students were talking about that you are a Sambalpur singer on youtube. Later, I talked to my mom on dial-up and told her about you. meanwhile, after a couple of days, somehow she popped up on your channe...

web development course by code with harry

Basic requirements to build a website  HTML CSS- it adds beauty  Java script- it adds brain HTML HTML stands for the hypertext transfer protocol It is a standard markup language for giving a static skeleton to web applications and websites.   It's a well-known standardlised system. It means no one will introduce his new language and all admitted HTML to display content. Web browser also tended to support this language which is mainly for creating web pages.  CSS cascading style sheets which is known as CSS. It's a style sheet language that used to handle the presentation of the web pages containing web page.  It makes our website beautiful and modern looking.  Java script It is known as JS, is a high-level dynamic interpreted programming language. It allows client-side scripting to create completely dynamic web application and websites.  I have to learn HTML(80%), CSS(40-60%), Java script(50-70%). We are going to use visual studio code IDE to run ...

C language tutorial by W3schools

 What is variable? A name given to a memory location  Declared by writing type variable_name; initialized and declared by type variable_name=value; Data type in C language  Basic data type=int, char, double, float Derived data type=array, pointer, structure, union Enumeration dara type=emum Void data type=void 1 byte=8 bits 4GB RAM= 4*1024*MB=4*1024*1024     KB= 4*1024*1024 *1024byte=(4*1024*1024 *1024)*4bits