Job Saarnee

JOB SAARNEE

Top Most Platform for Job Updates O Level Results Answer keys AKTU MCQs

Long answer question of Python Programming form Unit 1

 Unit 1 Long answer question of Python Programming  Q1 What is Python? How Python is interpreted? What are the tools that help to find bugs or perform static analysis? What are Python decorators? [ 2019-20] [2021-22] Solution: Python is a high-level, interpreted programming language that was first released in 1991. It is known for its […]

Long answer question of Python Programming form Unit 1 Read More »

2 marks Important Question of Python Programming of Unit 5

Unit 5  2 marks Important Question of Python Programming   Q1 Explain the use of “with” construct in python with an example program. [2020-2021] Solution: In Python, the with statement is used to wrap the execution of a block of code with methods defined by a context manager. It simplifies the management of resources like files, sockets, and database

2 marks Important Question of Python Programming of Unit 5 Read More »

2 marks Important Question of Python Programming of Unit 4

 Unit 4  2 marks Important Question of Python Programming    Q1 Define ADT interface.   [ 2019-20] [2021-22] Solution: ADT stands for Abstract Data Type, and an ADT interface is a specification of the behavior and properties of an abstract data type without specifying the implementation details. It describes the operations that can be performed on the data

2 marks Important Question of Python Programming of Unit 4 Read More »

2 marks Important Question of Python Programming of Unit 3

Unit 3 2 marks Important Question of Python Programming  Q1 What is the difference between list and tuples in Python?       [ 2019-20] Solution: In Python, both lists and tuples are used to store a collection of values. However, there are some key differences between them: Mutability: Lists are mutable, which means you can

2 marks Important Question of Python Programming of Unit 3 Read More »

2 marks Important Question of Python Programming of Unit 2

Unit 2  2 Marks Question of Python Programming  Q1 Describe the behavior of “range (s,e)” in python.[2020-2021]    Solution: In Python, range(s, e) is a built-in function that returns a sequence of numbers starting from s (inclusive) up to e (exclusive), incremented by 1. It is commonly used to create a sequence of numbers that can

2 marks Important Question of Python Programming of Unit 2 Read More »

2 marks Important Question of Python Programming of Unit 1 (AKTU)

2 marks Important Question of Python Programming This blog Cover 2 Marks Important Question of Python Programming for more you can visit the our post PYTHON PROGRAMMING ALL STUDY MATERIAL || 99+ MOST IMPORTANT QUESTION WITH SOLUTION This post Cover All important Question Related to Python Programming That can be asked in your exam and

2 marks Important Question of Python Programming of Unit 1 (AKTU) Read More »

M3-R4: PROGRAMMING & PROBLEM SOLVING (JULY 2019) THROUGH ‘C’ LANGUAGE with solution

  (O-LEVEL PAPER) M3-R4: PROGRAMMING & PROBLEM SOLVING (JULY 2019) THROUGH ‘C’ LANGUAGE PART ONE DURATION: 3 Hours                                                                                                M.M.100   ANSWER ALL THE QUESTIONS: 1.       Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein.                          

M3-R4: PROGRAMMING & PROBLEM SOLVING (JULY 2019) THROUGH ‘C’ LANGUAGE with solution Read More »

M3-R4: PROGRAMMING & PROBLEM SOLVING using C (JULY 2020) with Solution

 (O-LEVEL PAPER) M3-R4: PROGRAMMING & PROBLEM SOLVING (JULY 2020) THROUGH ‘C’ LANGUAGE PART ONE DURATION: 3 Hours                                                                                                 M.M.100   ANSWER ALL THE QUESTIONS: 1.       Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “OMR” answer sheet supplied with the question paper, following instructions therein.                                                                                                                    

M3-R4: PROGRAMMING & PROBLEM SOLVING using C (JULY 2020) with Solution Read More »

Example of Find-S Algorithm | Machine Learning Find S Algorithm | Example 2

FIND S Solved Example   Find- S is used to Find A maximal Specific Hypothesis out of All possible Hypothesis. For more Detail visit our post titled Find S Algorithm with Example in Machine Learning | Machine Learning Example of Find-S Algorithm In this blog we are going to see one more example of Find-S algorithm.

Example of Find-S Algorithm | Machine Learning Find S Algorithm | Example 2 Read More »

You cannot copy content of this page