Monday, 12 August 2019

Motivational Quotes -1 (#eduvictors)

Motivational Quotes

Watch this 18 seconds video to learn What are the three things important to be a good human being?'

Friday, 9 August 2019

CBSE Class 11 - Informatics Practices - Python Basics Questions and Answers (Part-2) (#eduvictors)(#cbsenotes)

Python Basics  Q & A (Part-2)

CBSE Class 11 - Informatics Practices
CBSE Class 11 - Informatics Practices - Python Basics  Questions and  Answers (Part-2) (#eduvictors)(#cbsenotes)


Q1: What are the different modes that can be used to test Python Program?  

Answer: In Python, programs can be written in two ways namely Interactive mode and Script mode.
Interactive mode or Interpreter mode allows us to write codes in Python command prompt  (  >>> ).
Script mode is used to create and edit python source file with the extension .py


Q2: Write the command to leave python shell or interpreter.

Answer: ^D (Ctrl+D) or quit () is used to leave the interpreter.


Q3: What is the advantage of interpreter mode?

Answer:  Working in interactive mode is convenient for beginners and for testing small pieces of code, as we can test them immediately.


Wednesday, 7 August 2019

CBSE Class 12 - Business Studies - Financial Markets (MCQs) (#eduvictors)(#class12BusinessStudies)

Financial Markets (MCQs)

Class 12 - Business Studies

CBSE Class 12 - Business Studies - Financial Markets (MCQs) (#eduvictors)(#class12BusinessStudies)

Q1. Primary and secondary markets

(a) Compete with each other
(b) Complement each other
(c) Function independently
(d) Control each other


Q2. Financial market facilitates business firms

(a) To raise funds
(b) To recruit workers
(c) To make more sales
(d) To minimize fund requirement



Q3. The total number of Stock Exchange in India is

(a) 20
(b) 21
(c) 22
(d) 23


Saturday, 3 August 2019

CBSE Class 11 - Informatics Practices - Chapter Python Basics (Q and A) (#eduvictors)(#cbsenotes)

Python Basics 

(Q and A)
CBSE Class 11 - Informatics Practices - Chapter Python Basics (Q and A) (#eduvictors)(#cbsenotes)

CBSE Class 11 - Informatics Practices


Q1: Who developed Python languages? Name the languages Python is based on.

Answer: Python programming language was developed by Guido Van Rossum in February 1991 python is based on or influenced with two programming language

- Abc language, a teaching language created as a replacement of BASIC, and

- Modula-3


Q2: Is Python a high level language or not?

Answer: Yes, is a very high level programming language like C or Pascal.