ncert solutions class 12 computer science

Class 12 Informatics Practices Chapter 6 Societal Impacts NCERT Exercise Solution

Societal Impacts

Chapter 6 Societal Impacts NCERT Exercise Solution 1. After practicals, Atharv left the computer laboratory but forgot to sign off from his email account. Later, his classmate Revaan started using the same computer. He is now logged in as Atharv. He sends inflammatory email messages to few of his classmates using Atharv’s email account. Revaan’s […]

Class 12 Informatics Practices Chapter 6 Societal Impacts NCERT Exercise Solution Read More »

Class 12 Computer Science Queues NCERT Exercise Solution

ncert_ch4_queue_exercise_solution.png

Queue 1. Fill in the blank. a) ________ is a linear list of elements in which insertion and deletion takes place from different ends. Answer : Queue b) Operations on a queue are performed in ______ order. Answer : FIFO c) Insertion operation in a queue is called _________ and deletion operation in a queue

Class 12 Computer Science Queues NCERT Exercise Solution Read More »

Class 12 Computer Science Stacks NCERT Exercise Solution

ncert_ch3_stack_exercise_solution

NCERT Exercise Solution – Chapter 3 : Stack 1. State TRUE or FALSE for the following cases: a) Stack is a linear data structureAnswer: (a) Trueb) Stack does not follow LIFO rule Answer: (b) Falsec) PUSH operation may result into underflow condition Answer: (c) False. Underflow term is use in case of POP i.e. try

Class 12 Computer Science Stacks NCERT Exercise Solution Read More »

Class 12 Computer Science – Exception Handling in Python NCERT Exercise Solutions

ncert_ch1_exception_handling_python

Exception Handling in Python NCERT Exercise Solutions Class 12 Computer Science Summary Syntax errors or parsing errors are detected when we have not followed the rules of the particular programming language while writing a program. When syntax error is encountered, Python displays the name of the error and a small description about the error. The

Class 12 Computer Science – Exception Handling in Python NCERT Exercise Solutions Read More »

You cannot copy content of this page

Scroll to Top