Skip to main content

Posts

Showing posts from December, 2022

LATEST FROM BMR BLOG

STRUCTURED QUERY LANGUAGE(SQL)

STRUCTURED QUERY LANGUAGE(SQL) Created by: B Mokshagna Reddy (BMR) SQL DATA DEFINITION AND DATATYPES SQL Schema: An SQL schema is identified by a schema name and includes an authorization identifier name to indicate user or account who owns the schema, as well as descriptor for each elements in the schema. Schema creation with authorization: CREATE SCHEMA DATABASE_NAME AUTHORIZATION IDENTIFIER; Eg: CREATE SCHEMA COMPANY AUTHORIZATION ‘JSMITH’; Catalog: Named collection of schemas. Data Definition, Constraints, and Schema Changes Used to CREATE, DROP, and ALTER the descriptions of the tables (relations) of a database Creating a Database Syntax: CREATE DATABASE database_name; Creating a Table Syntax CREATE TABLE table_name (Column_name datatype[(size)], Column_name datatype[(size)], ); Specifies a new base relation by giving it a name, and specifying each of...

STRUCTURED QUERY LANGUAGE(SQL)

STRUCTURED QUERY LANGUAGE(SQL) Created by: B Mokshagna Reddy (BMR) SQL DATA DEFINITION AND DATATYPES SQL Schema: An SQL schema is identified by a schema name and includes an authorization identifier name to indicate user or account who owns the schema, as well as descriptor for each elements in the schema. Schema creation with authorization: CREATE SCHEMA DATABASE_NAME AUTHORIZATION IDENTIFIER; Eg: CREATE SCHEMA COMPANY AUTHORIZATION ‘JSMITH’; Catalog: Named collection of schemas. Data Definition, Constraints, and Schema Changes Used to CREATE, DROP, and ALTER the descriptions of the tables (relations) of a database Creating a Database Syntax: CREATE DATABASE database_name; Creating a Table Syntax CREATE TABLE table_name (Column_name datatype[(size)], Column_name datatype[(size)], ); Specifies a new base relation by giving it a name, and specifying each of...

FULL SQUADS OF EACH TEAM AT TATA IPL 2023

FULL SQUADS OF TATA IPL 2023 Created by: B Mokshagna Reddy (BMR) CSK - Chennai Super Kings Squad Size: 25 MS Dhoni (c), Devon Conway, Ruturaj Gaikwad, Ambati Rayudu, Subhranshu Senapati, Moeen Ali, Shivam Dube, Rajvardhan Hangargekar, Dwaine Pretorius, Mitchell Santner, Ravindra Jadeja, Tushar Deshpande, Mukesh Chowdhary, Matheesha Pathirana, Simarjeet Singh, Deepak Chahar, Prashant Solanki, Maheesh Theekshana, Bhagath Varma, Ajay Mandal, Kyle Jamieson , Nishant Sindhu, Shaik Rasheed, Ben Stokes, Ajinkya Rahane. RCB - Royal Challengers Bangalore Squad Size: 25 Faf du Plessis (c), Virat Kohli, Suyash Prabhudessai, Rajat Patidar, Dinesh Karthik, Anuj Rawat, Finn Allen, Glenn Maxwell, Wanindu Hasaranga, Shahbaz Ahmed, Harshal Patel, David Willey, Karn Sharma, Mahipal Lomror, Mohammed Siraj, Josh Hazlewood, Siddarth Kaul, Akash Deep, Sonu Yadav, Avinash Singh, Rajan Kumar, Manoj Bhandage, Will Ja...

TATA IPL AUCTION 2023

TATA IPL AUCTION 2023 Created by: B Mokshagna Reddy (BMR) Total Players at the auction: 405 273 Indian Players 132 Overseas Players (of which 4 are from from Associate Nations) Capped Players - 119 uncapped Players - 282 Total Purse remaining at the auction: 206.5 Cr Slots to be Filled: 87 Slots Team Purse Left (in INR) Available solts Overseas Slots CSK 20.45 Cr 7 2 DC 19.45 Cr 5 2 GT 19.25 Cr 7 3 KKR 7.05 Cr 11 3 LSG 23.35 Cr 10 4 MI 20.55 Cr 9 3 PBKS 32.2 Cr 9 3 ...

CSS SELECTORS

CSS SELECTORS Created by: B Mokshagna Reddy (BMR) CSS Selectors ➢CSS selectors are used to "find" (or select) the HTML elements you want to style. ➢We can divide CSS selectors into five categories: ➢Simple selectors (select elements based on name, id, class) ➢Combinator selectors (select elements based on a specific relationship between them) ➢Pseudo-class selectors (select elements based on a certain state) ➢Pseudo-elements selectors (select and style a part of an element) ➢Attribute selectors (select elements based on an attribute or attribute value) The CSS Element Selectors ➢The element selector selects HTML elements based on the element name. Example p {font-size: 10px;color:red; } The CSS id Selectors ➢The id selector uses the id attribute of an HTML element to select a specific element. ➢The id of an element is unique within a page, so the id selector is used to select one unique...

START EARNING WITH YoFan

START EARNING WITH YoFan Content from Yofan Website Create your content Create story-like posts or add to your links page. Your users can browse the content on your profile and sign up to receive notifications when you publish new content. Earn from ads Using our partnership with Google AdSense, you can earn directly from the ads that are shown alongside your content. We meet the Better Ads Standard, and continuously improve ad performance. Share your profile Your YoFan profile can be shared anywhere. Add it to your bio and share on social media. We also distribute your content to help you reach new audiences. Link to anything You can link to other platforms using your Links page or you can tag your content with individual links. You can use the linking features for promoting affiliate products, your website or anything that lives on the web. Earn with Yofan

CHORDATA | NEET UG

CHORDATA Created by: B Mokshagna Reddy (BMR) Introduction to Phylum - chordata ❖Chordates are animals characterized by the presence of notochord at some stage during their development. Members possess a hollow nerve cord and pharyngeal gill slits. The other general characteristic features of Chordates are as follows ❖They are bilaterally symmetrical, triploblastic, and coelomate with the organ-system level oforganization. ❖They hold a post-anal tail. ❖The body includes a closed circulatory system. ❖In some members of Phylum Chordata, the notochord is present only in the larval tail, and in some, it is present throughout their life from head to tail region. ❖Chordates have many sub-divisions and Protochordates are one of the earliest to evolve. ❖Three subphylums come under Chordata: 1. Urochordata– notochord present only in the larval tail, e.g. Ascidia, Salpa, Doliolum 2. Cephalochordata– notochord ...

GAME FELL | BMR GAMES

GAME FELL | BMR GAMES Created by: B Mokshagna Reddy (BMR) ABOUT THE GAME ➢Shoot your target any time unlimted and enjoy. Developed By ➢BMR GAMES TO PLAY NOW Click Here VISIT OUR GAMING WEBSITE NOW BMR GAMES Learn More at BMR EDUCATION

HTML ATTRIBUTES

HTML ATTRIBUTES Created by: B Mokshagna Reddy (BMR) ➢All HTML elements can have attributes. ➢Attributes provide additional information about elements. ➢Attributes are always specified in the start tag. ➢Attributes usually come in name/value pairs like: name="value" The href Attribute ➢The <a> or anchor tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to: Example <a href="www.bmreducation.com">This is a Link</a> Result This is a Link The src Attribute ➢The <img> tag is used to embed an image in an HTML page. The <src> attribute specifies the path to the image to be displayed. Example <img src="BMR_OFFICIAL.gif"> Result The width and height Attribute ➢The <img> tag should also contain the <height> and <width> attributes, which specify the width and height of th...

THREE TYPES OF WEBSITE TO START EARNING ON ADSENSE

THREE TYPES OF WEBSITE TO START EARNING ON ADSENSE Created by: B Mokshagna Reddy (BMR) 1. Blog Website 1. Having a blog website gives you more earnings on Adsense. 2. You can publish your own content and publish on your website. 3. Based on your content more users drive to your website. 4. So that your ad placements and traffic from other countries makes you give more income from Adsense. 5. You can start your own blog website for free Google blogger - Blogger 6. Get more information at our Exclusive Article 7.Finally, Start Earning from your own blog website. 2. Forum Website 1. Having a Forum website can also give more earnings on Adsense. 2. Forum is a website where everyone discuss about any topic and shares thier post. 3. Where everyone come and see thier post in your forum website. 4. Google says: This is a highly active forum with over one ...

HTML QUOTATIONS

HTML QUOTATIONS Created by: B Mokshagna Reddy (BMR) HTML Quotations ➢It Contains <blockquote>,<q>, <abbr>, <address>, <cite>, and <bdo> HTML elements. HTML <blockquote> for Quotations ➢The HTML <blockquote> element defines a section that is quoted from another source. Example <p>ABOUT US</p> <blockquote> We believe Education is everything wheather it is studies, sports, art, everything that starts from scratch to learn and become a successfull person in your life. This website contains all the information to study, read and gain the knowledge. We bought Education Sector to get all the books in each class. And then we bought Coding as it is the major area which everyone should learn and can invent new things. Finally we bought Reference sector to refer books in varous regions Eg: In Comptatative exams, in Animals, In General around the world. We try...

HTML ELEMENTS

HTML ELEMENTS Created by: B Mokshagna Reddy (BMR) ➢An HTML element is defined by a start tag, some content, and an end tag. ➢The HTML element is everything from the start tag to the end tag. Start tag Element Content Eng tag <h1> Headings </h1> <p> Paragraphs </p> <br> none none Nested HTML Elements ➢HTML elements can be nested (this means that elements can contain other elements). ➢All HTML documents consist of nested HTML elements. The following example contains four HTML elements (<html>, <body>, <h1> and <p>): Example <!DOCTYPE html> <html> <body> <h1>Heading</h1> <p>Paragraph</p> </body> </html> Result ...

HTML BASIC TAGS

HTML BASIC TAGS Created by: B Mokshagna Reddy (BMR) ➢All HTML documents must start with a document type declaration: <!DOCTYPE html>. ➢The HTML document itself begins with <html> and ends with </html>. ➢The visible part of the HTML document is between <body> and </body>. HTML Headings ➢HTML headings are defined with the <h1> to <h6> tags. ➢<h1> defines the most important heading. <h6> defines the least important heading: ➢Font-size decreases from <h1> to <h6> Example <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> Result Heading 1 Heading 2 Heading 3 Heading 4 Heading 5 Heading 6 HTML Paragraphs ➢HTML paragraphs are defined with the ...

MAKE YOUR OWN BLOG SITE AND START EARNING

Minimum Requirements 1. You need your Gmail account. 2. An Adsense account. 3. Prepare your own content about any topic you wish. How to Start your own blog? 1. You can start your own blog without any code or programming Knowledge. 2. By user Google Blogger website. 3. you can start your own Blog website. 4. Enter your articles and publish them on your Blog website. 5. you can edit your blog articles, theme, and more anytime easily. 6. you can create your own blog website theme. How do I earn from my blog website? 1. To start earning from my blog website you should connect your site to Adsense. 2. if you are new to AdSense then create an account easily. 3. On your blogger home page you will find the earnings section. 4. At the earnings section you will find an option Connect to Adsense . 5. Connect your site and wait until the page is reviewed for approval. How to set up an AdSens...

JOIN OUR COMMUNITY | BMR

JOIN OUR COMMUNITY | BMR Created by: B Mokshagna Reddy (BMR) YOUTUBE Join our official YouTube channel - YouTube INSTAGRAM Join our official Instagram channel - Instagram TWITTER Join our official Twitter channel - Twitter FACEBOOK Join our official Facebook channel - Facebook LINKED IN Join our official LinkedIn channel - LinkedIn OUR SERVICES BMR EDUCATION BMR GAMES BMR BLOG OUR TEAM B MOKSHAGNA REDDY B MANOGNA REDDY B SUSINDRA REDDY HELP CENTER BMR SUPPORT GIVE YOUR REVIEWS Give your reviews at BMR EDUCATION. only available for a Limited Time Give your Review about our website here Know More at BMR EDUCATION

ENGINEERING

ENGINEERING Created by: B Mokshagna Reddy (BMR) CHEMISTRY 1. Environmental Studies - Related Topics 2. Nano Technology - Related Topics COMPUTER SCIENCE 1. Ardunio Board Using C - Related Topics 2. Software Engineering - Related Topics ENGLISH 1. BASIC ENGLISH - Related Topics 2. MEDIUM ENGLISH - Related Topics ELECTRONICS 1. Communication Systems - Related Topics 2. Digital Design - Related Topics 3. Opto Electronics and device Physics Related Topics MATHEMATICS 1. Calculus and Linear Algebra - Related Topics 2. Transsform Techniqued and Partial Differrential Equations - Related Topics 3. Applied Statistics Related Topics Note: 1. Topics are designed by BMR EDUCATION. 2. As of December 19 2022 Updated list of available Notes of ENGINEERING TOPICS. 3. You can also download the content notes for free at our ...

GATE EXAM

GATE EXAM Created by: B Mokshagna Reddy (BMR) Download All Gate Exam Related Notes Now CHAPTERWISE MCQs 1. Volume 1 2. Volume 2 3. Volume 3 HAND WRITTEN NOTES 1. Compiler 2. Computer Organization 3. Computer Network 4. DBMS 5. Software Engineering 6. Theory of Computer Organization 7. Algorithms 8. Data Structures 9. Digital Circuts and Systems 10. Operating Systems TEXT BOOKS 1. Algorithms 2. Compiler Design 3. Computer Network 4. Databases 5. Digital Logic 6. Operating Systems 7. Software Engineering 8. Theory of Computer Organization Note: 1. Topics are designed by BMR EDUCATION. 2. As of December 19 2022 Updated list of available Notes of GATE EXAM. 3. You can also download the content notes for free at our website. Know More at BMR EDUCATION

NEET UG

NEET UG Created by: B Mokshagna Reddy (BMR) UNIT - 1 : CELL STRUCTURE AND FUNCTION 1. Cell: The unit of Life - Related Notes 2. Biomoleclues - Related Notes 3. Cell Cycle and Cell Division - Related Notes UNIT - 2 : DIVERSITY IN THE LIVING WORLD 1. The Living World - Related Notes 2. Biological Classification - Related Notes UNIT - 3 : PLANT AND ANIMAL KINGDOM 1. Plant Kingdom - Related Notes 2. Animal Kingdom: Basics of Classification - Related Notes 3. Animal Kingdom: NON - CHORDATA - Related Notes 4. Animal Kingdom: CHORDATA - Related Notes NEET UG GUIDE 1. Neet Stats - Related Notes 2. Neet Syllabus - Related Notes 3. Neet Seat Matrix - Related Notes Note: 1. Topics are designed by BMR EDUCATION. 2. As of December 19 2022 Updated list of available Notes of NEET UG. 3. You can also download the content notes for free at our website. Know More at BMR EDUCATION

BALL CUP | BMR GAMES

BALL CUP | BMR GAMES Created by: B Mokshagna Reddy (BMR) ABOUT THE GAME ➢Sort 4 balls of the same color into a cup to make it explode.complete all 10 levels to compete the game and climb the leader board. Developed By ➢BMR GAMES TO PLAY NOW Click Here VISIT OUR GAMING WEBSITE NOW BMR GAMES Learn More at BMR EDUCATION

KNOW ABOUT BMR

KNOW ABOUT BMR BMR - B MOKSHAGNA REDDY This BMR is Founded and developed by B MOKSHAGNA REDDY(BMR). Our main aim is to give the students who are preparing in various fields wants some knowledge. We are here to give you knowledge in every field. Our Moto is "Education is Everything". We Prepare Notes and Related Syllabus for Higher, Seconday and Primary Classes in India. We also Prepare Notes For Comptatative Exams for NEET UG, JEE MAINS, etc. We believe Education is everything wheather it is in studies, sports, art, everything that starts from scratch to learn and become a successfull person in your life. This website contains all the information to study, read and gain the knowledge. We bought Education Sector to get all the books in each class. And then we bought Coding as it is the major area which everyone should learn and can invent new things. Finally we bought Reference sector to refer books in varous regions Eg: I...

C INTRODUCTION

C INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢C is a general-purpose programming language, developed in 1972, and still quite popular. ➢By design, C's features cleanly reflect the capabilities of the targeted CPUs. ➢C is very powerful; it has been used to develop operating systems, databases, applications, etc. ➢C is strongly associated with UNIX, as it was developed to write the UNIX operating system. Learning C IS BEST ➢It is one of the most popular programming language in the world ➢If you know C, you will have no problem learning other popular programming languages such as Java, Python, C++, C#, etc, as the syntax is similar ➢C is very fast, compared to other programming languages, like Java and Python ➢C is very versatile; it can be used in both applications and technologies START LEARNING C ➢To start using C, you need two things: 1. A text editor, like Notepad, to write C code 2...

PYTHON INTRODUCTION

PYTHON INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢Created by Guido Van Rossum. ➢First released in 1991. ➢Supports object-oriented Programming with classes and multiple inheritance. ➢Comes with large standard library. ➢Includes an IDLE. ➢Runs on Mac OS X, Windows, Linux as Freeware. FEATURES Easy to Use: Python is very easy to use and high level language. Thus it is programmer-friendly language. Expressive Language: Python language is more expressive. The sense of expressive is the code is easily understandable. Interpreted Language: Python is an interpreted language i.e., interpreter executes the code line by line at a time. This makes debugging easy and thus suitale for beginners. Cross-platform language: Python can run equally on different platforms such as Windows, Linux, Unix, Macintosh etc. Thus, Python is a portable language. Free and open source: Python language is freely ...

KNOW ABOUT BMR COINS

BMR COINS Created by: B Mokshagna Reddy (BMR) 1. REFERRING A FRIEND - 30 Per Referral: Get 30 Per Referral for a existing user. The Coins will be instantly Credited into your BMR EDUCATION account after the new user verifies your account. To avail this option you to register by entering the refferal code of your friend's BMR EDUCATION account. For new registration using referal code can also get 15 BMR COINS. 2. PAGE VIEWS - 1 Per Page View: Get 1 Per Page View The Coins will be instantly Credited into your BMR EDUCATION account after the user views the pages of BMR EDUCAION Website. To avail this option the user needs to login into their BMR EDUCATION account. 3. SHARING - 5 Per Sharing: Get 5 Per Sharing on Social media accounts. The Coins will be instantly Credited into your BMR EDUCATION account after the user share on Social media accounts. You can share only on facebook and Twit...

CSS INTRODUCTION

CSS INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢CSS is the language we use to style a Web page. ➢CSS stands for Cascading Style Sheets. ➢CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. ➢CSS describes how HTML elements are to be displayed on screen, paper, or in other media. ➢CSS saves a lot of work. It can control the layout of multiple web pages all at once. ➢External stylesheets are stored in CSS files. ➢CSS describes how HTML elements should be displayed. ➢Having no CSS is like living a faded life. No excitement, no moods, no emotions, just a straight-up structure with some content in it. Types in CSS CSS can be added to HTML documents in 3 ways: ➢Inline - by using the style attribute inside HTML elements. ➢Internal - by using a <style> element in the <head$gt; section. ➢External - by using a <link> element to link to ...

HTML INTRODUCTION

HTML INTRODUCTION Created by: B Mokshagna Reddy (BMR) INTRODUCTION ➢HTML stands for Hyper Text Markup Language. ➢HTML is the standard markup language for creating Web pages. ➢HTML describes the structure of a Web page. ➢HTML consists of a series of elements. ➢HTML elements tell the browser how to display the content. ➢HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. Web or Internet? ➢It is important to understand that the Internet and the Web is not the same thing. ➢The Internet is a collection of computers and other devices connected by equipment that allows them to communicate with each other. ➢The Web is a collection of software and protocols that has been installed on most, if not all, of the computers on the Internet. The World Wide Web ➢Tim Berners Lee and his group proposed a new protocol for the Inter...