DTP-2 Welcome to your DTP-2 DATE:July 27, 2026 Name of Student 1.The Default output resolution is ______________ dpi 1000 300 600 200 None 2.Place option of File menu place the following in the location where you want Text Picture Both A and B None of A and B None 3.Paste Multiple option is available in ___________ menu Edit Layout File Type None 4.Which is not an option of Multiple Paste Past No of copies Horizontal Offset Vertical Offset Gaps None 5.Edit Story option is available in ___________ Menu Edit Layout File Utility None 6.Edit Story option is use for _____________ Typing Text in Page Maker Edit / modifiy in paragraph Both A and B None of A and B None 7.Insert Page option is use to insert the page and available in Edit Menu TRUE FALSE None 8.Short Cut key for Goto page number is _________ Alt+G Ctrl+G Alt+shift +G None of above None 9.Column Guides is use for ___________ Devide the Text into columns Move the Text into columns Both A and B None of A and B None 10.Autoflow option is use for automatically adjust the text into the page/column and available in utility menu TRUE FALSE None 11.We can insert the pages before and after the perticular page. TRUE FALSE None 12.Expert Tracking is use to manage the distance between two word. TRUE FALSE None 13.Expert Tracking option contain Loss Very Loss Very Tight All of Above None 14.Export Tracking Does not contain ________ option Loss Very Loss Normal Fast Normal None 15.Which of them is a Sepcial Alignemnt suported by Page Maker Force Justify Justify Align Left Align Right None 16.Short Cut key for Fill and Stroke is ___________ Ctrl+C Ctrl+U Ctrl+S Ctrl+M None 17.Stroke Option is use to change the line thickness TRUE FALSE None 18.Stroke has the ___________ option Hair Line Hairline All of the above None 19.Stroke option is use to change the ________ Line Thinkness Line Style Both A and B None of A and B None 20.Which is not an option of arrange Bring to Front Bring to Forward Send behind text Send behind back None 21.Which is not true about Lock option. Fix the position of object Cannot move the object Both A and B None of A and B None 22.Polygon setting option is use to _________ change the Figure or Shape Change the Number of Sides Dimenstion of figure Only A and B None 23.Rounded Corner has ________ number of option 2 4 1 6 None 24.Short cut key of Lock and Unlock is ________ and _______________ Ctrl+L and Alt+L Alt+L and Ctrl+L Shift +L and Ctrl+L Shift+Alt+L and Ctrl+L None 25.Shorcut key of Zoom in and zoomout is ______ and ____________ Ctrl+ + and Ctrl+- Alt++ and Alt+- Shift + + and Shift + - None of above None
DTP-1 Welcome to your CPP-1 DATE:July 27, 2026 Name of Student 1.Which of them is a default Constructor when name of class is student student() student(int) int student() int student(int) None 2.________________ is a default constructor Constructor have one parameter Constructor doesn't have any Parameter Constructor with Two parameter All of Above None 3.Constructor have having one or more parameter is known as _____________- Default constructor Parameterized constructor Both Above None of Above None 4.Which is not true about function overriding having same name Located in different class signature is different signature is same None 5.One of them is true about FRIEND function is that_________ access not private member of a class access private member of a class Both Above None of Above None 6.Class member is Private by default True False None 7.Structure member can public by default True False None 8.Union member can store the data at same memory location True False None 9.Structure member can store data at same memeber location True False None 10.One of them is not an exist control loop. for loop while loop do-while loop All of Above None 11.Which of them is not a function type? Calling Function Called Function Both Above None of Above None 12.which of them is not true about constant Store fixed value must initialize at the time of declaration const keyword is use to declare a constant Have no data type None 13._______________ number of constatn are in C++ constant Symbolic constant Both Above None of Above None 14.double data type require _____________- number of bytes 2 4 1 8 None 15.Which is true above Virtual Function. Automatically Called Have is necessary for dynamic binding Can not access in out side the boundary of class. Necessary for Static binding None 16.Which not them is correct about an abstract class. Having number of number of virtual function Having number of pure virtual function. Both Above None of Above None 17.______________ an abstract class Having Virtual function Having Pure Virtual function Having Friend function Having Overloaded function None 18.We can not create the object of abstract class True False None 19.The final class cannot be inherited. True False None 20.Exception is a run time error True False None 21.Catch block contain the exception handler rountine True False None 22.Catch Statment contin the Excception throw as a parameter True False None 23.Try statement contain The statement that my causes the exception The statement that handle the exception Both Above None of Above None 24.Which is not a part of exception handling routine in C++ try catch throw throws None 25.Which statment is not true about catch statement. Contain the exception handling routine Contain exception as parameter. Appear immediate after the try block Only one catch statement for a try None
CPP-3 Welcome to your CPP-3 DATE:July 27, 2026 Name of Student 1.&& operator is use to commbine two ___________ type of values Logical Relational Binary Arithmetic None 2.____________ statement is use to exit from the inner loop. Break Exit Cut Continue None 3.Function prototype tell the compiler return type name and ____________ Argument Type of Argument Both Above None of Above None 4.A function that has return type ___________ does not return any value to the calling function Void int float unsigned None 5.A C++ function invoking the function is known as ______________________ Function invoking Calling a function Return function Call and Return None 6.____________ storage type variable retain it values Static register auto extern None 7.________________________ is a global Static register auto extern None 8.The default access mode for a class is ______________ private public protected friend None 9.Scope of auto variable is ________________ Local to function Local to program Global to function Global to Program None 10.if the array A[5] the index number from _________- to __________________- 0-5 1-5 0-4 1-4 None 11.The _________ key word is use to overload the operator Operator Overloaded Override Function None 12.which of them is not overloaded ++ <= sizeof + None 13.when Class B inherited from Class A then A is called ____________ Super Class Drive Class Subclass All of Above None 14.which is of the following is not a access specifier Public Private Protected Optional None 15.C++ support following type of stream Input Output Both Above None of Above None 16.Priavte member of a class can access outside the boundry of the class True False None 17.Member function can define outside the boudry of the class by using ___________ Scope resolution operator By Function overriding Ternary operator By Function overloading None 18.One of them is not true about constructor Automatically invoked name is same as the name of class have return type. use to initialize the data member of class None 19.Public member can access anywhere in the program True False None 20.Protected member can acess in the class or its subclass True False None 21.Public member can not access outside the boundry of the class True False None 22.Private mamber can acess out the boudry of the class True False None 23.Which of them is not true about function overloading name of the function are same signature of the functions are different. overloaded function are in same class overloaded function are in different class None 24.Which of them is not true about constructor overloading Name are Same require to create two object. Parameters are different Parameters are Same None 25.when Class B inherited from Class A then B is called ____________ Super Class Drive Class Base Class All off Above None
CPP-2 Welcome to your CPP-2 DATE:July 27, 2026 Name of Student 1.finally statement is use for ______________ The statement that causes the exception That handled the exception when raised The statement that execute either exception raised or not. None of Above None 2.The finally block will appear After the try block After the catch block Before the try block Before the catch block None 3.The class from which the other class is drived is known as ________ Drive class Base class Super class Master class None 4.The Class that inherited from the other class is known as ____________ Super Class Sub Class Final Class Private Class None 5.The Overloaded function can be indentified by _____________ The name of the function The parameter of the function Both Above None of Above None 6.Which of them is an array of objectif Student is a class student st; student st[5]; student *st student st1,st2; None 7.The object of a class is ________________ instance of class template of class blue print of the class behavior of class None 8.Which of them is not a type of inheritance. Single Multiple Multilevel Multiway None 9.when one class is drived from only one class is known as ____________ Single inheritance Multilevel inheritance Not possible this type of inheritance None of Above None 10.Class AA { };class BB { };class CC:public AA { };identify the inheritance; Single Multiple Multilevel Hierarchical None 11.class AA{ };class BB { };class CC : public AA, public BB { };identify the inheritance Single Multiple Multilevel Hierarchical None 12.class AA{ };class BB : public AA{ };class CC :public BB { };identify the inheritance Single Multiple Multilevel Hierarchical None 13.In multiple inheritance we can create the object of ____________ number of class One Two as many as number of class exist in program None of Above None 14.In Hierarchical inherritance we can create the object of _______________ number of class One as many number of subclass object of all super class None of Above None 15.Hybrid inheritance is ________________ Combination of inheritance Combination of single and multiple Compination of multilevel and Hierarchical All of Above None 16.Inheritance is a machanism by which we can drive a class from an existing class True False None 17.When a class is drive a class from more than one class is known as Single Multiple Multilevel Hierarchical None 18.Class that contain one or more pure virtual function is known as abstract class True False None 19.Open() is use for ______________ Opening a file Reading a file Both Above None of Above None 20.ios:: in open the file for input Open the file for reading the file pen the file for writing the file All of Above None 21.wirte() function is to writing the data to the file True False None 22.read() function is use to read the data from the file True False None 23.Which of the following is not a opening mode of file ios::in ios::out ios::pt ios::app None 24.Every C++ program execution begin at the function________________- main super class function subclass function None of Above None 25.Relational operator has the ________________precedence than arithmatic opeator Higher Equal Lower None of Above None
CPP-1 Welcome to your DTP-1 DATE:July 27, 2026 Name of Student 1.DTP stand for _________ Desktop Publishing Desk Top Publisher Disk Type Publisher Disk Type Publication None 2.In DTP Which of them are the software we use Corel Draw Page Maker Photo Shop All of Above None 3.The main job of the DTP operator to _____ Create design Adevertizement Create Design and Logo Create Report and Manual All of the above None 4.If you want to make changes in the pictures then____________ software is use PhotoShop Corel Draw Page Maker None of the above None 5.If you want to design certain symbols, or shape we can use PhotoShop Corel Draw Page Maker All of the above None 6.We can copy or cut the content from Page maker and paste the content to the other software. TRUE FALSE None 7.All Design and change is made in photo can me taken into the ____________ software for completing the job of design Page Maker Corel Draw Photo Shop None of Above None 8.We can not move or copy the content of the page maker design to another application software. TRUE FALSE None 9.Photoshop is use for____________ Modifying in picture or image Creating picture or image Both A and B None of A and B None 10.We can only make the change or modify or edit the image in Photoshop TRUE FALSE None 11.Undo command can not reverse the action of changes made using style and color palettes TRUE FALSE None 12.____________________ command can reverse the action of changes made using style and color palettes Undo Redo Revert All of the above None 13.Revert command can not reverse the action of changes made using style and color palettes TRUE FALSE None 14.Revert command restore the status upto last saved point TRUE FALSE None 15.Which of them is not a true about revert Change color palette Use Like Undo Restore Upto last save Point All of Above None 16.Acquire option is use to for scanning the image TRUE FALSE None 17.File ---> Acquire ---> Acquire Image is use to take image from web camera or scaner TRUE FALSE None 18.File -----> Acquire ---> Select Source is use for ____________ Opening Image file from Location Opening file from Hard Disk Inserting Image from scanner Selecting Device of Scanner or camer None 19.Which of them is not an option of Export in Page Maker Adop PDF HTML Text None of Above None 20.Which of them is option available in File ---> Export of Page Maker Text Graphics PDF All of the above None 21.The Paper size of Letter is _______ by ___________ 11 x8 11.5 X 8 8.5 x 11 8 x 11.5 None 22.The Default orientation of Pages in Page maker is Tall Wide Horizontal Vertical None 23.The Default Orientation of Pages in Page Maker is Tall TRUE FALSE None 24.The Default Orientation of Pages in Page Maker is Wide TRUE FALSE None 25.The Top Margin of the Page in Page make is ___________ and Bottom is ______________ 1 and 1 inch .75 and 1 inche .75 and 75 inche 1 and .75 inche None
C Language-IV Welcome to your C Language-IV DATE:July 27, 2026 Name of Student 1.What happend if we can not initilize the variable Variable contain garbage value Variable contain 0 Compiler generate error None of above None 2.What happen if we can not initialize the the constant Contain garbage value Contain 0 Generate Error None of Above None 3.Identify the operatorVariable = (Expression)? true value: false value; Unary Operator Binary Operator Ternary Operator Special Operator None 4.How many times the loop will execute int i=10;do {}while(i<10); 1 10 9 11 None 5.How many time the loop wil executeint i=10;while(i<10){} 1 0 10 9 None 6.which of the followin is not a storage data type static extern enum register None 7.Which if the following is a storage class type static extern enum register None 8.what is the output void main(){int a=5,*pt; //Assume the address of a is 7098pt=&a;printf("%u",pt)} 5 7098 Doesn't generate output Generate Error None 9.what is the output void main(){int a=5,*pt; //Assume the address of a is 7098pt=&a;printf("%d",*pt)} 5 7098 Doesn't generate output Generate Error None 10.what is the output void main(){int a=5,*pt; //Assume the address of a is 7098pt=&a;printf("%u",&a)} 5 7098 Generate Error No output is generate None 11.what is the output void main(){int a=5,*pt; //Assume the address of a is 7098pt=&a;printf("%u",**pt)} 5 7098 Generate Error No output is generate None 12.what is the output void main(){int a=5,*pt; //Assume the address of a is 7098pt=&a;printf("%d",*(&a));} 5 7098 Generate Error No output is generate None 13.What is the range of unsigned int variable 2 byte 4 byte 1 byte 8 byte None 14.What is the range of unsigned int datatype 0 - 655336 0 to 32768 -32768 -32768 to + None 15.which of the following data type does not require 4 byte in memory int long float unsigned int None 16.Which iof the followin is require only one byte char short int unsigned int All of Above None 17.main( ){float a=10.3;float *b;b=&a; /*address of a=1500 */printf("\n%u%u",&a,b);} 1500 1500 10.3 1500 1500 10.3 10.3 10.3 None 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);} 2670 2645 2645 2645 2 2645 2670 2670 None 19.The library function _____ is used to open the file. fopen() fread() fwrite() All of Above None 20.Which keyword is used to define structure? Structure struct STRUCTURE STRUCT None 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);} 3456 2976 2976 3 3 3 2976 2976 None 22.Which extension is used for c program file .c .cc .cpp All of Above None 23.How many decimal places are displayed when a number has a conversion specification of %f 2 19 6 14 None 24.Which is modulus operator from # * % @ None 25.If an array has storage class as static then all the array elements would have the default initial value as zero(0). True False None
C Language-III Welcome to your C Language-III DATE:July 27, 2026 Name of Student 1.find outputint x=5;if(x>10);x=100;elsex=200; x=200 x=100 Error Compile but doesn't generate gives any value None 2.What is recursion? When a Function Call by itself When function call the other Both Above None of Above None 3.Which is not correct for pointer. Pointer contain an address of variable. Datatype of the pointer is same as the data type of variable that address it contain. Execution of the program is slow down. Dynamic variable. None 4.sqrt(x) function return the squre root fo the X. True False None 5.Can you use the function fprintf() to display the output on the screen? Yes No None 6.What is output of the codeint i=1,s=0;while(i<10){s=s+i;}printf("%d",s); 0 10 55 Infinite Loop None 7."\n" back Slash operator is use for _________ For New Line For New Column For Next Vertical Tab For Next Horizontal Tab None 8.\t is use for _____________. For New Line For Next Vertical Tab Positioning For Next Horizontal Tab Postition None of Above None 9.Which of them is not C indentifier. Constant Variable Keyword Loop None 10.The short cut key for save and run is __________ and _____________ F1 & F2 F2 & F9 F2 & Ctrl+F2 F2 & Ctrl+F9 None 11.In C language program the program execution started from main() True False None 12.which if the followi ng error dispaly by compiler Syntax Logical Both Above None of Above None 13.The ___________ function is use to dispaly out on screen. printf scanf fprintf fscanf None 14.The ____________ is the none executable statement. ' // /* */ All of Above None 15.if structure variable is pointer then ___________________- operator is use for accessing the data member of the structure Arrow-> Dot(.) Both Above None of Above None 16.Which of them is not a bit wise opeator ~ ^ | || None 17.int X=123;Means the variable is initialize. State ? True False None 18.If an array initlize the less number of element then its size then ? Remaining element are truncated Remaining element is assign to zero Remaining element assign the garbage value None of Above None 19.for POW function which header file is use ? math.h cytpe.h stdio.h conio.h None 20.struct book{ char title[20];char author[20];int price;} B;what is incorrect in above declartion Structure name is invalid Structure variable is declare in capital Letter if a tag name is used we can not use the variable name in declaration All of Above None 21.What will be the following function call ?divide(2,3) calling of a function with two integer variable calling of a function with parameter. calling function divide with two integer parameter None of Above None 22.What will be the decleration of the following functiondivide(2,3) void divide(); void divide(int, int); divide(int, int); All of above None 23.What will be the defination of the following functiondivide(2,3) void divide(int x, int y ) { } void divide(int , int ) { } divide(int x, int y ) { } void divide() { } None 24.Which of the following is athe control string for OCTAL number system. %c %O %Ox %x None 25.which of the following is not a backshelesh character. \t \T \v \n None
C Language-II Welcome to your C Language-II DATE:July 27, 2026 Name of Student 1.Declare a sturcture 'Student ' variable for storing the record of 10 student struct Student st[10]; struct Student st; struct st[10] Student; struct Student *st[10] None 2.int A[10];y=sizefof(A);what is the value of y? 10 20 As we specified at the time of input All of Above None 3.Which is not correct for 'unsigned int' variable? Store an integer value Store 0 to 65536 Negative Allowed Positive Value not Allowed None 4.which in correct for Array it can story fixed number of element. all the element have same data type it a sequence of memory array element started with 0 None 5.________ element is called base address. 0 1 Last Element None of Above None 6.When an if statement will appear in another else statement then it is known as if else ladder True False None 7.When and if statment will appear in another if statment is known as Nested if-else True False None 8.Which function return a value No Argument no Return value Argument & Return value Both Above None of Above None 9.Whic is in correct for 'isuppper(x)'. Supported by CTYPE.H Return none Zero value when x is in upper case. Check the x is upper case or not X is a character None 10.Every String is termianted by '\0' True False None 11.Which is not coreect for Char datatype. It require 1 Byte memory to store variable. Store any ASCII character. Control String is %c. We can not store 0-9. None 12.Union member store data at the same memory location True False None 13.Union memeber can directly Access in a program. True False None 14.Structure memeber can't directly access. True False None 15.Which is not a valid file open mode r w a s None 16.Which is the correct way of opening a file for storing data pt=fopen("student.txt","r") pt=fopen("student.txt","a") pt=fopen("student.txt","r+") t=fopen("student.txt","rw") None 17.The file mode 'r' is use for ________________________ Reading data from file Writing data to the file Appending data to the file Saving data into a file. None 18.fprintf satement is supported by which of the following header file. stdio.h stdlib.h conio.h string.h None 19.Which is the correct way of declarting the file pointer FILE pt FILE *PT file *PT FILE PT None 20.What is the output of the codechar str1[10] ; /* having value "KAMPTE" */char str2[10]; /* having value NAGPURstrcpy(str1,str2);printf("%s", str1); NAGPUR KAMPTEE NAGPURKAMPTEE KAMPTEENAGPUR None 21.%6d means _________________ Total 6 digit will display Only Six(6) will display. 6 Space will allocate for display from left side. 6 Space will allocate for display from Right side. None 22.%d is a control string for ____________ Integer Float Long Integer Double None 23.FILE * pt;pt=fopen("result.txt","w"); File is open for writing data. File is open for reading data. File is open for reading and writing data. File is open for appending data. None 24.What happen if we can not initialize a variable. Constant take the Zero value automatically. Constant doesn't take any value. Compiler Generate an Error. Constant contain garbage value. None 25.C is a _____________ type of Language. High Level Language Low Level Language Both Above None of Above None
C Language-I Welcome to your C Language-I DATE:July 27, 2026 Name of Student 1.int Data type require _____________________________ number of bytes required to store data 2 4 8 12 None 2.int x=234;y=sizeof(x);What is the value of y 2 4 234 8 None 3.x=2printf("%d",x++)What is output. 3 2 4 1 None 4.which of the following is an exist control loop for while do while None of Above None 5.int x=10,s=0;while(i<10){s=s+i;}printf("%d",s);What is output 0 10 55 11 None 6.which of them is not a correct variable name? int X2 Student Full_address None 7.What is Data Type What type of value a variable can store What type of structure a variable require Both Above None of Above None 8.Which of them is/are the Entry control loop while For Both Above Do None 9.Which of them is not a type of operator Unary Ternary Binary While None 10.Which of them is not a binary Operator Arithmetic Logical Relational Sizeof None 11.x=23y=(x>20):10:12;What is value of y 23 10 12 None of Above None 12.int X=2switch(X){case 1"printf("ONE");case 2:printf("TWO");break;detault:printf("Default");break;}What is output ONE TWO Default None of Above None 13.int X=1;switch(X){case 1"printf("ONE");case 2:printf("TWO");break;detault:printf("Default");break;} ONE TWO Default ONE TWO None 14.Function call by ____________________________ By Value By Reference Both Above None of Above None 15.The Varaible that value we are passing is know as _____________________ Actual Argument Formal Argument Passing Argument Return Argument None 16.The Variable that capture the value of the actural Argument is known as ___________________ Actual Argument Formal Argument Passing Argument Return Argument None 17.Declaration of fuction is called ________________________ Declaration Function Function Prototype Both Above None of Above None 18.Which is incorrect for the constant It is declare by using const key word. It must be initialize. It is any data type. Value change during the program execution. None 19.What is outputint i=11,s=0;do{s=s+i;} while(i<10);printf("%d",s); 0 11 55 420 None 20.Which is true for Structure It can store the heterogeneous type data in a variable it can declare by using Struct Both Above None of Above None 21.Sturcture declartion is called _____________ Template Declaration Defining All of Above None 22.Which of them is not a function type? Calling Function Called Function Both Above None of Above None 23.int fact();is a Function prototype that means Function taking an integer Value Function return an integer value Both Above None of Above None 24.void Fact() means Fact() function return void value Fact() doesn't return any value Both Above None of Above None 25.By default a fucntion can return an ___________ type value Float Integer As we specifies Function doesn't return any value by default None