DTP-2

Welcome to your DTP-2 DATE:July 27, 2026

1.The Default output resolution is ______________ dpi

2.Place option of File menu place the following in the location where you want

3.Paste Multiple option is available in ___________ menu

4.Which is not an option of Multiple Paste

5.Edit Story option is available in ___________ Menu

6.Edit Story option is use for _____________

7.Insert Page option is use to insert the page and available in Edit Menu

8.Short Cut key for Goto page number is _________

9.Column Guides is use for ___________

10.Autoflow option is use for automatically adjust the text into the page/column and available in utility menu

11.We can insert the pages before and after the perticular page.

12.Expert Tracking is use to manage the distance between two word.

13.Expert Tracking option contain

14.Export Tracking Does not contain ________ option

15.Which of them is a Sepcial Alignemnt suported by Page Maker

16.Short Cut key for Fill and Stroke is ___________

17.Stroke Option is use to change the line thickness

18.Stroke has the ___________ option

19.Stroke option is use to change the ________

20.Which is not an option of arrange

21.Which is not true about Lock option.

22.Polygon setting option is use to _________

23.Rounded Corner has ________ number of option

24.Short cut key of Lock and Unlock is ________ and _______________

25.Shorcut key of Zoom in and zoomout is ______ and ____________

DTP-1

Welcome to your CPP-1 DATE:July 27, 2026

1.Which of them is a default Constructor when name of class is student

2.________________ is a default constructor

3.Constructor have having one or more parameter is known as _____________-

4.Which is not true about function overriding

5.One of them is true about FRIEND function is that_________

6.Class member is Private by default

7.Structure member can public by default

8.Union member can store the data at same memory location

9.Structure member can store data at same memeber location

10.One of them is not an exist control loop.

11.Which of them is not a function type?

12.which of them is not true about constant

13._______________ number of constatn are in C++

14.double data type require _____________- number of bytes

15.Which is true above Virtual Function.

16.Which not them is correct about an abstract class.

17.______________ an abstract class

18.We can not create the object of abstract class

19.The final class cannot be inherited.

20.Exception is a run time error

21.Catch block contain the exception handler rountine

22.Catch Statment contin the Excception throw as a parameter

23.Try statement contain

24.Which is not a part of exception handling routine in C++

25.Which statment is not true about catch statement.

CPP-4

Welcome to your CPP-4 DATE:July 27, 2026

CPP-3

Welcome to your CPP-3 DATE:July 27, 2026

1.&& operator is use to commbine two ___________ type of values

2.____________ statement is use to exit from the inner loop.

3.Function prototype tell the compiler return type name and ____________

4.A function that has return type ___________ does not return any value to the calling function

5.A C++ function invoking the function is known as ______________________

6.____________ storage type variable retain it values

7.________________________ is a global

8.The default access mode for a class is ______________

9.Scope of auto variable is ________________

10.if the array A[5] the index number from _________- to __________________-

11.The _________ key word is use to overload the operator

12.which of them is not overloaded

13.when Class B inherited from Class A then A is called ____________

14.which is of the following is not a access specifier

15.C++ support following type of stream

16.Priavte member of a class can access outside the boundry of the class

17.Member function can define outside the boudry of the class by using ___________

18.One of them is not true about constructor

19.Public member can access anywhere in the program

20.Protected member can acess in the class or its subclass

21.Public member can not access outside the boundry of the class

22.Private mamber can acess out the boudry of the class

23.Which of them is not true about function overloading

24.Which of them is not true about constructor overloading

25.when Class B inherited from Class A then B is called ____________

CPP-2

Welcome to your CPP-2 DATE:July 27, 2026

1.finally statement is use for ______________

2.The finally block will appear

3.The class from which the other class is drived is known as ________

4.The Class that inherited from the other class is known as ____________

5.The Overloaded function can be indentified by _____________

6.Which of them is an array of object
if Student is a class

7.The object of a class is ________________

8.Which of them is not a type of inheritance.

9.when one class is drived from only one class is known as ____________

10.Class AA { };
class BB { };
class CC:public AA { };
identify the inheritance;

11.class AA{ };
class BB { };
class CC : public AA, public BB { };
identify the inheritance

12.class AA{ };
class BB : public AA{ };
class CC :public BB { };
identify the inheritance

13.In multiple inheritance we can create the object of ____________ number of class

14.In Hierarchical inherritance we can create the object of _______________ number of class

15.Hybrid inheritance is ________________

16.Inheritance is a machanism by which we can drive a class from an existing class

17.When a class is drive a class from more than one class is known as

18.Class that contain one or more pure virtual function is known as abstract class

19.Open() is use for ______________

20.ios:: in

21.wirte() function is to writing the data to the file

22.read() function is use to read the data from the file

23.Which of the following is not a opening mode of file

24.Every C++ program execution begin at the function________________-

25.Relational operator has the ________________precedence than arithmatic opeator

CPP-1

Welcome to your DTP-1 DATE:July 27, 2026

1.DTP stand for _________

2.In DTP Which of them are the software we use

3.The main job of the DTP operator to _____

4.If you want to make changes in the pictures then____________ software is use

5.If you want to design certain symbols, or shape we can use

6.We can copy or cut the content from Page maker and paste the content to the other software.

7.All Design and change is made in photo can me taken into the ____________ software for completing the job of design

8.We can not move or copy the content of the page maker design to another application software.

9.Photoshop is use for____________

10.We can only make the change or modify or edit the image in Photoshop

11.Undo command can not reverse the action of changes made using style and color palettes

12.____________________ command can reverse the action of changes made using style and color palettes

13.Revert command can not reverse the action of changes made using style and color palettes

14.Revert command restore the status upto last saved point

15.Which of them is not a true about revert


16.Acquire option is use to for scanning the image

17.File ---> Acquire ---> Acquire Image is use to take image from web camera or scaner

18.File -----> Acquire ---> Select Source is use for ____________

19.Which of them is not an option of Export in Page Maker

20.Which of them is option available in File ---> Export of Page Maker

21.The Paper size of Letter is _______ by ___________

22.The Default orientation of Pages in Page maker is

23.The Default Orientation of Pages in Page Maker is Tall

24.The Default Orientation of Pages in Page Maker is Wide

25.The Top Margin of the Page in Page make is ___________ and Bottom is ______________

C Language-IV

Welcome to your C Language-IV DATE:July 27, 2026

1.What happend if we can not initilize the variable

2.What happen if we can not initialize the the constant

3.Identify the operator
Variable = (Expression)? true value: false value;

4.How many times the loop will execute
int i=10;
do {

}while(i<10);

5.How many time the loop wil execute
int i=10;
while(i<10)
{

}

6.which of the followin is not a storage data type

7.Which if the following is a storage class type

8.what is the output
void main()
{
int a=5,*pt; //Assume the address of a is 7098
pt=&a;
printf("%u",pt)
}

9.what is the output
void main()
{
int a=5,*pt; //Assume the address of a is 7098
pt=&a;
printf("%d",*pt)
}

10.what is the output
void main()
{
int a=5,*pt; //Assume the address of a is 7098
pt=&a;
printf("%u",&a)
}

11.what is the output
void main()
{
int a=5,*pt; //Assume the address of a is 7098
pt=&a;
printf("%u",**pt)
}

12.what is the output
void main()
{
int a=5,*pt; //Assume the address of a is 7098
pt=&a;
printf("%d",*(&a));
}

13.What is the range of unsigned int variable

14.What is the range of unsigned int datatype

15.which of the following data type does not require 4 byte in memory

16.Which iof the followin is require only one byte

17.main( )
{
float a=10.3;
float *b;
b=&a;
/*address of a=1500 */
printf("\n%u%u",&a,b);
}

18.main( )
{
int i=2;
int *j; /* address of i=2645 &
j=&i address of j=2670 */
printf("\n%u",&i);
printf("\n%u",j);
}

19.The library function _____ is used to open the file.

20.Which keyword is used to define structure?

21.main( )
{ int i=3;
int *j,**k;
/* address of i=3456, j=&i; address of j=2976, k=&j; address of k=1200 */
printf("\n%d%d",*j,**k);
}

22.Which extension is used for c program file

23.How many decimal places are displayed when a number has a conversion specification of %f

24.Which is modulus operator from

25.If an array has storage class as static then all the array elements would have the default initial value as zero(0).

C Language-III

Welcome to your C Language-III DATE:July 27, 2026

1.find output
int x=5;
if(x>10);
x=100;
else
x=200;

2.What is recursion?

3.Which is not correct for pointer.

4.sqrt(x) function return the squre root fo the X.

5.Can you use the function fprintf() to display the output on the screen?

6.What is output of the code
int i=1,s=0;
while(i<10)
{
s=s+i;
}
printf("%d",s);

7."\n" back Slash operator is use for _________

8.\t is use for _____________.

9.Which of them is not C indentifier.

10.The short cut key for save and run is __________ and _____________

11.In C language program the program execution started from main()

12.which if the followi ng error dispaly by compiler

13.The ___________ function is use to dispaly out on screen.

14.The ____________ is the none executable statement.

15.if structure variable is pointer then ___________________- operator is use for accessing the data member of the structure

16.Which of them is not a bit wise opeator

17.int X=123;
Means the variable is initialize. State ?

18.If an array initlize the less number of element then its size then ?

19.for POW function which header file is use ?

20.struct book
{ char title[20];
char author[20];
int price;
} B;
what is incorrect in above declartion

21.What will be the following function call ?
divide(2,3)

22.What will be the decleration of the following function
divide(2,3)

23.What will be the defination of the following function
divide(2,3)

24.Which of the following is athe control string for OCTAL number system.

25.which of the following is not a backshelesh character.

C Language-II

Welcome to your C Language-II DATE:July 27, 2026

1.Declare a sturcture 'Student ' variable for storing the record of 10 student

2.int A[10];
y=sizefof(A);
what is the value of y?

3.Which is not correct for 'unsigned int' variable?

4.which in correct for Array

5.________ element is called base address.

6.When an if statement will appear in another else statement then it is known as if else ladder

7.When and if statment will appear in another if statment is known as Nested if-else

8.Which function return a value

9.Whic is in correct for 'isuppper(x)'.

10.Every String is termianted by '\0'

11.Which is not coreect for Char datatype.

12.Union member store data at the same memory location

13.Union memeber can directly Access in a program.

14.Structure memeber can't directly access.

15.Which is not a valid file open mode

16.Which is the correct way of opening a file for storing data

17.The file mode 'r' is use for ________________________

18.fprintf satement is supported by which of the following header file.

19.Which is the correct way of declarting the file pointer

20.What is the output of the code
char str1[10] ; /* having value "KAMPTE" */
char str2[10]; /* having value NAGPUR
strcpy(str1,str2);
printf("%s", str1);

21.%6d means _________________

22.%d is a control string for ____________

23.FILE * pt;
pt=fopen("result.txt","w");

24.What happen if we can not initialize a variable.

25.C is a _____________ type of Language.

C Language-I

Welcome to your C Language-I DATE:July 27, 2026

1.int Data type require _____________________________ number of bytes required to store data

2.int x=234;
y=sizeof(x);
What is the value of y

3.x=2
printf("%d",x++)
What is output.

4.which of the following is an exist control loop

5.int x=10,s=0;
while(i<10)
{
s=s+i;
}
printf("%d",s);
What is output

6.which of them is not a correct variable name?

7.What is Data Type

8.Which of them is/are the Entry control loop

9.Which of them is not a type of operator

10.Which of them is not a binary Operator

11.x=23
y=(x>20):10:12;
What is value of y

12.int X=2
switch(X)
{
case 1"
printf("ONE");
case 2:
printf("TWO");
break;
detault:
printf("Default");
break;
}
What is output

13.int X=1;
switch(X)
{
case 1"
printf("ONE");
case 2:
printf("TWO");
break;
detault:
printf("Default");
break;
}

14.Function call by ____________________________

15.The Varaible that value we are passing is know as _____________________

16.The Variable that capture the value of the actural Argument is known as ___________________

17.Declaration of fuction is called ________________________

18.Which is incorrect for the constant

19.What is output
int i=11,s=0;
do
{
s=s+i;
} while(i<10);
printf("%d",s);

20.Which is true for Structure

21.Sturcture declartion is called _____________

22.Which of them is not a function type?

23.int fact();
is a Function prototype that means

24.void Fact() means

25.By default a fucntion can return an ___________ type value