ncert solutions for class 12 computer science python sumita arora

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 – 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