PART - I 75 x 1 = The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations

Similar documents
SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

XII CS(EM) Minimum Question List N.KANNAN M.Sc., B.Ed COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER)

COIMBATORE EDUCATIONAL DISTRICT

HIGHER SECONDARY COMPUTER SCIENCE

SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS

LORD PCAA LIONS Mat.Hr.Sec School, Reserve Line, Sivakasi

STD: XII VOLUME - I MARKS: 150

PREPARED BY VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

SURA BOOKS OCTOBER Choose the most appropriate answer : [75 1 = 75] (1) PART-I

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM

PRE QUARTERLY EXAMINATIONS COMPUTER SCIENCE CLASS : XII [ E.M] Time Allowed: 3 Hours Maximum marks: 150

LORD P.C.A.A LIONS MAT.HR.SEC SCHOOL, RESERVE LINE, SIVAKASI

+2 Volume II OBJECT TECHNOLOGY OBJECTIVE QUESTIONS R.Sreenivasan SanThome HSS, Chennai-4. Chapter -1

SECTION - A ANSWER ALL THE QUESTIONS

1. An Introduction to StarOffice Writer

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3

CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM

Microsoft PowerPoint 2007 Tutorial

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

COMMON QUARTERLY EXAMINATION SEPTEMBER 2018

SURA's Guides for 3rd to 12th Std for all Subjects in TM & EM Available MARCH [1]

Computer Science. Higher Secondary Second year. STUDENT Edition VOLUME - I. P.Simon Navis

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007)

Microsoft Office. Microsoft Office

XII- COMPUTER SCIENCE VOL-II MODEL TEST I

LORD P.C.A.A Lions Mat.Hr.Sec School, Lions Nagar, Reserve Line, Sivakasi. 7.Data Base. PART A I. Choose the correct Answer : 15 X 1 = 15

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING

STAR OFFICE CALC. Lesson 6

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE

STAR OFFICE WRITER. Lesson 2

Two marks & Five Marks. 7. What is Operator, Character Constant, Integer Constant, Floating point Constant?

STAR OFFICE STAR WRITER

ECDL Full Course Content

Computer Applications Final Exam Study Guide

Simon-Adarsh Vidya Kendra Question Bank-Computer Science Page 1

Productivity Tools Objectives 1

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Padasalai.Net s Model Question Paper

Lesson 9. XII COMPUTER SCIENCE D. AGILAN. M.Sc., M.Ed., M.Phil., Page 1

Productivity Tools Objectives

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

MICROSOFT WORD. MS. Office includes the following application:


HIGHER SECONDARY SECOND YEAR

Padasalai.Net Half Yearly Exam Model Question Paper

Microsoft How to Series

R.PRAKASH COMPUTER TEACHER

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003

STAR OFFICE STAR WRITER

Glossary Unit 1: Hardware and Software

Center for Faculty Development and Support Creating Powerful and Accessible Presentation

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure.

Detailed Table of Contents

ST.KANAKADASA MATRIC.HR.SEC.SCHOOL AMMERI BARUGUR COMPUTER SCIENCE 1- MARKS Q/A. B.Ed., Cell: , Page 1

Exercise 5 Animated Excel Charts in PowerPoint

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length

Staff Microsoft Office Training Workshops

Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017

Microsoft Word 2007 on Windows

EXCEL + POWERPOINT. Analyzing, Visualizing, and Presenting Data-Rich Insights to Any Audience KNACK TRAINING

Keynote Basics Website:

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks.

Quiz 1PPT Study Guide

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Srinivasa Matric Hr.Sec.School Kollidam. +2 computer Science centum q&a. Name :

C omputer D riving L icence

GAZIANTEP UNIVERSITY INFORMATICS SECTION SEMETER

Microsoft Excel Keyboard Shortcuts

SLO to ILO Alignment Reports

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS

Introduction to Information Technology

Correcting Grammar as You Type. 1. Right-click the text marked with the blue, wavy underline. 2. Click the desired option on the shortcut menu.

Computer Applications I Vocabulary (Frameworks)

1. The PowerPoint Window

Microsoft PowerPoint 2007 Beginning

MSITA POWERPOINT 2010 REVIEW

GNS 312 (DIGITAL SKILL ACQUISITION) MODULE 3 OFFICE APPLICATIONS

Business Office Specialist


Curriculum Guidebook: Technology Grades PreK

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office

CERTIFICATE IN WEB PROGRAMMING

Volume I Star Office. Chapter 1 Text Editing

PROBLEM SOLVING AND OFFICE AUTOMATION. A Program consists of a series of instruction that a computer processes to perform the required operation.

The New Office 2010 Interface and Shared Features

9/29/2010. Slide title. Bulleted text. Clip art. SmartArt graphic. Microsoft Office Illustrated Introductory, Premium Video Edition

ECDL / ICDL Presentation Syllabus Version 5.0

Basant Group of Institution Power Point Question

Developing a Power Point Presentation

Learning Microsoft PowerPoint Contents. Chapter 1: Getting Started With PowerPoint

Our Goals Teaching with Power Point

Chapter 4 Printing and Viewing a Presentation Using Proofing Tools I. Spell Check II. The Thesaurus... 23

Contents Microsoft PowerPoint Lesson 1: The PowerPoint Window...2 The Quick Access Toolbar...3 The Title Bar...3 Rulers...

Introduction to Microsoft Excel

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003

Transcription:

OCTOBER 2007 COMPUTER SCIENCE Choose the best answer: PART - I 75 x 1 = 75 1. Which of the following functions will be executed first automatically, when a C++ Program is (a) void (b) Main (c) Recursive (d) Call by reference 2. The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations 3. Which function executes faster but requires more memory space? (a) Normal function (b) Void function (c) Regular function (d) Inline function 4. Which of the following statements marks the end of the function and also transfers control to the statements after call statement? (a) Return (b) Break (c) Continue (d) Stop 5. The calling function parameters are called as (a) formal parameters (b) actual parameters (c) dummy parameters (d) duplicate parameters 6. The operator used to access the member of a class is (a) & (b). (c) * (d) + 7. A member function can call another function directly is called as (a) Nesting of member function (b) recursive functions (c) friend functions (d) inline functions 8. In C++ the class variables are called as (a) methods (b) objects (c) constants (d) functions 9. The member function declared under. scope can be accessed by the objects of that class (a) public (b) private (c) global (d) protected 10. Which one of the following is a membership operator? (a). (b) :: (c) & (d)! 11. A row in a Staroffice base table represents a (a) file (b) structure (c) field (d) record 12. Hierarchical Database was primarily used on (a) Super Computers (b) Personal Computers (c) Micro Computers (d) Mainframe Computers 13. Which icon is used to remove the sorting in StarOffice Base? (a) Delete Filter / Sort Icon (b) Delete Sort Icon (c) Remove Sort / Filter Icon (d) Remove Filter / Sort Icon Website:

14. In Star Office Base, which is a printed information that is assembled by gathering data based on used supplied criteria? (a) Filter (b) Query (c) Form (d) Reports 15. Which of the following are uses constructed statements in Staroffice base? (a) Filters (b) Queries (c) Forms (d) Reports 16. The only check box in the auto correct dialog box is (a) text only (b) numbers (c) match case (d) whole words only 17. Which of the following is a grid with a specified number of columns and rows in StarOffice Writer? (a) Cell (b) File (c) Border (d) Table 18. Which of the following keys is pressed to move backward through the cell in StarOffice Writer Tables (a) Tab (b) Shift (c) Shift + Tab (d) Alt + Tab 19.The default width of a page in default orientation is (a) 8.5 inch x 11 inch (b) 11 inch x 8.25 inch (c) 11 inch x 8.5 inch (d) 8.5 inch x 1 inch 20. The format for entering date in StarOffice Calc is (a) YY/MM/DD (b) YY/DD/MM (c) DD/MM/YY (d) MM/DD/YY 21. Which enables online educational program leading to degrees and certifications? (a) Banking (b) e-shopping (c) e-banking (d) e-learning 22. A facility that allows the user to speak into a special device and to convert the speech into a letter is called (a) Microphone (b) Dictaphone (c) Gramophone (d) Phone 23. Which refers to the conversion of non-digital material to digital form? (a) Data (b) Document (c) Tele-Medicine (d) Digitlization 24.The security refers to protecting data and computer system against dishonesty or negligence of employees is called as (a) Physical (b) Personal (c) Personnel (d) none of these 25. Software that runs on an idle computer without the knowledge of the organization is called as theft of (a) Computer (b) Hardware (c) Software (d) Computer time 26.The ability of an object to respond differently to different message is called as (a) Inheritance (b) Polymorphism (c) Data hiding (d) Encapsulation 27. The process of creating new class from existing class is called as (a) Inheritance (b) Polymorphism (c) Overloading (d) Encapsulation 28. C++ was developed by (a) Dan Bricklin (b) James Gosling (c) Bjarne Stroustrup (d) Rick Mascitti 29. The range of int data type is (a) -32678 to 32678 (b) -32768 to 32767 (c) -32767 to 32768 (d) -32768 to 32768 Website:

30. How many fundamental data types are there in C++? (a) 1 (b)2 (c) 3 (d) 4 31. The constructor without any parameter is called as (a) initial constructor (b) instance constructor (c) default constructor (d) parameterized constructor 32. The default visibility mode of C++ is (a) public (b) protected (c) private (d) general 33. The symbol that must be used between derived and base class is (a) & (b) : (c) :: (d) # 34. A derived class that inherits from multiple base class is known as (a) single inheritance (b) multiple inheritance (c) multilevel inheritance (d) hybrid inheritance 35. Which of the following permits banking from the comfort of the home by using internet facilities? (a) Banking (b) e-shopping (c) e-banking (d) e-learning 36. In C++ polymorphism is achieved by (a) Inheritance (b) Constructor (c) Overloading (d) Encapsulation 37. The mechanism of giving special meaning to an operator is called as (a) data overloading (b) function overloading (c) variable overloading (d) operator overloading 38. The memory space is allocated to an object using (a) Constructor (b) destructor (c) overloading (d) instance 39. Which is executed automatically when the control reaches the end of the class scope? (a) Constructor (b) Destructor (c) Overloading (d) Copy constructor 40. The destructor is prefixed by the character (a) # (b) & (c) % (d) ~ 41. Which of the following is a computer based presentation technique that incorporates text, sound animations and video elements? (a) Animation (b) Multimedia (c) Compression (d) Modelling 42. Which technique is used to distort a single image to represent something else? (a) Warping (b) Morphing (c) Rendering (d) Animating 43. GIF Stands for (a) Graphic interchange format (c) Graphic interface format (b) Graphic information format (d) Graphic interconnection file. 44. The expansion for MIDI is (a) Musical Instrument Data Interface (c) Musical Instrument Digital Interface Website: (b) Musical Instructions Digital Interface (d) Musical Information Data Interface

45. The technique of identifying recurring set of information and replacing them by a single piece of information is called as (a) Virtual reality (b) Vector Graphics (c) Compression (d) Synthesize 46. In StarOffice, which one of the following is used to create a text document? (a) StarOffice Writer (b) StarOffice Calc (c) StarOfficeimpress (d) StarOffice Draw 47. The selection shortcut used to select the entire document in Staroffice writer is (a) Ctrl + R (b) Ctrl + C (c) Ctrl + V (d) Ctrl + A 48. Which is a set of characters in a certain style? (a) Text (b) Symbol (c) Document (d) Font 49.What can be used to call attention to key ideas in the document? (a) Highlighting (b) Formatting (c) Indenting (d) Editing 50. Which button is clicked to include the work to the dictionary? (a) Include (b) Replace (c) Add (d) Move 51. Which facility of StarOffice Calc helps to format the worksheet with different predefined styles and colours? (a) Chart (b) Auto Format (c) Applet (d) Multiple sheets 52. The term data is derived from the word (a) fact (b) forms (c) datum (d) entities 53. The process used to select a desired and specific data from a database is (a) merging (b) filtering (c) sorting (d) searching 54. DBMS is an acronym for (a) Database maintaining system (b) Database Management system (c) Database Manipulating system (d) Database Merging system 55. The accurate length of decimal digits in a double precision number is (a) 13 (b)14 (c)8 (d) 7 56. Which one of the following is used to declare a generic pointer? (a) int (b) char (c) void (d) string 57. In C++, which file comprises the combined properties of istream and ostream? (a) stdio.h (b) string.h (c) conio.h (d) iostream.h 58. Which of the following is the assignment operator? (a) + (b) = (c) = = (d)! 59. How many kinds of loops are there in C++? (a) 1 (b) 2 (c)3 (d) 4 60. Nested if else statement can be replaced by the statement of (a) select-case (b) switch-case (c) for (d) do-while Website:

61. The process of arranging the data in a given array is called (a) merging (b) ordering (c) filtering (d) sorting 62. A character array should be terminated with a (a) ; (b) 0 (c) / 0 (d) \0 63. Which string manipulator function copies source string to target string? (a) Strlen ( ) (b) Strcopy ( ) (c) Strcpy ( ) (d) Strcmp ( ) 64. The body of a class is terminated by (a). (b) ; (c) : (d) # 65. Data abstraction in C++ is achieved by (a) Inheritance (b) Polymophism (c) Data Hiding (d) Encapsulation 66. In StarOfficeImpress, the window allows to quickly jump from one slide to other slide or move between open files is (a) Desk Top (b) Navigator (c) Preview (d) Moving slider 67. In StarOfficeImpress, which view allows to view miniature images of all slides? (a) Slide Sorter (b) Outline (c) Notes (d) Handouts 68. The keyboard shortcut used to create a new presentation using template is (a) Ctrl + N (b) Shift + Ctrl + N (c) Alt + N (d) Ctrl + F + N 69. Which one of the following displays various transition effects that can be attached to a slide? (a) Custom animation (b) Slide transition (c) Animation effects (d) Slide sorter 70. Which button is pressed to start the slide show in StarOfficeImpress? (a) F1 (b) F3 (c) F5 (d) F7 71. The base used to display the current cell and its content is (a) menu bar (b) object bar (c) formula bar (d) function bar 72. The option under the file menu used to quit the StarOffice is (a) Close (b) Quit (c) Exit (d) End 73. A continuous group of cells in a worksheet is called as (a) column (b) row (c) data sheet (d) range 74. Graphic representations of numbers are known as (a) Charts (b) Graphs (c) Bar diagrams (d) Cells 75.To do the calculations for different worksheets in a particular sheet, we use (a) 2D formula (b) function (c) 3D formula (d) selection PART II 20 x 2 = 40 Note: Answer any twenty of the following in one or two sentences each. 76. What is the difference between copying text and moving text in StarOffice Writer? Website:

77. How does StarOfficeWriter check spelling while typing? 78. Can we change the data present in a cell? If so, how? 79. Write the names of popular spreadsheet packages. 80. What is the Database? What is DBMS? 81. What is meant by Relational Database? 82. Compare lossless and lossy video compressions. 83. What are the two categories of 2-D animations? 84. How will you insert pictures in presentation? 85.How to change the slide background? 86. What is Encapsulation? 87. Define conditional operator. 88. Write a short note on enumerated data type. 89. What are the four storage specifiers in C++? 90. What are control statements? What are the two main categories of control structures? 91. What are the advantages of functions? 92. Write the purpose and value returned of strcmp () in string manipulator. 93. What is an array? 94. What are the two parts of class specifications? 95. Write the general forms of class declaration. 96. List out the operators that cannot be over loaded. 97. What are the functions of a constructor? 98. What are the advantages of inheritance? 99. Define Data Management. 100. Write a note on Virus. Website:

PART III Note: Answer any seven of the following in five to ten sentences each. 7 x 5 = 35 101. What are the various types of paragraph alignments that can be made? Explain. 102. What are the various functions of the icons in the table formatting tool bar in Star Office Writer? 103. What are functions? How can you use them in your worksheet? Explain with examples. 104. What are the various icons in the insert object floating tool bar of worksheet? Mention their functions and uses. 105. Explain filter and its types with examples. 106. Explain the Nested. If statement with an example C++ snippet. 107. Explain call by value and call by reference methods in functions with examples. 108. Write the rules for function overloading and operator overloading. 109. Debug the errors in the following C++ snippet: Website:

110. Write the output of the following C++ program: ALL THE BEST FOR YOUR COMPUTER SCIENCE EXAM!! Website: