| Title | Difficulty | Language | Categories | Views | Date | Action |
|---|---|---|---|---|---|---|
|
Structure program
Consider a structure as follows:
struct stud_info
{
int rno;
char sname[30];
int marks;
};
Write a C program that a...
|
Easy | C |
-
|
7 | Jan 30, 2026 | |
|
Python String program
Write a Python program that accepts a line of text from the user and performs following operations on it.
i) Toggle cas...
|
Python |
-
|
11 | Jan 30, 2026 | ||
|
**Program to Find the Application with the Highest Rating Using Structure**
Create structure App Data with following members:
App Name, download Count, rating, developer
Accept 5 Application det...
|
C |
📦 Structure
|
9 | Jan 30, 2026 | ||
|
Matrix Addition of Two 3×3 Matrices Using C
Write a C program to perform matrix addition of two 3x3 matrices....
|
Medium | C |
📊 Arrays
|
5 | Jan 30, 2026 | |
|
**Python Program to Perform Operations on a List of Student Names**
Write a Python program to create a list of student's names and perform following operations on it.
i. Append Name in a l...
|
Python |
🎯 OOP
|
16 | Jan 30, 2026 | ||
|
C Program to Return the Maximum of Three Numbers
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from ...
|
Easy | C |
⚡ Functions
|
4 | Jan 30, 2026 | |
|
DataFrame Operations on Book Details Using Pandas
Create a DataFrame from a CSV file which contains following values.
Book_no, Book_name, Price, Author Perform following...
|
Hard | Python |
🐼 Pandas
|
6 | Jan 30, 2026 |
Expand by type, then topic, then open subtopic questions.
Second View
Current topic/subtopic view ke saath ab ek combined explorer bhi hai jahan saare mapped questions ek sath milenge.
| Type | Question | Topic | Subtopic | Marks/Category |
|---|---|---|---|---|
| Theory | Explain fixed loop iterative statements in Python. | Iterative statements | While loop, | 3 Marks |
| Theory | Discuss any two iterative statements of Python. | Iterative statements | While loop, | 3 Marks |
| Theory | Explain the while loop in Python with the else clause. | Iterative statements | While loop, | 3 Marks |
| Theory | What is a List? How to create a list in Python? How to access list members? Explain with examples. | Python Collections | List in Python | 5 Marks |
| Theory | Explain list with its methods. | Python Collections | List in Python | 5 Marks |
| Theory | Explain list slicing with examples. | Python Collections | List in Python | 5 Marks |
| Theory | Write a note on sets and its methods with examples. | Python Collections | Sets: | 5 Marks |
| Theory | Explain operations performed on tuples. | Python Collections | Tuples: | 3 Marks |
| Theory | Differentiate tuple and dictionary | Python Collections | Tuples: | 5 Marks |
| Theory | Write a note on features of the Python programming language. | Python Fundamentals | Features of Python Programming | 5 Marks |
| Theory | Explain numeric data types in Python | Python Fundamentals | Python Data types | 5 Marks |
| Theory | How to declare variables in Python? Explain local and global variables with examples. | Python Fundamentals | Python Variables | 3 Marks |
| Theory | Explain different ways to pass arguments to user defined functions in Python. | Python Fundamentals | User defined function. | 3 Marks |
| Theory | Write a Python program with a user defined function that checks whether a number is palindrome or not. | Python Fundamentals | User defined function. | 3 Marks |
| Theory | Write a Python program with a user defined function that accepts a string and replaces all vowels with '*' | Python Fundamentals | User defined function. | 1 Marks |
| Theory | What is NumPy? Write a note on NumPy with its methods. | Python Library | Introduction to Numpy | 5 Marks |
| Theory | How to create an array using NumPy? Explain any two methods with examples. | Python Library | Introduction to Numpy | 5 Marks |
| Theory | Write a Python program which repeatedly asks the user to enter product name and its price. Store the information in a dictionary and allow searching by product name. | Python Library | Python Library Pandas | 5 Marks |
| Theory | Explain Pandas DataFrame in brief. How to create a DataFrame using a list? | Python Library | Python Library Pandas | 5 Marks |
| Theory | Explain arithmetic operators in Python. | Python Operators | Arithmetic Operators(+,-,*,/,%,**,//) | 3 Marks |
| Theory | Explain identity and membership operators in Python in detail. | Python Operators | Identity and member operators(is, is not, in, not in) | 1 Marks |
| Theory | Explain logical and member operators in Python. | Python Operators | Logical Operators(and, or, not) | 1 Marks |
| Theory | Write a note on operations performed on string in Python. | Python Strings | Python Strings | 5 Marks |
| Theory | Explain any four string methods in Python with examples. | Python Strings | String methods | 3 Marks |
| Theory | Differentiate find() and index() functions of string in Python. | Python Strings | String methods | 3 Marks |
| Theory | Write difference between replace() and split() of string in Python | Python Strings | String methods | 3 Marks |
| Theory | Explain conditional statements in Python. | Python conditional | If statement | 3 Marks |
| Theory | Discuss memory allocation in union. | Structure and Union | Union | 3 Marks |
| MCQ | Which of the following is a collection of different data types? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the purpose of the 'else' statement in C's 'if-else' control structure? | Structure and Union | What is Structure | Not Set |
| MCQ | Which control structure is used to make a decision between two or more alternatives in C? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the result of the expression 5 > 3 && 4 < 6 in C? | Structure and Union | What is Structure | Not Set |
| MCQ | In C, what happens if the 'default' case is missing in a 'switch' statement? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the purpose of the 'continue' statement in C? | Structure and Union | What is Structure | Not Set |
| MCQ | How many times will a 'do-while' loop execute its body if the condition is initially false in C? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the result of the expression !(5 == 5) in C? | Structure and Union | What is Structure | Not Set |
| MCQ | In C, which control structure is used to iterate through a collection of items, such as an array or a list? | Structure and Union | What is Structure | Not Set |
| MCQ | Which of the following has the same syntax.(1) Structure (2) Union (3) Array (4) Pointer | Structure and Union | What is Structure | Not Set |
| MCQ | What is the similarity between structure, union and enumeration? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the main difference between structure and union? | Structure and Union | What is Structure | Not Set |
| MCQ | What is a structure in C language.? | Structure and Union | What is Structure | Not Set |
| MCQ | What is the size of a C structure.? | Structure and Union | What is Structure | Not Set |
| MCQ | Choose a correct statement about C structures. | Structure and Union | What is Structure | Not Set |
| MCQ | A C Structure or User defined data type is also called.? | Structure and Union | What is Structure | Not Set |
| MCQ | What are the uses of C Structures.? | Structure and Union | What is Structure | Not Set |
| MCQ | What are the types of data allowed inside a structure.? | Structure and Union | What is Structure | Not Set |
| MCQ | Which of the following operation is illegal in structures? | Structure and Union | What is Structure | Not Set |
| MCQ | Which of the following cannot be a structure member? | Structure and Union | What is Structure | Not Set |
| MCQ | Which properly declares a variable of struct foo? | Structure and Union | What is Structure | Not Set |
| MCQ | Members of a union are accessed as________________. | Structure and Union | What is Structure | Not Set |
| MCQ | Which of the following is a properly defined struct? | Structure and Union | What is Structure | Not Set |
| MCQ | Presence of code like "s.t.b = 10" indicate | Structure and Union | What is Structure | Not Set |
| MCQ | What is the keyword used to define a structure in C? | Structure and Union | What is Structure | Not Set |
| Theory | Write a note on Structure in C with an example. | Structure and Union | What is Structure | 5 Marks |
| MCQ | Types of function in C language | User defined functions | Function return type, parameter list, local function variables | Not Set |
| MCQ | Which keyword is used to give back the value | User defined functions | Function return type, parameter list, local function variables | Not Set |
| MCQ | C program much contain atleast | User defined functions | Function return type, parameter list, local function variables | Not Set |
| MCQ | Which of the function definition run correctly | User defined functions | Function return type, parameter list, local function variables | Not Set |
| Theory | What is a function prototype? Write its importance. | User defined functions | Function return type, parameter list, local function variables | 2 Marks |
Asked by Jay Valia on Jan 30, 2026
Create a DataFrame from a CSV file which contains following values. Book_no, Book_name, Price, Author Perform following operations on it: 1. Print the values of the book name. 2. Display book name and author. 3. Display the details of a book named 'Let us C'. 4. Display the details of the book at location 3rd .
Asked by Jay Valia on Jan 30, 2026
Write a C program to create a user defined function max () which accepts 3- numbers and returns the maximum number from them.
Asked by Jay Valia on Jan 30, 2026
Write a Python program that accepts a line of text (which consists of multiple words) from the input device. Remove duplicate characters from it and make a line of text unique
Asked by Harsh Ojas Dave on Jan 30, 2026
Write a Python program to create a list of student's names and perform following operations on it. i. Append Name in a list. ii. Display list in sorted order. iii. Count the total number of students in the list. iv. Display the last 3 names of a list.
Asked by Jay Valia on Jan 30, 2026
Write a C program to perform matrix addition of two 3x3 matrices.
Asked by Harsh Ojas Dave on Jan 30, 2026
Create structure App Data with following members: App Name, download Count, rating, developer Accept 5 Application details from the user and print details of the application whose rating is highest.
Asked by Harsh Ojas Dave on Jan 30, 2026
Write a Python program that accepts a line of text from the user and performs following operations on it. i) Toggle case ii) Title case iii) Sentence case iv) Exit Note: Menu will be repeated until the user selects the Exit option.
Asked by Harsh Ojas Dave on Jan 29, 2026
Consider a structure as follows: struct stud_info { int rno; char sname[30]; int marks; }; Write a C program that accepts details of N-students and displays student's details in descending order on marks.
Asked by Fahad Vahora on Jan 29, 2026
Write a C program to perform matrix addition of two 3x3 matrices.
No assignments available yet.