Posts

Showing posts from 2025

OOPs through Java - R23 - Model paper - 3

  MODEL QUESTION PAPER – 3 Object-Oriented Programming through Java Time: 3 Hours                                                                                                                                      Max Marks: 70 SECTION – I (10 × 5 = 50 Marks) Answer ALL questions. Each has (a) and (b) parts. Unit I (a) Explain variables, data types, and literals in Java with examples. (5M) (b) Write a Java program to display the multiplication table of a given number using a for loop. (5M) (OR) (a) What are control statements in Java? Explain selection statements with examples. (5M...

OOPs through Java - R23 - Model paper-2

  MODEL QUESTION PAPER – 2 Object-Oriented Programming through Java Time: 3 Hours                                                                                                                                      Max Marks: 70 SECTION – I (10 × 5 = 50 Marks) Answer ALL questions. Each question has (a) and (b) sub-questions. Unit I (a) Explain the differences between Procedural Programming and Object-Oriented Programming. (5M) (b) Write a Java program to find whether a number is prime or not using loops. (5M) (OR) (a) Explain different types of operators in Java with examples. (5M) ...

OOPs through Java - R23 - Model paper-1

  MODEL QUESTION PAPER - 1 Object-Oriented Programming through Java Time: 3 Hours                                                                                                                                      Max Marks: 70 SECTION – I (10 × 5 = 50 Marks) Answer ALL questions. Each question has (a) and (b) sub-questions. Unit I (a) Explain the features of Object-Oriented Programming with examples. (5M) (b) Write a Java program to print the Fibonacci series up to n terms. (5M)  (OR) (a) Explain operator precedence and associativity with suitable examples. (5M) (b) Different...

OOP through Java - R23 - Important Questions

 OOP through Java - R23 - Important Questions 📘 Java Question Bank – Unit-wise (with Marking Scheme) UNIT I: Object-Oriented Programming 🔹 10 Marks (Essay type) Explain the basic principles of Object-Oriented Programming in Java with examples. Describe the different types of operators in Java with suitable examples. Discuss different types of control statements in Java with syntax and examples. 🔹 5 Marks (Short Essay) Differentiate between procedural programming and object-oriented programming. Write a program to demonstrate command line arguments. Explain scope and lifetime of variables in Java. Write short notes on type casting in Java with example. Explain the use of relational and logical operators with examples. Write a Java program to find the largest of three numbers using if-else . Differentiate between while loop and do-while loop with an example. Explain the difference between break and continue statements with examples. 🔹 2 ...

OOP through Java - R23 - Important topics

 OOP through Java - R23 - Important topics Unit I: Object-Oriented Programming ✅ Most Important Basic Concepts & Principles of OOP Program Structure in Java (Class, Objects, Methods) Data Types, Variables, Operators (esp. Arithmetic, Relational, Logical, Assignment, Increment/Decrement, Ternary) Control Statements (if-else, switch, loops) ⭐ Important Command Line Arguments, User Input, Escape Sequences Precedence & Associativity of Operators Scope of Variables, Static Variables/Methods, Final Keyword 🔹 Medium Formatted Output using printf() Comments & Coding Style Unit II: Classes and Objects ✅ Most Important Class Declaration & Object Creation Constructor Methods (Default, Parameterized, Overloaded) Access Specifiers (public, private, protected, default) Passing Arguments by Value and by Reference ⭐ Important Nested Classes, Final Class & Methods Overloaded Methods, Recursive Methods Static Methods...

Artificial Intelligence - R23 - Model Paper 3

  MODEL QUESTION PAPER – 3 (Practice Paper) (B.Tech – III Year I Sem, JNTUK R23 Syllabus) Time: 3 Hours                                                                                                                                   Max. Marks: 70 SECTION – I (10 × 5 = 50 Marks) (Answer ALL questions. Each question has (a) & (b).) Unit – I (Introduction) 1. (a) Explain the concept of intelligent agents with examples. (5M) (b) Discuss the nature of environments in AI. (5M) (or) 2. (a) Explain the components of a problem-solving agent. (5M) (b) What is autonomy in agents? Give examp...

Artificial Intelligence - R23 - Model Paper 2

  MODEL QUESTION PAPER – 2 (Practice Paper) (B.Tech – III Year I Sem, JNTUK R23 Syllabus) Time: 3 Hours                                                                                                                                             Max. Marks: 70 SECTION – I (10 × 5 = 50 Marks) (Answer ALL questions. Each question has (a) & (b).) Unit – I (Introduction) 1. (a) Discuss the history and foundations of Artificial Intelligence. (5M) (b) Explain problem formulation in AI with example. (5M) (or) 2. (a) Explain characteristics of task environments. (...

Artificial Intelligence - R23 - Model Paper 1

  MODEL QUESTION PAPER – ARTIFICIAL INTELLIGENCE (B.Tech – III Year I Sem, JNTUK R23 Syllabus) Time: 3 Hours                                                                                                                                             Max. Marks: 70 SECTION – I (10 × 5 = 50 Marks) (Answer ALL questions. Each question has (a) & (b).) Unit – I (Introduction) 1. (a) Explain the structure of an intelligent agent with neat sketch. (5M) (b) What is rationality in AI? Explain with examples. (5M)  (or) 2. (a) Differentiate between agents and e...

Artificial Intelligence - R23 - Important questions.

  Important questions AI - R23 UNIT – I: Introduction Essay (10 Marks) Explain the structure of an intelligent agent with neat diagram and examples. Discuss different types of environments in AI with suitable examples. Explain the foundations and history of Artificial Intelligence. How problem-solving agents work? Illustrate with example. Short Essay (5 Marks) Explain the concept of rationality in AI. Differentiate between agents and environments. Explain the structure of an intelligent agent with a neat sketch. What is problem formulation in AI? Give an example. Explain characteristics of task environments. Write a short note on autonomous agents. Discuss different types of environments with examples. Explain the role of problem-solving agents in AI. Short Answer (2 Marks) Define Artificial Intelligence. Write two real-world applications of AI. What are the foundations of AI? Define intelligent agent. What is an environment in AI? W...