subject_title
stringclasses 2
values | time
stringclasses 1
value | subject_code
stringclasses 2
values | maximum_marks
float64 100
100
β | section
stringclasses 3
values | question
stringlengths 2
160
| marks
int64 1
5
|
---|---|---|---|---|---|---|
null | null | null | null | PART β C | 16. Explain the structure of C program with a neat sketch. | 5 |
null | null | null | null | null | 17. Explain various data types in C with example. | 5 |
null | null | null | null | null | 18. Describe the different types of operators in C. | 5 |
null | null | null | null | null | 19. Explain various input and output statements in C. | 5 |
null | null | null | null | null | 20. Explain various control statements in C with example. | 5 |
null | null | null | null | null | 21. a. Write a program to find the factorial of a number using recursion. | 5 |
null | null | null | null | null | 22. Describe storage classes in C. | 5 |
null | null | null | null | null | 23. What is pointer? Write a program to swap two numbers using pointers. | 5 |
null | null | null | null | null | 24. What is array within structure? Explain with a program. | 5 |
null | null | null | null | null | 25. Write a program to copy the contents of one file into another. | 5 |
PROGRAMMING IN C | 3 hours | CS101 | 100 | PART β A | Define algorithm. CO1 1 | 1 |
null | null | null | null | null | Identify the invalid variable(s) in the following declations. | 1 |
null | null | null | null | null | Predict the output of the following program. | 1 |
null | null | null | null | null | Differentiate between = and == operator. CO1 1 | 1 |
null | null | null | null | null | Show how the execut ion for do while loop is terminated. CO3 1 | 1 |
null | null | null | null | null | The data type of the controlling statement of a switch statement cannot be of | 1 |
null | null | null | null | null | Predict the error / output in the following program: | 1 |
null | null | null | null | null | Predict the error / output in the following program: | 1 |
null | null | null | null | null | Predict the error (if any)/output in the following program. | 1 |
null | null | null | null | null | Give the output of following code. | 1 |
null | null | null | null | PART β B | Draw the block diagram of computer and describe its components. CO1 3 | 3 |
null | null | null | null | null | Write a C program to calculate square of a number using arithmetic operator. CO6 3 | 3 |
null | null | null | null | null | Write a C program to display the consecutive digits 0, 1, 2, β¦. 9, with one | 3 |
null | null | null | null | null | Write a C program to copy the contents of one character array to another, | 3 |
null | null | null | null | null | Write a C program to find factorial of given number using recursion. CO4 3 | 3 |
null | null | null | null | null | Illustrate dynamic memory allocation with suitable example. CO2 3 | 3 |
null | null | null | null | PART β C | 23. Q.No 24 is a Compulsory Question) | 5 |
null | null | null | null | null | 17. a. Discuss the structure of a C program. CO1 6 | 5 |
null | null | null | null | null | 18. a. Develop a C program to display the memory allocated for primitive datatypes . CO2 6 | 5 |
null | null | null | null | null | 19. a. Write a C program to calculate the sum of first n odd integers (i.e., 1+3+5+ | 5 |
null | null | null | null | null | 20. a. Write a C program to search a substring within a given string. CO5 6 | 5 |
null | null | null | null | null | 21. a. Write a C program to find fib onacci of given number using function. CO4 6 | 5 |
null | null | null | null | null | 22. a. Explain the relational and logical operators in C with relavent examples. CO1 6 | 5 |
null | null | null | null | null | 23. a. Explain the various branching control statements in C with example. CO3 6 | 5 |
null | null | null | null | null | 24. a. Discuss Structures. Create a structure variable for the structure Student, and | 5 |
PROGRAMMING IN C | 3 hours | CS101 | 100 | PART β A | The C language was developed by _________. | 1 |
null | null | null | null | null | Write the use of assignment operator. | 1 |
null | null | null | null | null | What is the use of continue statement? | 1 |
null | null | null | null | null | Write the syntax for switch statement. | 1 |
null | null | null | null | null | What are the reasons for using functions in a C program? | 1 |
null | null | null | null | null | What is a pointer? | 1 |
null | null | null | null | null | Define array. | 1 |
null | null | null | null | null | What are strings? | 1 |
null | null | null | null | null | What is the purpose of getch( ) function? | 1 |
null | null | null | null | null | List out the categories of library functions available for I/O. | 1 |
null | null | null | null | PART β B | Write the rules for constructing variable names. | 3 |
null | null | null | null | null | Write the use of break statement. Give an example. | 3 |
null | null | null | null | null | Differentiate call by value and call by reference. | 3 |
null | null | null | null | null | Discuss about passing array elements to a function. | 3 |
null | null | null | null | null | Differentiate structure and union. | 3 |
null | null | null | null | PART β C | 16. Explain the various logical operators and bit wise operator. | 5 |
null | null | null | null | null | 17. Write short notes on: | 5 |
null | null | null | null | null | 18. Explain in detail about various decision control instructions in C. | 5 |
null | null | null | null | null | 19. Discuss about various looping statements with examples. | 5 |
null | null | null | null | null | 20. What is a function? Explain the advanced features of functions. | 5 |
null | null | null | null | null | 21. A five digit positive integer is entered through the keyboard. Write a function to calculate sum | 5 |
null | null | null | null | null | 22. Explain about standard library string functions in C. | 5 |
null | null | null | null | null | 23. Write a C program to multiply two 3x3 matrices. | 5 |
null | null | null | null | null | 24. Discuss about the following with an example. | 5 |
null | null | null | null | null | 25. Write a C program that will read a file and count how many characters, spaces, tabs and | 5 |
C# PROGRAMMING | 3 hours | CS255 | 100 | PART β A | What is called Reference Type? | 1 |
null | null | null | null | null | What is the use of finally block in C#? | 1 |
null | null | null | null | null | To override a method in a base class with the same signature, that base class method must be | 1 |
null | null | null | null | null | How to retrieve the element form the ArrayList using foreach statement? | 1 |
null | null | null | null | null | What is the default event of a Button control? | 1 |
null | null | null | null | null | What is the usage of Ad rotators control? | 1 |
null | null | null | null | null | Write any two Data Adapters. | 1 |
null | null | null | null | null | What is the use of sqlDataReader class? | 1 |
null | null | null | null | null | What are in the assembly? | 1 |
null | null | null | null | null | What is SOAP? | 1 |
null | null | null | null | PART β B | What is the use of the string Insert method? | 3 |
null | null | null | null | null | What is called sealed class? | 3 |
null | null | null | null | null | How can you display items in multiple columns in a list box? | 3 |
null | null | null | null | null | What is called Data Binding? List out the different types. | 3 |
null | null | null | null | null | What is called shared assembly? | 3 |
null | null | null | null | PART β C | 16. What is called Custom exception? How to create Custom exception? Give an example. | 5 |
null | null | null | null | null | 17. a. Explain briefly about the various access modifiers. (8) | 5 |
null | null | null | null | null | 18. How to create an Interface? Explain with suitable example. | 5 |
null | null | null | null | null | 19. Explain briefly about the Hash table with suitable example. | 5 |
null | null | null | null | null | 20. a. How to create multi window applications? Explain briefly. (8) | 5 |
null | null | null | null | null | 21. What are called Validation server controls? Explain briefly. | 5 |
null | null | null | null | null | 22. What is Complex Data Binding? Explain with example. | 5 |
null | null | null | null | null | 23. Write ADO.NET Program to connect and retrieve data from data source using the .NET | 5 |
null | null | null | null | null | 24. How to synchronize threads using a monitor? Explain with example. | 5 |
null | null | null | null | null | 25. Discuss the security issues in C#.net with example? | 5 |
PROGRAMMING IN C | 3 hours | CS101 | 100 | PART β A | Identify the number of bytes reserved for a float variable in windows 64-bit | 1 |
null | null | null | null | null | Locate the invalid variable(s) in the following declarations. | 1 |
null | null | null | null | null | State any three unary operators. CO2 R 1 | 1 |
null | null | null | null | null | Name different types of operators that are included in C. CO2 R 1 | 1 |
null | null | null | null | null | __________ statement skips the current iteration and initiates the next | 1 |
null | null | null | null | null | __________ loop is called as exit controlled loop. CO3 R 1 | 1 |
null | null | null | null | null | List the two ways a string can be declared. CO4 R 1 | 1 |
null | null | null | null | null | Identify the value of num[6] from the below line of code | 1 |
null | null | null | null | null | State the string termination character. CO5 R 1 | 1 |
null | null | null | null | null | Predict the output for the following code. | 1 |
null | null | null | null | PART β B | Draw the block diagram of computer and describe its components. CO1 U 3 | 3 |
null | null | null | null | null | Compare and contrast βkeywordβ and βidentifierβ in C with examples. CO2 U 3 | 3 |
null | null | null | null | null | Write a simple program to find whether a number is odd or even. CO3 A 3 | 3 |
null | null | null | null | null | Write the algorithm for bubble sort program. CO4 U 3 | 3 |
null | null | null | null | null | Describe a function prototype along with its syntax. CO5 U 3 | 3 |