Computer Science Quiz 4 Related Post Computer Science Quiz 6 Computer Science Quiz 5 Computer Science Quiz 3 Computer Science Quiz 2 Computer Science Quiz 1 1. The Auto kerning check option is used to __________________________: Create space between characters Delete space between character Create space between words Delete space between words 2. The _________always transfers data in parallel. Hard Disk Floppy Disk I/O Ports CPU 3. The ______________ field provides a number of techniques for dealing with software life cycle decision issues. Macroeconomics Software Communication Microeconomics 4. In Flash bitmap images describe _________ using _________. Art, Geometry Vectors, Mathematics Graphics, Pixels Paint, Images 5. In computer aided drafting practice arc is defined as: Two end point Center of radius Radius of one end Two end point at center 6. In CNC milling machine a end mile with 10mm diameter is employed. The corner points are represented by (0, 0), (0, 30), (30, 50), (50, 0). The trajectory of the center will be: (-5, 0), (-5, 35), (55, 35), (55, -5), (-5, -5) (-5, 0), (45, 35), (5, 35), (55, 5), (5, -5) (-5, 5), (-5, 35), (5, 35), (35, -5), (5, -5) (-5, 5), (-55, 35), (-55, 35), (55, -5), (5, -5) 7. In a simple surface number of non coincidental points are: 4 3 2 5 8. _________________ is used to close a document in InPage: Ctrl + F9 Ctrl + F8 Ctrl + F7 Ctrl + F4 9. In a 2D CAD package clockwise circular arc of radius 5, at point (15, 10) to point2 (10, 15) will have center: ( 10, 10) ( 15, 10) ( 10, 15) ( 15, 15) 10. If we enter more text than the size of a textbox, then _____________________: The text overflow occurs More text cannot be written An error occurs Cursor stops blinking 11. How much should we invest in information system analyses in order to converge on an appropriate definition and concept of operation for the system we plan to implement? This statement is related to: Feasibility Phase Plans and Requirements Phase Product Design Phase Programming Phase 12. How many times below given loop will be performed?{ int anArray[50];int i;i = 50;while(i >= 0){anArray[i] = 0;i = i – 1;} it performed 51 times it performed 50 times it performed 49 times it performed 0 times 13. How many test cases need to be executed in order to test all the main scenarios in the code at least once? Two different paths can possibly be traversed Statements of the code are tested for a successful test that checks all the statements lying on the path of a successful scenario. Calculate the cyclomatic complexity of the code Calculate the LOC of the code 14. Hidden panels can temporarily be displayed by selecting ______________________ in Interface preferences. Auto-Show Hidden Auto-Display Hidden Auto-Select Hidden Auto-Deselect Hidden 15. Given an extensive list of suggested product improvements, which ones should we implement first? This statement is related to: Integration and Test Phase Maintenance Phase Phaseout Programming Phase 16. For generating coons in Gate 2007, patch we require: A set of grid points A set of control points Four bounding curves Two bounding curves 17. For cropping in Corel Draw, we use _______________ : Pick tool Knife tool Shape tool Zoom tool 18. ______________ is the process of examining the software product against its requirements. Software analysis Requirement gathering Software design Software testing 19. Following is not a graphical standard: GKS Unix PHIGS IGBS 20. Following flow graph notation describes which coding structure? Sequence If Case While Loading … Question 1 of 20