Information Practices Class 12 Notes

Page 1

Information Practices Class 12 Notes CBSE Notes for Informatics Practices Class 12 Notes We think the first step is motivating yourself to revise. What are you trying to achieve here? What’s your ultimate goal? Make a schedule for your revision and be realistic about it. Figure out how much time you can spend on a task each day. The important part of exam preparation and the key to success, as the more you revise these notes. These revision notes are prepared by our finest and experienced teachers. You can download Informatics Practices Class 12 Notes Revision Notes in PDF format. These Revision Notes are also available in the LearnCBSE website and mobile app for free.


• Computer Networking Class 12 Notes • Open Source Concepts Class 12 Notes • Java Programming Fundamentals (Revision Tour-I ) Class 12 Notes • Swing Controls (Revision Tour-II) Class 12 N otes • GUI Programming and Access Specifier Class 12 Notes • Inheritance Class 12 Notes • Accessing MySQL Database Using ODBC/JD BC Class 12 Notes • Web Application Development Class 12 No tes • HTML and XML Class 12 Notes • Fundamentals of Database Class 12 Notes • SQL Functions and Table Joins Class 12 Not es • Integrity Constraints and Tables Class 12 N otes • Front-End Interface Class 12 Notes • Back-End Database Class 12 Notes • E-Services and ICT Class 12 Notes


1.ComputerNetworking Class12 Notes CBSE Notes for Computer Networking Class 12 Notes In simplest terms, the computer network can be defined as – “A computer network is a collection of interconnected autonomous computers and other devices to share data and other resources.” Sender: A device or a computer that sends the data. Receiver: A device or a computer that receives the data. Message: Message is the information to be communicated. It may be text, images, audio or video. Medium: A transmission medium is a physical path through which the data flows from sender to receiver. A cable or wire or radio waves can be the medium. Protocol: A set of rules that governs data transmission. It represents the communication methods which to be followed by the sending and receiving devices. Please refer Computer Networking Class 12 Notes for more information.


2.Open Source Concepts Class 12 Notes  CBSE Notes for Open Source Concepts Class 12 Notes Whereas Open source software can be studied, copied, redistributed freely and even modified according to one's need without seeking any kind of permission. In order to modify such software the developers also provide the source code to the users. Examples of free open source software include the Linux Kernel, MySQL Relational Database, Apache web server, OpenOffice.org office suite and TeX and LaTeX typesetting systems. Please refer Open Source Concepts Class 12 Notes for more information.


3.Java Programming Fundamentals(Revision Tour-I)Class 12 Notes CBSE Notes for Java Programming Fundamentals Class 12 Notes  The smallest individual unit in a program is known as Token. Java has the following types of tokens: -Keyword, Identifier, Literals, Punctuators, and operators.  A literal is a source code representation of a fixed value. They are represented directly in the code without any computation. Literals can be assigned to any primitive type variable.  All Java components require names. Names used for classes, variables and methods are called identifiers. Please refer Java Programming Fundamentals (Revision Tour-I) Class 12 Notes for more information.


4. Swing Controls(Revision Tour-II)Class 12 Notes  CBSE Notes for Swing Controls (Revision Tour-II) Class 12 Notes • JPanel is Swing’s version of the AWT class Panel and uses the same default layout, Flow Layout. JPanel is descended directly from JComponent. • JFrame is Swing’s version of Frame and is descended directly from that class. The components added to the frame are referred to as its contents; these are managed by the Content Pane. To add a component to a JFrame, we must use its content Pane instead. • JInternalFrame is confined to a visible area of a container it is placed in. It can be confined, maximized and layered. • Jwindow is Swing’s version of Window and is descended directly from that class. Like Window, it uses Border Layout by default. Please refer Swing Controls (Revision Tour-II) Class 12 Notes for more information.


5. GUI Programming and Access Specifier Class 12 Notes CBSE Notes for GUI Programming and Access Specifier Class 12 Notes  In this chapter we shall be revising the JAVA GUI programming concepts using Swing API through NetBeans IDE.Java GUI applications are created through RAD tools with Classes, Object and methods, etc. Swing API includes graphical components for building GUIs.  Swing components can be either a container or noncontainer component.  Swing provides seven different Layout manager.  The frame is a top-level window with a title and a border, created through JFrame component of Swing. Please refer GUI Programming and Access Specifier Class 12 Notes for more information.


6. Inheritance Class 12 Notes  CBSE Notes for Inheritance Class 12 Notes Inheritance is an act of deriving a new class from an existing one. Inheritance can be defined as the process where one object acquires the properties of another. With the use of inheritance, the information is made manageable in a hierarchical order. Basics of inheritance When a class is defined in the normal class declaration, it is called a base class. A class at the top of the hierarchy is the base class and the other class is the derived class. That is a child class o one parent can itself be the parent of another derived class. Furthermore, multiple classes can be derived from a single parent. Please refer Inheritance Class 12 Notes for more information.


7. Accessing MySQL Database using ODBC/JDBC Class12 Notes CBSE Notes for Accessing MySQL Database Using ODBC/JDBC Class 12 Notes  Prerequisites for connecting to MYSQL from java MYSQL provides connectivity for client application developed in the java programming language via a JDBC driver known as MYSQL Connector/J.  Connection: A connection is a session between the application program and the database. To do anything with a database, one must have a connection object. Please refer Accessing MySQL Database Using ODBC/JDBC Class 12 Notes for more information.


8. Web Application Development Class 12 Notes  CBSE Notes for Web Application Development Class 12 Notes World Wide Web is an example of an information protocol/service that can be used to send and receive information over the internet. It supports: Multimedia Information HyperText Information Graphical User Interface: The World Wide Web is an example of an information protocol/service that works using a Client/Server software design. A service that uses Client/Server design requires two pieces of software to work: Client software (e.g. Web Browser) to request information, and Server software(Web server) to answer requests and provide their information. Most Web applications are designed this way. Please refer Web Application Development Class 12 Notes for more information.


9. HTML and XML Class 12 Notes  CBSE Notes for HTML and XML Class 12 Notes The World Wide Web (or simply the Web or WWW) is a system of sharing interlinked hypertext documents over the internet. These documents are stored on webservers on the internet and contain text, images, videos, and other multimedia. These documents also contain hyperlinks to navigate among them. HTML (HyperText Markup Language) is the basic language which is used to create Hypertext documents. In this lesson, we are going to learn how to create hypertext documents using HTML. It is a markup language. A markup language is a set of rules that defines the structure and format of text while presenting text. XML stands for eXtensible Markup Language. XML is designed to transport, store and describe data. Whereas HTML was designed to display data. XML tags are not predefined. We must define your own tags in XML. An XML document that follows all grammar rules is a well formed document. Please refer HTML and XML Class 12 Notes for more information.


10.Fundamentals of Database Class 12 Notes CBSE Notes for Fundamentals of Database Class 12 Notes  Database Fundamentals for Database Developers, Database Testers, and Database Administrators. We (Software Testers. conduct Database Testing as part of Software Testing, It can be done in both the ways, i. manual Testing (We can Test Databases manually. ii. Automated Testing or Test Automated Testing or Test Automation (We can Test Databases using test Tools ex: UFT/QTP, selenium, etc... SQL knowledge is required to conduct Database Testing. Please refer Fundamentals of Database Class 12 Notes for more information.


11. SQL Functions and Table Joins Class 12 Notes CBSE Notes for SQL Functions and Table Joins Class 12 Notes  SQL stands for Structured Query Language. It is mainly used for data manipulation, data modification, and data retrieval. This comes around with the Relational Database Management System (RDBMS).A simple join means is to combine two or more tables in a given database. A join works on a common entity of two tables.  An inner join is used to select records that contain common or matching values in both the tables (TableA and Table B). Non-matching are eliminated. So, let's understand the type of joins, and with common examples and the differences between them. Please refer SQL Functions and Table Joins Class 12 Notes for more information.


12. Integrity Constraints and Tables Class 12 Notes  CBSE Notes for Integrity Constraints and Tables Class 12 Notes SQL stands for Structured Query Language. It is mainly used for data manipulation, data modification, and data retrieval. This comes around with the Relational Database Management System (RDBMS). A Function is an entity program which is stored in the SQL Server Database either you can pass parameters into or return a value. Furthermore, we will look forward to some very useful Built-In function and User-defined functions. Please refer Integrity Constraints and Tables Class 12 Notes for more information.


13. Front-End Interface Class12 Notes  CBSE Notes for Front-End Interface Class 12 Notes A front-end system is part of an information system that is directly accessed and interacted with by the user to receive or utilize backend capabilities of the host system. It enables users to access and request the features and services of the underlying information system. The front-end system can be a software application or the combination of hardware, software and network resources. Please refer Front-End Interface Class 12 Notes for more information.


14. Back-End Database Class 12 Notes  CBSE Notes for Back-End Database Class 12 Notes A back-end database is a database that is accessed by users indirectly through an external application rather than by application programming stored within the database itself or by low-level manipulation of the data (e.g. through SQL commands). Please refer Back-End Database Class 12 Notes for more information.


15. E-Services and ICT Class 12 Notes  CBSE Notes for E-Services and ICT Class 12 Notes E-Technology has become a catalyst for enabling more effective government through better access to services and the democratic process. As public interest in the Internet and e-Technology solutions continues to grow, there is an increasing expectation that they will be utilized in national and local governments for not only more efficient governance but also improving public access to information and services. This paper, based on a case study discusses some of the key aspects of electronic government and e-Service. It examines the value and the effectiveness of e-Services within the public sector with a focus on four specific facets of effectiveness: the view of management and ICT strategists; social, cultural and ethical implications; the implications of lack of access to ICT; and the customers'/citizens' view of the usefulness and success of e-Service initiatives. Please refer E-Services and ICT Class 12 Notes for more information.


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.