Showing posts with label class11-Informatics Practices. Show all posts
Showing posts with label class11-Informatics Practices. Show all posts

Saturday 27 July 2019

CBSE Class 11 - Informatics Practices - Python Snippets -1 (Arithmetic Operators) (#cbsenotes)(#eduvictors)

Python Snippets - 1(Arithmetic Operators)

CBSE Class 11 - Informatics Practices - Python Snippets -1 (Arithmetic Operators) (#cbsenotes)(#eduvictors)

Arithmetic operators are used with numeric values to perform mathematical operations. Python supports the following arithmetic operators

+   Addition: To add two numbers i.e. a + b
-   Subtraction: To find difference of two numbers i.e. a - b
*   Multiplication: Product of two numbers e.g. 2 × 3 = 6
/   Division: To find quotient in division i.e. returning the floating-point result of the computation
%   Modulus: To remainder in division method
//  Floor Division or Intger Division i.e. rounds the result down to the nearest whole number
**  Exponentiation e.g. find 12² = 144

The above said are also called binary arithmetic operator because it requires two operands.

Monday 15 July 2019

CBSE Class 11 - Informatics Practices (with Python) - New Syllabus (2019-20) (#eduvictors)(#cbsenotes)

Informatics Practices (with Python)
Class 11 - New Syllabus (2019-20)

CBSE Class 11 - Informatics Practices (with Python) - New Syllabus (2019-20) (#eduvictors)(#cbsenotes)

Code No. 065
Optional for the academic year 2018-19 and mandatory for the academic year 2019-20 onwards


1. Prerequisites
Since a lot of students join CBSE schools from schools run by a state board, we are not assuming any pre-requisites for this course other than basic mathematical skills. However, it will be helpful if the student has a basic knowledge of Computer Applications 1 and 2.

2. Learning Outcomes
1. Basic computational thinking. Learn how to reason with variables, state transitions, conditionals, and iteration.
2. Notion of data types, and higher order data structures such as lists, and dictionaries.
3. Concepts of data handling: creating, managing and working with Data Frames using Python Pandas.
4. Structure of simple SQL queries.
5. Cyber safety.

CBSE Class 11 - Informatics Practices Unit-I Sample Question Paper (2019-20) (#cbsepapers)(#eduvictors)

CBSE Class 11 - Informatics Practices
 Unit-I Sample Question Paper
 (2019-20) 

CBSE Class 11 - Informatics Practices  Unit-I Sample Question Paper   (2019-20) (#cbsepapers)(#eduvictors)

Getting good marks is very important for students of class 11. For this one must practice and attempt sample question papers within time limits.

Here follows a sample question paper on Informatics Practices subject to assess your knowledge about the subject.

For studying you may refer following help guides:

1. Class 11 Informatics Practices (Python) Text Book
2. Class 11 Informatics Practices with Python


Thursday 22 June 2017

CBSE Class 11 Informatics Practices - Syllabus (2017-18) (#cbseNotes)

Informatics Practices Syllabus (2017-18)


CBSE Class 11 Informatics Practices

CBSE Class 11 Informatics Practices - Syllabus (2017-18) (#cbseNotes)

Here presents the prescribed syllabus for Class 11 Informatics Practices for the curriculum 2017-18.