Transcription of Multiple Choice Questions Question Bank
1 Multiple Choice Questions Question Bank SHIVAJI UNIVERSITY, KOLHAPUR Post Graduate Diploma In Computer Application-(Sem-II) Examination, March-2020 Paper- : Office Automation Tools Subject Code 66506 Question : Select the correct option to complete the given sentences. 1. _____ are advanced features that can speed up editing or formatting you may perform often in a word document. A) Comment B) Track changes C) Ribbon D) Macros 2. From the following _____ option is used to move data from one part of the document to another. A) Cut and Delete B) Cut and Paste C) Copy and Paste D) Copy and Undo 3. _____ is a set of unified design elements that provides a look for your document by using color, fonts and graphics. A) Theme B) Format painter C) Line spacing D) Highlight 4. _____ shortcut key is used to align the selected text at right. A) Ctrl + L B) Ctrl + R C) Ctrl + J D) Ctrl + U 5.
2 In MS-Excel you can use the formula palette to _____ A) Format cells containing numbers B) Enter assumptions data C) Create and edit formula containing functions D) Copy a range of cells 6. In MS-Excel _____ type of chart is useful for comparing values over categories. A) Pie Chart B) Column Chart C) Line Chart D) Dot Graph 7. The PowerPoint view that displays only text (title and bullets) is _____ A) Outline view B) Notes page view C) Slide sorter D) Slide show controls all the main slide control tasks for your presentation. A) Task Bar B) Control Panel C) Task Pane D) Status Bar 9. In MS Access _____ field type will be selected if you need to enter long text in that field. A) Text B) Memo C) Currency D) Hyperlink 10. In MS Access, _____ is used to store the data. A) Report B) Form C) Table D) Query SHIVAJI UNIVERSITY, KOLHAPUR Post Graduate Diploma In Computer Application-(Sem-II) Examination, March-2020 Paper- : Web Designing with PHP and MySQL Subject Code 66507 Question : Select the correct option to complete the given sentences.
3 1. In MySQL the maximum length of the char columns is _____ A) 65, 535 Bytes B) 256 Bytes C) 255 Bytes D) 250 Bytes 2. MySQL support different character sets, _____ command is used to display all character sets in MySQL. A) SHOW; B) SHOW CHARACTER SET; C) CHARACTER SET; D) DISPLAY CHARACTERSET ; 3. The "father" Of MySQL Is _____. A) Bill Joy B) Stephanie Wall C) Bill Gates D) Michael Widenius 4. The main MySQL program that does all the data handling is called _____ A) Mysql B) C) Httpd D) Mysqld 5. PHP is an example of _____ scripting language. A) Server-side B) Client-side C) Browser-side D) In-side 6. _____ is known as the father of PHP. A) Drek Kolkevi B) Willam Makepiece C) Rasmus Lerdorf D) List Barely 7. From the following _____ method sends input to a script via a URL. A) Get B) Post C) Both A and B D) None of these 8. PHP s numerically indexed array begin with position _____ A) 1 B) 2 C) 0 D) -1 9.
4 In PHP, from the following _____ symbol is a newline character. A) \r B) \n C) /n D) /r 10. From the following looping statements _____ is/are supported by PHP. A) for loop B) while loop C) foreach loop D) All of these SHIVAJI UNIVERSITY, KOLHAPUR Post Graduate Diploma In Computer Application-(Sem-II) Examination, March-2020 Paper- : Visual Programming Part-II Subject Code 66508 Question : Select the correct option to complete the given sentences. 1. Visual Studio .NET provides _____ features. A) debugging B) application deployment C) syntax checking D) All of these 2. _____ accesss modifier specifies that one or more declared programming elements are accessible from within the assembly that contains their declaration, not only by the component that declares them. A) ByRef B) ByVal C) Default D) Friend 3. _____ symbol creates an access key in the text of a menu item.
5 A) @ B) & C) $ D) # 4. In _____ method loads the form into memory and displays it on screen. A) Load B) Show C) Display D) Add 5. The _____ object is a stored query definition, which is a precompiled SQL statement. A) QueryFed B) QueryDif C) QueryFix D) QueryDef 6. MDI stands for _____ A) Multiple Document Interface. B) Multiple Design Interface. C) Manipulated Document Interface. D) Menu Design Interface. 7. _____ statement enables us to trap runtime error. A) Error B) On Error C) On runtime Error D) On Exception 8. _____ block of identifies a block of code for which particular exceptions will be activated A) Try B) Catch C) Finally D) Throw 9. _____ collection class of represents a first-in, first out collection of object. A) Queue B) BitArray C) SortedList D) Stack 10. In , data is handled through_____, which facilitates development of web applications.
6 A) DAO B) RDO C) ADO D) SHIVAJI UNIVERSITY, KOLHAPUR Post Graduate Diploma In Computer Application-(Sem-II) Examination, March-2020 Paper- : Advanced Programming using C Subject Code 66509 Question : Select the correct option to complete the given sentences. 1. From the following _____is a correct format for declaration of function. A) return-type function-name(argument type); B) return-type function-name(argument type){} C) return-type (argument type)function-name; D) All of these 2. An array of similar data types which themselves are a collection of dissimilar data type are _____ a) Linked Lists b) Trees c) Array of Structure d) All of these 3. An uninitialized pointer in C is called _____ A) Wild Pointer B) dangling pointer C) Constructor D) Destructor is the default return type if it is not specified in function definition. A) void B) int C) double D) short int 5.
7 From the following _____ are themselves a collection of different data types. A) string B) Pointers C) structures D) All of these 6. The value obtained in the function is given back to main by using _____ keyword. A) return B) static C) new D) volatile 7. The size of a union is determined by the size of the _____ A) First member in the union B) Last member in the union C) Sum of the sizes of all members D) Biggest member in the union 8. A pointer that is pointing to NOTHING is called _____ A) VOID Pointer B) DANGLING Pointer C) NULL Pointer D) WILD Pointer 9. _____ cannot be a structure member. A) Another structure B) Function C) Array D) None of these 10. What is the function of fputs()? A) read a line from a file B) read a character from a file C) write a character to a file D) write a line to a file SHIVAJI UNIVERSITY, KOLHAPUR Post Graduate Diploma In Computer Application-(Sem-II) Examination, March-2020 Paper- : RDBMS with Oracle Part-II Subject Code 66510 Question : Select the correct option to complete the given sentences.
8 1. _____ error occurs while the program is running and cannot be detected by the PL/SQL compiler. A) Syntax error B) Runtime error C) Both A and B D) None of these 2. _____statements execute a sequence of statements Multiple times. A) LOOP B) EXIT C) Both A and B D) None of these 3. From the following statements_____ are used to control a cursor variable. A) OPEN-FOR B) FETCH C) CLOSE D) All of these 4. What is the maximum number of triggers that can apply to a single table? A) 14 B) 10 C) 12 D) 16 5. What is the maximum number of ELSE clauses that can be included in an IF clause that is not nested? A) 1 B) 0 C) 15 D) Any number 6. _____ provides a way for your program to select Multiple rows of data from the database and then process each row individually. A) PL/SQL Process B) PL/SQL Trigger C) PL/SQL Select D) PL/SQL Cursors 7. From the following _____ is the purpose of triggers.
9 A) Enforcing referential integrity B) Synchronous replication of tables C) Preventing invalid transactions D) All of these 8. An explicit cursors are declare in _____ section of PL-SQL block. A) Exception B) Begin C) Declare D) Exit 9. _____ statements can be used to terminate a PL/SQL loop. A) GOTO B) EXIT WHEN C) CONTINUE WHEN D) KILL 10. In the SQL Cursor, _____ attribute is TRUE when a cursor has some remaining rows to fetch, and FALSE when a cursor has no rows left to fetch. A) %ROWCOUNT B) %FOUND C) %NOTFOUND D) %ISOPEN