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

Size: px
Start display at page:

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

Transcription

1 SRI SARASWATHI MATRIC HR SEC SCHOOL PANAPAKKAM +2 IMPORTANT 2 MARK AND 5 MARK QUESTIONS COMPUTER SCIENCE VOLUME I 2 MARKS 1. How to work with multiple documents in StarOffice Writer? 2. What is meant by header and footer? 3. List any four advantages of electronic spreadsheet. 4. Write a note on date arithmetic features of StarOffice Calc with example. 5. Write in brief about hierarchical database. 6. Write a note on data base management system. 7. Define compression and write a note on its types. 8. Write a note on inline sound and video. 9. What is slide transition? 10. How to insert, delete, rename slide in presentation? 11. Define hanging indent. 12. How to make selected rows and columns the same size in StarOffice Writer? 13. Can we change the data present in cell? If so, how? 14. Define primary key. Give an example. 15. What is meant by multiple sorting? 16. What is morphing? 17. Write a note on types of video compressions. 18. What is custom animation? 19. How will you create handouts in StarOffice impress? 20. What is meant by text editing? 21. What is header? How will you insert page number in footer? 22. What is meant by Auto fill command? 23. What is the difference between filter and query? 24. What is warping? 25. Write a short note on shock wave format? 26. What is meant by hand out view? 27. What is Rehearse timings? 28. What is the difference between moving the text and copying the text in StarOffice Writer? 29. What are the different types of line spacing in StarOffice Writer? 30. Define range. Give an example. 31. How will you insert the special characters in spread sheet? 32. What is filter? What are the types of filter? 33. Write a note on quick time format. 34. What is word processing? 35. How to delete the entire table in StarOffice Writer? 36. List the types of cell referencing in StarOffice Calc. 37. Expand : (i) MIDI (ii) MPEG 38. How will you create a table in the document? 39. List out the comparative operators in StarOffice Calc. 40. How will you save a worksheet? 41. How flat file data base differs from relational data base? 42. What is multimedia? 43. Write a note on reference operator with an example. 44. What are the three general categories of the data management task? 45. What is report? 46. Write a note on AVI format. 47. How will you change the slide background?

2 48. What are the steps in creating Bulleted list in a StarOffice Writer document? 49. How will you create header in StarOffice Writer document? 50. What are the steps involved in data processing? 51. What are the uses of morphing? 52. What is the use of master page in presentation? 53. How will you create numbered list in StarOffice Writer? 54. Write a note on auto format in StarOffice Calc. 55. Write the steps in sorting a database in StarOffice Base. 56. Explain the steps for creating 3-D animation. 57. How will you customize a presentation? 58. How will you insert columns in a table in StarOffice Writer? 59. Define Electronic spreadsheet. 60. Explain how to generate the series : 33, 30, 27, What is a database? 62. Explain how to use Auto filter. VOLUME I 5 MARKS 1. How to carry out spelling check after the entire document is types? 2. What are the various function of the icons in the table formatting toolbar? 3. Explain how to insert objects in Starcalc worksheet. 4. How to generate a series of values using spread sheet in StarOffice Calc? Explain with an example. 5. Explain the various steps involved in manipulation of data base. 6. Explain the steps to indent text using paragraph dialog box. 7. Explain the various formatting options available in StarOffice Calc. 8. How would you find a word and replace with another word. 9. Define function and explain with an example. 10. Explain the different types of database. 11. How do you create and remove bullets and numbered list? Give an example. 12. What are the advantages of computerized data processing? 13. How to change margin using ruler and page style dialog box? 14. Define electronic spread sheet. List the advantages of electronic spreadsheet. 15. How will you select the required portion of text in a document using mouse, keyboard and shortcuts. 16. How will you insert chart in a worksheet? 17. How can a data base be queried in StarOffice Base? 18. How will you add an entry to the Auto correct list in StarOffice Writer? 19. How will you insert rows, columns, and cells in a worksheet. Give an example. 20. What are reports? How can you create a report by using Starbase? 21. List and describe the other features available with spreadsheet software in addition to its ability to calculate numbers.

3 VOLUME II 2 MARKS 1. Define polymorphism. 2. Write a short note on identifiers in C List any four punctuators in C++ and write a line about them. 4. Write a note on impact of modifiers in C Write a brief note on break and continue statement. 6. Give the general syntax and example for function prototype. 7. Write a note on write() in C How does an array behave when passed to a function? 9. Define data hiding. 10. Write a note on static data members in C How are functions invoked in function overloading? 12. List the functions of constructor. 13. List the advantages of inheritance. 14. What is meant by e-banking? 15. What is meant by theft of computer time? 16. Define encapsulation. 17. List the important purposes of void data type. 18. How are tokens classified in C++? 19. Write C++ equivalent expression using conditional operator. F= 0.5, x=30, otherwise f= Write the difference between call by value and call by reference in C Find the number of elements and memory size of the 2-D array int product [2] [4]. 22. Briefly write about strlen() in C++ with an example. 23. What effect does the visibility label private has on the member of a class? 24. Define abstract class. 25. What is memo frame? 26. Define cracking. 27. What is meant by keywords? 28. Write the syntax of type definition with example. 29. What is loop? Write their types. 30. Define inline function. 31. Write the syntax for single dimensional array with example. 32. Explain the array of strings with example. 33. Define class. 34. Define function overloading. 35. Write a short note on data digitization. 36. What is computer crime? Write any two common crime. 37. What is modifier? Give an example. 38. Write the syntax of if statement with example. 39. What is the use of function prototype? 40. Define array. Write its classifications. 41. Write a note on class members in C What is the use of dot operator? Give one example and explain. 43. Write a note on e-governance. 44. Write any two advantages of object oriented programming. 45. What are the storage specifiers in C++? 46. Explain conditional operator with example. 47. Write a short note on enumerated data type in C Write the general form of class declaration. 49. What is meant by data abstraction?

4 50. Define operator overloading. 51. In C++, What is meant by visibility mode? 52. What is meant by e-learning? 53. What are pointer variables? 54. Find the output of the following program. #include<iostream.h> #include<conio.h> void main() int i=20; cout<<i<<i++<<++i; getch(); 55. Based on operand requirements, how many operators are classified? Listout. 56. Write the syntax of switch case statement. 57. What will be the output of the following program? #include<iostream.h> void main() char ch[]= NULL\0 ; cout<<ch; 58. Write any two characteristics of member function in C What are the data members and member functions in C List out the rules for constructor definition and usage. 61. What is the use of call cnetres? 62. Write a note on virus. 63. What is the significance of an object. 64. What are the three primary sections in C++? 65. What is meant by return statement? 66. What is the use of strcmp() function? 67. What are the specification of a class? 68. What is meant by array of characters? 69. Find the errors in the following C++ program snippets. switch(x); case 1 to 2 : cout<< one << two ; break; case 1 to 2 : cout<< one<< two; break: ; 70. Explain the memory representation of 2-D arrays. 71. List out the relational operators in C How is a pointer variable different from ordinary variable. 73. Write a note on array of objects. 74. Write a short note on memory allocation of objects. 75. What are the various processes involved in operator overloading? 76. Write the syntax for creating a derived class from base class. 77. What is ATM?

5 78. Evaluate the following C++ expressions : Assume a=2, b=3, d=1.5 C is integer, F is float (a) F=a+b/a (b) C= d*a+b 79. What are the rules for the formation of nested loops? 80. What is the main purpose of function prototype? 81. What is 2-D array? How can it be declared? 82. Explain the access specifiers of a class. 83. Tabulate the any two differences between constructor and destructor. 84. What is e-banking? 85. What is IT enabled service? 86. If x=10, f=20, C=x f. What is the value stored in the variable? C is, x is, f is. 87. Write down the syntax of the following (i) if else (ii) do..while 88. What are the advantages of functions? 89. List any four rules for definition and usage of destructor. 90. Write the output of the following C++ program. #include<iostream.h> #inlcude<conio.h> void main() char ch[ ]= C, O, M, P, U, T, E, R ; for(int i=0;i<8;i++) cout<<ch[i]; for(int j=7;j>=0;j++) cout<<ch[j]; 91. Find the errors in the following C++ program snippet. class simple private: int x; simple() x=5; ;

6 VOLUME II 5 MARKS 1. Explain entry-check loop with example. 2. Explain call by reference with example. 3. List the rules for operator overloading. 4. List the different types of loops in C++. Explain any one with syntax and suitable example. 5. Explain inline function in C++ with an example. 6. Explain the for loop with suitable example. 7. Explain call by value with example. 8. Define derived class. What are the points that should be observes while defining a derived class? 9. Explain if and if-else statements with syntax and suitable example. 10. Define function overloading. Lists its rules of function overloading. 11. Explain types of inheritance. 12. Explain exit-check loop with syntax and example. 13. Explain switch statement with an example. 14. Define Scope. Explain the various types of scopes in C++ language. BY D. SANDHIYA, M.Sc, M.Ed (COMPUTER SCIENCE), COMPUTER INSTRUCTOR, SRI SARASWATHI MATRIC HR SEC SCHOOL, PANAPAKKAM , VELLORE DISTRICT.

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. TWO MARKS SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL. COMPUTER SCIENCE - STAR OFFICE TWO MARKS LESSON I 1. What is meant by text editing? 2. How to work with multiple documents in StarOffice Writer? 3. What is the

More information

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)

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) COMPUTER SCIENCE IMPORTANT QUESTION (TWO MARKS) CHAPTER 1 TO 5 ( STAR OFFICE WRITER) 1. Selecting text with keyboard 2. Differ copying and moving 3. Text Editing 4. Creating a bulleted list 5. Creating

More information

HIGHER SECONDARY COMPUTER SCIENCE

HIGHER SECONDARY COMPUTER SCIENCE PUGAL PRESENTS HIGHER SECONDARY COMPUTER SCIENCE 2 MARK & 5 MARK IMPORTANT QUESTIONS PREPARED BY P.CHANDRASEKARAN. M.C.A., B.ED ERODE(DT) FOR ¼ : 95781 90256. XII COMPUTER SCIENCE Star Office 2 MARK QUESTIONS:

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL Sub : Computer Science Full Portion Exam Max. Mark : 150 Class : XII - EM Time : 3.00 Hrs PART - I I. Choose the correct answer. 75 x 1 = 75 1. In Save As dialog

More information

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3

Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3 Higher Secondary Second Year COMPUTER SCIENCE Model question Paper - 3 Time : 2.30 Hrs] [Max Marks : 70 Part I Choose the correct answer: 15 1 = 15 1. Which of the following key deletes the characters

More information

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

PART - I 75 x 1 = The building blocks of C++ program are (a) functions (b) classes (c) statements (d) operations 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

More information

COIMBATORE EDUCATIONAL DISTRICT

COIMBATORE EDUCATIONAL DISTRICT COIMBATORE EDUCATIONAL DISTRICT REVISION EXAMINATION JANUARY 2015 STD-12 COMPUTER SCIENCE ANSEWR KEY PART-I Choose the Correct Answer QNo Answer QNo Answer 1 B Absolute Cell Addressing 39 C Void 2 D

More information

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

CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM CREATED BY P. SUBRAMANIAN M.Sc(I.T.)., B.Ed., COMPUTER INSTRUCTOR, KUM VOLUME I STAR OFFICE S.NO COMMANDS AND SHORTCUTS DESCRIPTION 1. Start Programs Star Office8 Star Office Writer To Open the Star Office

More information

XII- COMPUTER SCIENCE VOL-II MODEL TEST I

XII- COMPUTER SCIENCE VOL-II MODEL TEST I MODEL TEST I 1. What is the significance of an object? 2. What are Keyword in c++? List a few Keyword in c++?. 3. What is a Pointer? (or) What is a Pointer Variable? 4. What is an assignment operator?

More information

COMMON QUARTERLY EXAMINATION SEPTEMBER 2018

COMMON QUARTERLY EXAMINATION SEPTEMBER 2018 i.ne COMMON QUARTERLY EXAMINATION SEPTEMBER 2018 1. a) 12 2. a) Delete 3. b) Insert column 4. d) Ruler 5. a) F2 6. b) Auto fill 7. c) Label 8. c) Master page 9. b) Navigator 10. d) Abstraction 11. d) Void

More information

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

Two marks & Five Marks. 7. What is Operator, Character Constant, Integer Constant, Floating point Constant? Volume-II Object Oriented Programming-C++ Two marks & Five Marks 1. What is polymorphism? 2. What is Encapsulation? TWO MARKS 3. What is Object? What is Significance of an object? 4. What is class? 5.

More information

PREPARED BY VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS

PREPARED BY VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS PREPARED BY D. SANDHIYA, M.Sc, M.Ed (COMPUTER SCIENCE), COMPUTER INSTRUCTOR, SRI SARASWATHI MATRIC HR SEC SCHOOL, PANAPAKKAM 631 052, VELLORE DISTRICT. VOLUME I IMPORTANT ONE WORD QUESTION AND ANSWERS

More information

Padasalai.Net s Model Question Paper

Padasalai.Net s Model Question Paper Padasalai.Net s Model Question Paper STD: XII VOLUME - 2 MARKS: 150 SUB: COMPUTER SCIENCE TIME: 3 HRS PART I Choose the correct answer: 75 X 1 = 75 1. Which of the following is an object oriented programming

More information

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL

SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL SRE VIDYASAAGAR HIGHER SECONDARY SCHOOL Sub : Computer Science Full Portion Exam Max. Mark : 150 Class : XII - EM Time : 3.00 Hrs PART - I I. Choose the correct answer. 75 x 1 = 75 1. Cut, copy, paste,

More information

1. An Introduction to StarOffice Writer

1. An Introduction to StarOffice Writer 1. An Introduction to StarOffice Writer Two Mark Questions :- 01. List the Functions/Applications of Star Office? The various Functions / Applications of Star Office are as follows, StarOffice Writer,

More information

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE

HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE HIGER SECONDARY FIRST YEAR COMPUTER SCIENCE VOLUME I Chapter 1 : Introduction to computers and Number Systems 1.1 Introduction to Computers 1.1.1 History of Computers 1.1.2 Data, Information and program

More information

STD: XII VOLUME - I MARKS: 150

STD: XII VOLUME - I MARKS: 150 STD: XII VOLUME - I MARKS: 150 SUB: COMPUTER SCIENCE TIME: 3 HRS I. Choose the correct answer: 75 X 1 = 75 1. Which key is used to copy the selected text in the document? a) Ctrl + X b) Ctrl + V c) Ctrl

More information

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

SURA's Guides for 3rd to 12th Std for all Subjects in TM & EM Available MARCH [1] 12 th STD. MARCH - 2017 [Time Allowed : 3 hours] COMPUTER SCIENCE with Answers [Maximum Marks : 150] PART-I Choose the most suitable answer from the given four alternatives and write the option code and

More information

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

LORD P.C.A.A LIONS MAT.HR.SEC SCHOOL, RESERVE LINE, SIVAKASI www.p COMMON HALF YEARLY EXAMINATION DECEMBER 2018 Standard 12 ( Virudhunagar ) Computer Science Answer Key Section I Choose the correct answer : 15 X 1 = 15 www.p 1. d) Ctrl + A 2. d) Fajita 3. d) MM/DD/YY

More information

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

LORD PCAA LIONS Mat.Hr.Sec School, Reserve Line, Sivakasi Virudhunagar District schools Common First Mid Term Test, July 2018 Standard 12 - computer science Part - I I. Choose the correct answer for the following : 10 X 1 = 10 1. Shift + Tab key is used to move

More information

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

Computer Science. Higher Secondary Second year. STUDENT Edition VOLUME - I. P.Simon Navis Computer Science Higher Secondary Second year STUDENT Edition VOLUME - I P.Simon Navis Academic Director Adarsh Vidya Kendra, Nagercoil simonnavis12@gmail.com Computer science Unit No. Blue Print Unit

More information

Padasalai.Net Half Yearly Exam Model Question Paper

Padasalai.Net Half Yearly Exam Model Question Paper et et Padasalai.Net Half Yearly Exam 2018 - Model Question Paper COMPUTER SCIENCE XII STANDARD Time: 2.30 Hrs] [Max Marks: 70 Part I Choose the correct answer: 15 1 = 15 et et 1. is used to create Text

More information

STAR OFFICE STAR WRITER

STAR OFFICE STAR WRITER CLASS: XII VOLUME I STAR OFFICE STAR WRITER www.padasalai.net *1. What is mean by Text editing? Entering a new text or modifying the existing text in a document is known as text editing. The insertion

More information

SECTION - A ANSWER ALL THE QUESTIONS

SECTION - A ANSWER ALL THE QUESTIONS THIRU GVCHSS, ARCOT VOLUME I (1 TO 9) 12th Standard Computer Science Time : 03:00:00 Hrs Total Marks : 150 SECTION - A 75 x 1 = 75 ANSWER ALL THE QUESTIONS 1) 2) 3) 4) 5) 6) 7) 8) 9) The word to be used

More information

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

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM www.padasalai.net - HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM 1 A 26 D 51 C 2 C 27 D 52 D 3 C 28 C 53 B 4 A 29 B 54 D 5 B 30 B 55 B 6 A 31 C 56 A 7 B 32 C 57 D 8 C 33 B 58 C

More information

HIGHER SECONDARY SECOND YEAR

HIGHER SECONDARY SECOND YEAR HIGHER SECONDARY SECOND YEAR STD: 12 COMPUTER SCIENCE TIME : 2.30 HRS MODEL QUESTION PAPER - 1 MAX MARKS : 70 Part I Choose the correct answer: 15 * 1 = 15 1. A flashing vertical bar is called: (A) Mouse

More information

HIGHER SECONDARY HALF YEARLY EXAMINATION DEC 07 XII - COMPUTER SCIENCE ANSWER KEY Q.NO. ANSWER Q.NO. ANSWER D 4 B D 4 A 3 A 43 B 4 D 44 C C 4 D 6 B 46 A 7 C 47 B 8 A 48 C 9 D 49 A 0 C 0 B C D A A 3 C 3

More information

STAR OFFICE STAR WRITER

STAR OFFICE STAR WRITER CLASS: XII VOLUME I STAR OFFICE STAR WRITER *1. What is mean by Text editing? Entering a new text or modifying the existing text in a document is known as text editing. The insertion point always indicates

More information

ADARSH. FAQ for +2 Computer Science. Supplementary Edition. VOL-II. P.Simon Navis

ADARSH. FAQ for +2 Computer Science. Supplementary Edition.  VOL-II. P.Simon Navis ADARSH FAQ for +2 Computer Science Supplementary Edition VOL-II P.Simon Navis Department Of Computer Science Adarsh Vidya Kendra, Nagercoil Mob : 7598228016 ( simonnavis12@gmail.com ) Simon-Adarsh Vidya

More information

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

+2 Volume II OBJECT TECHNOLOGY OBJECTIVE QUESTIONS R.Sreenivasan SanThome HSS, Chennai-4. Chapter -1 Chapter -1 1. Object Oriented programming is a way of problem solving by combining data and operation 2.The group of data and operation are termed as object. 3.An object is a group of related function

More information

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

SURA BOOKS OCTOBER Choose the most appropriate answer : [75 1 = 75] (1) PART-I OCTOBER - 2016 [Time : 3 hours] XII STD COMPUTER SCIENCE (With Answers) [Marks : 150] PART-I Choose the most appropriate answer : [75 1 = 75] 1. What value is stored in the variable c, if a = 5; c = a++;

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc CST Semester / Year : EVEN / II Subject Name

More information

Object Oriented Programming. Solved MCQs - Part 2

Object Oriented Programming. Solved MCQs - Part 2 Object Oriented Programming Solved MCQs - Part 2 Object Oriented Programming Solved MCQs - Part 2 It is possible to declare as a friend A member function A global function A class All of the above What

More information

1. FIBONACCI SERIES. Write a C++ program to generate the Fibonacci for n terms. To write a C++ program to generate the Fibonacci for n terms.

1. FIBONACCI SERIES. Write a C++ program to generate the Fibonacci for n terms. To write a C++ program to generate the Fibonacci for n terms. PROBLEM: 1. FIBONACCI SERIES Write a C++ program to generate the Fibonacci for n terms. AIM: To write a C++ program to generate the Fibonacci for n terms. PROGRAM CODING: #include #include

More information

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

PRE QUARTERLY EXAMINATIONS COMPUTER SCIENCE CLASS : XII [ E.M] Time Allowed: 3 Hours Maximum marks: 150 PRE QUARTERLY EXAMINATIONS -2016 COMPUTER SCIENCE CLASS : XII [ E.M] Time Allowed: 3 Hours Maximum marks: 150 Note: i. Candidates should answer all the questions in PART A (Objective type) (1 to 75) in

More information

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University Unit 1 Programming Language and Overview of C 1. State whether the following statements are true or false. a. Every line in a C program should end with a semicolon. b. In C language lowercase letters are

More information

Computer Science (330)

Computer Science (330) Lesson 1 Anatomy of a Digital Computer Sr. Secondary Course (Syllabus) Computer Science (330) 1.3 Functions and Components of a Computer 1.3.1 How the CPU and Memory work 1.4 Input devices 1.4.1 Keyboard

More information

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

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM 612 001. COMPUTER SCIENCE STD: XII ONE MARK TEST 3 MARKS: 50 TIME :½ hr I. CHOOSE THE CORRECT ANSWER: 50*1=50 1. A data file created using spreadsheet

More information

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

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

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

CHRIST THE KING BOYS MATRIC HR. SEC. SCHOOL, KUMBAKONAM CHAPTER 2 TEXT FORMATTING CHAPTER 2 TEXT FORMATTING 1. Explain how to create a Bulleted and Numbered List in Star Office Writer? One way to create a list of points or topics in a document is to create a bulleted list. A bullet

More information

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER

DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER DETAILED SYLLABUS 1. INTRODUCTION TO COMPUTER 1.0 Introduction 1.1 Objectives 1.2 What is Computer? 1.2.1 History of Computers 1.2.2 Characteristics Of Computer System 1.2.3 Basic Applications of Computer

More information

Volume I Star Office. Chapter 1 Text Editing

Volume I Star Office. Chapter 1 Text Editing Board Portions - For Moderators - 2016 Volume 2 marks 5 marks Volume I Chapters 1, 2, 3, 6, 7 & 8 Chapters 1, 4, 6 & 7 Volume II Chapters 2, 5, 6, 9, 10, 11 & 12 Chapters 3, 4, 8 & 9 Objectives All Board

More information

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

Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017 Computer Business Office Technology SLO to PLO Alignment(No Results)_February 2017 CAN Program - Computer Business Office Technology Develop the computer skills and confidence to obtain employment. CAN

More information

Introduction to Programming Using Java (98-388)

Introduction to Programming Using Java (98-388) Introduction to Programming Using Java (98-388) Understand Java fundamentals Describe the use of main in a Java application Signature of main, why it is static; how to consume an instance of your own class;

More information

ECDL Full Course Content

ECDL Full Course Content ECDL Full Course Content Module 1 1. Getting Started 1.1. Computer Terms 1.2. Computer Hardware 1.3. Computer Accessories 1.4. Memory and Storage 1.5. Computer Software 2. Using Information Technology

More information

---

--- Bharathi Hr. Sec. School, Reddipatty..1.. A. Prabhakar, M.C.A.,B.Ed., Enter the given text: Heaven from all creatures hides the book of fate. All but the page prescribe the present state. A hero perishes

More information

C++ 8. Constructors and Destructors

C++ 8. Constructors and Destructors 8. Constructors and Destructors C++ 1. When an instance of a class comes into scope, the function that executed is. a) Destructors b) Constructors c) Inline d) Friend 2. When a class object goes out of

More information

C++ (Non for C Programmer) (BT307) 40 Hours

C++ (Non for C Programmer) (BT307) 40 Hours C++ (Non for C Programmer) (BT307) 40 Hours Overview C++ is undoubtedly one of the most widely used programming language for implementing object-oriented systems. The C++ language is based on the popular

More information

Strands & Standards COMPUTER TECHNOLOGY 2

Strands & Standards COMPUTER TECHNOLOGY 2 Strands & Standards COMPUTER TECHNOLOGY 2 COURSE DESCRIPTION This course applies advanced concepts and principles using word processing, spreadsheets, databases, and electronic presentation software. Students

More information

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

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

Computer Applications Final Exam Study Guide

Computer Applications Final Exam Study Guide Name: Computer Applications Final Exam Study Guide Microsoft Word 1. To use -and-, position the pointer on top of the selected text, and then drag the selected text to the new location. 2. The Clipboard

More information

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

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 4 MICROSOFT OFFICE

More information

MOUNTAIN VIEW SCHOOL DISTRICT

MOUNTAIN VIEW SCHOOL DISTRICT MOUNTAIN VIEW SCHOOL DISTRICT COMPUTERIZED BUSINESS APPLICATIONS Curriculum Content Frameworks 00 Curriculum Content Frameworks COMPUTERIZED BUSINESS APPLICATIONS Grade Levels: 9- Course Code: 90 Prerequisite:

More information

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

B.V. Patel Institute of Business Management, Computer & Information Technology, Uka Tarsadia University : Advanced Applications of MS-Office Unit-1 MS-WORD Answer the following. (1 mark) 1. Which submenu contains the watermark option? 2. Which is used for the Cell merge in the table? 3. Which option creates a large capital letter at the beginning

More information

Questions Bank. 14) State any four advantages of using flow-chart

Questions Bank. 14) State any four advantages of using flow-chart Questions Bank Sub:PIC(22228) Course Code:-EJ-2I ----------------------------------------------------------------------------------------------- Chapter:-1 (Overview of C Programming)(10 Marks) 1) State

More information

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics...

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics... Table of Contents Introduction...1 OpenOffice.org Features and Market Context...1 Purpose of this Book...4 How is OpenOffice.org Related to StarOffice?...4 Migrating from Microsoft Office to OpenOffice.org...4

More information

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

Microsoft PowerPoint 2016 Basics Unit 9 Final Review - Student Notes Directions: Fill in the blanks. Directions: Fill in the blanks. 1. PowerPoint Window Layout 2. File Tab When clicked, opens - automatically opens the Info option by default Holds the following options: - Info - New - Open - Save - Save

More information

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

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 7.Data Base PART A I. Choose the correct Answer : 15 X 1 = 15 1. Which of the following is not a valid data type in star office base? a) Text b) time c) project d) integer 2. Which field is used to uniquely

More information

R.PRAKASH COMPUTER TEACHER

R.PRAKASH COMPUTER TEACHER 1 KAMARAJ MPL HIGHER SECONDARY SCHOOL -VILLUPURAM Chapter-1: OBJECT ORIENTED CONCEPTS USING C++ Date:04/09/2009 1. OOPL acronyms is (Object Oriented Programming Language) 2. The solutions to the problems

More information

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe OBJECT ORIENTED PROGRAMMING USING C++ CSCI 5448- Object Oriented Analysis and Design By Manali Torpe Fundamentals of OOP Class Object Encapsulation Abstraction Inheritance Polymorphism Reusability C++

More information

Intro to OOP Visibility/protection levels and constructors Friend, convert constructor, destructor Operator overloading a<=b a.

Intro to OOP Visibility/protection levels and constructors Friend, convert constructor, destructor Operator overloading a<=b a. Intro to OOP - Object and class - The sequence to define and use a class in a program - How/when to use scope resolution operator - How/when to the dot operator - Should be able to write the prototype

More information

B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725)

B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725) Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016 Core (77-725) B.E. Publishing Correlations to The Office Specialist.com, 2E to Microsoft Office Specialist Word 2016

More information

Object Oriented Pragramming (22316)

Object Oriented Pragramming (22316) Chapter 1 Principles of Object Oriented Programming (14 Marks) Q1. Give Characteristics of object oriented programming? Or Give features of object oriented programming? Ans: 1. Emphasis (focus) is on data

More information

I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination. June, 2015 BCS-031 : PROGRAMMING IN C ++

I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination. June, 2015 BCS-031 : PROGRAMMING IN C ++ No. of Printed Pages : 3 I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination 05723. June, 2015 BCS-031 : PROGRAMMING IN C ++ Time : 3 hours Maximum Marks : 100 (Weightage 75%)

More information

CHAPTER 1 Introduction to Computers and Programming CHAPTER 2 Introduction to C++ ( Hexadecimal 0xF4 and Octal literals 031) cout Object

CHAPTER 1 Introduction to Computers and Programming CHAPTER 2 Introduction to C++ ( Hexadecimal 0xF4 and Octal literals 031) cout Object CHAPTER 1 Introduction to Computers and Programming 1 1.1 Why Program? 1 1.2 Computer Systems: Hardware and Software 2 1.3 Programs and Programming Languages 8 1.4 What is a Program Made of? 14 1.5 Input,

More information

STAR OFFICE WRITER. Lesson 2

STAR OFFICE WRITER. Lesson 2 Lesson 2 STAR OFFICE WRITER 1. A is a named set of defaults for formatting text. a. Font b. Tab c. Page d. Style 2. is the keyboard shortcut for justified alignment. a. Ctrl + J b. Ctrl + C c. Ctrl + V

More information

GOVERNMENT TECHNICAL EXAMINATIONS

GOVERNMENT TECHNICAL EXAMINATIONS GOVERNMENT OF TAMIL NADU DIRECTORATE OF TECHNICAL EDUCATION GOVERNMENT TECHNICAL EXAMINATIONS CERTIFICATE COURSE IN COMPUTER ON OFFICE AUTOMATION SYLLABUS CERTIFICATE COURSE IN COMPUTER ON OFFICE AUTOMATION

More information

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

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

Absolute C++ Walter Savitch

Absolute C++ Walter Savitch Absolute C++ sixth edition Walter Savitch Global edition This page intentionally left blank Absolute C++, Global Edition Cover Title Page Copyright Page Preface Acknowledgments Brief Contents Contents

More information

PERIYAR CENTENARY POLYTECHNIC COLLEGE Periyar Nagar- Vallam Thanjavur

PERIYAR CENTENARY POLYTECHNIC COLLEGE Periyar Nagar- Vallam Thanjavur PERIYAR CENTENARY POLYTECHNIC COLLEGE Periyar Nagar- Vallam-613 403 Thanjavur 01. Define program? 02. What is program development cycle? 03. What is a programming language? 04. Define algorithm? 05. What

More information

I BSc(IT) [ Batch] Semester II Core: Object Oriented Programming With C plus plus - 212A Multiple Choice Questions.

I BSc(IT) [ Batch] Semester II Core: Object Oriented Programming With C plus plus - 212A Multiple Choice Questions. Dr.G.R.Damodaran College of Science (Autonomous, affiliated to the Bharathiar University, recognized by the UGC)Reaccredited at the 'A' Grade Level by the NAAC and ISO 9001:2008 Certified CRISL rated 'A'

More information

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

Learning Microsoft PowerPoint Contents. Chapter 1: Getting Started With PowerPoint Contents Chapter 1: Getting Started With PowerPoint Starting a Presentation...1-1 The PowerPoint Screen Sections...1-2 The Backstage View... 1-2 The Quick Access Toolbar... 1-3 The Ribbon... 1-4 Zoom Controls...1-6

More information

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING OBJECT ORIENTED PROGRAMMING STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING 1. Object Oriented Programming Paradigms 2. Comparison of Programming Paradigms 3. Basic Object Oriented Programming

More information

Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit.

Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit. Duration: - 3Days Audience: - Executives and managers who have already been using MS Office want to migrate to Libre Office suit. Pre requisites: - Participants attending this training should be familiar

More information

Formatting an APA style Paper in Google Docs 1

Formatting an APA style Paper in Google Docs 1 Formatting an APA style Paper in Google Docs 1 IMPORTANT: Google Docs has default settings you need to understand before starting to format a paper. Paragraphs can be further indented left only. Normal

More information

SLO to ILO Alignment Reports

SLO to ILO Alignment Reports SLO to ILO Alignment Reports CAN - 00 - Institutional Learning Outcomes (ILOs) CAN ILO #1 - Critical Thinking - Select, evaluate, and use information to investigate a point of view, support a conclusion,

More information

Microsoft Word 2010 Introduction

Microsoft Word 2010 Introduction Microsoft Word 2010 Introduction Course objectives Create and save documents for easy retrieval Insert and delete text to edit a document Move, copy, and replace text Modify text for emphasis Learn document

More information

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

Srinivasa Matric Hr.Sec.School Kollidam. +2 computer Science centum q&a. Name : Srinivasa Matric Hr.Sec.School Kollidam +2 computer Science centum q&a Name : ------------------------------------------------ STD : 12 th STD Subject : Computer Science School : Srinivasa Matric Hr.Sec.School,

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

More information

An Object Oriented Programming with C

An Object Oriented Programming with C An Object Oriented Programming with C By Tanmay Kasbe Dr. Ravi Singh Pippal IDEA PUBLISHING WWW.ideapublishing.in i Publishing-in-support-of, IDEA PUBLISHING Block- 9b, Transit Flats, Hudco Place Extension

More information

CS201- Introduction to Programming Current Quizzes

CS201- Introduction to Programming Current Quizzes CS201- Introduction to Programming Current Quizzes Q.1 char name [] = Hello World ; In the above statement, a memory of characters will be allocated 13 11 12 (Ans) Q.2 A function is a block of statements

More information

COMPUTER SCIENCE PRACTICAL GUIDE [ ENGLISH MEDIUM ]

COMPUTER SCIENCE PRACTICAL GUIDE [ ENGLISH MEDIUM ] +2 COMPUTER SCIENCE PRACTICAL GUIDE 2018-19 [ ENGLISH MEDIUM ] NAME : SUBJECT: SCHOOL : Sastra Matriculation Higher Secondary School 1 Kilpennathur, Tiruvannamalai INSTRUCTIONS FOR THE CONDUCT OF PRACTICAL

More information

PROGRAMMING IN C++ COURSE CONTENT

PROGRAMMING IN C++ COURSE CONTENT PROGRAMMING IN C++ 1 COURSE CONTENT UNIT I PRINCIPLES OF OBJECT ORIENTED PROGRAMMING 2 1.1 Procedure oriented Programming 1.2 Object oriented programming paradigm 1.3 Basic concepts of Object Oriented

More information

Sample Paper Class XI Subject Computer Sience UNIT TEST II

Sample Paper Class XI Subject Computer Sience UNIT TEST II Sample Paper Class XI Subject Computer Sience UNIT TEST II (General OOP concept, Getting Started With C++, Data Handling and Programming Paradigm) TIME: 1.30 Hrs Max Marks: 40 ALL QUESTIONS ARE COMPULSURY.

More information

S Y B Voc Software Development Syllabus

S Y B Voc Software Development Syllabus S Y B Voc Software Development Syllabus Course Level Job Roles Course Name: Pattern: Examination Pattern: Eligibility: Medium of Instruction: NSQF Level-VI 1. Jr. Software Developer 2. Trainer Software

More information

Government Polytechnic, Muzaffarpur. Name of the Lab: OBJECT ORIENTED PROGRAMMING

Government Polytechnic, Muzaffarpur. Name of the Lab: OBJECT ORIENTED PROGRAMMING Government Polytechnic, Muzaffarpur. Name of the Lab: OBJECT ORIENTED PROGRAMMING THROUGH C++ Practical: OOPS THROUGH C++ Subject Code: 1618407 PROGRAM NO.1 Programming exercise on executing a Basic C++

More information

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer www.mrsmeyersmap.weebly.com Course Description This course is recommended for ALL high school students!

More information

Short Notes of CS201

Short Notes of CS201 #includes: Short Notes of CS201 The #include directive instructs the preprocessor to read and include a file into a source code file. The file name is typically enclosed with < and > if the file is a system

More information

Basic Computer Training Course

Basic Computer Training Course Basic Computer Training Course Laherrère A. Perrodon Ivanhoe Masters (Designed for the school teachers of BCICT Programme implemented Schools) This book covers the following courses: Introduction to computer

More information

BIM II IC3 & MOS Certification Pacing Guide

BIM II IC3 & MOS Certification Pacing Guide BIM II IC3 & MOS Certification Pacing Guide 1st 9 Weeks IC3 Certification Computer Fundamentals Mobile Devices Using cell phones, voicemail, SMS, notifications Hardware Device types, storage, networking,

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

Course Title: Microsoft Office ( 2016)

Course Title: Microsoft Office ( 2016) Course Title: Microsoft Office ( 2016) Duration : 2 days This program is designed for executives who are already have knowledge of Microsoft Office, and who would like to work with more very advanced features

More information

VOLUME-2 OBJECT TECHNOLOGY Chap-1 Object Oriented Concepts Using C++

VOLUME-2 OBJECT TECHNOLOGY Chap-1 Object Oriented Concepts Using C++ Chap-1 Object Oriented Concepts Using C++ 1.What is an Object? A group of data and the operations are termed as object.the operations represent the behavior of the object. 2.What is encapsulation? The

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

OBJECT ORIENTED PROGRAMMING. Ms. Ajeta Nandal C.R.Polytechnic,Rohtak

OBJECT ORIENTED PROGRAMMING. Ms. Ajeta Nandal C.R.Polytechnic,Rohtak OBJECT ORIENTED PROGRAMMING Ms. Ajeta Nandal C.R.Polytechnic,Rohtak OBJECT ORIENTED PARADIGM Object 2 Object 1 Data Data Function Function Object 3 Data Function 2 WHAT IS A MODEL? A model is an abstraction

More information

Detailed Table of Contents

Detailed Table of Contents Detailed Table of Contents INTRODUCTION...1 I.1 THE OBJECTIVES OF THIS TEXT...1 I.2 WHY LibreOffice?...1 I.3 WHAT IS SPECIAL ABOUT THIS TEXT?...1 I.4 THE STATUS OF COMPUTING IN SCHOOLS...2 I.5 TEACHING

More information

Microsoft Office Illustrated. Getting Started with Excel 2007

Microsoft Office Illustrated. Getting Started with Excel 2007 Microsoft Office 2007- Illustrated Getting Started with Excel 2007 Objectives Understand spreadsheet software Tour the Excel 2007 window Understand formulas Enter labels and values and use AutoSum Objectives

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

CS201 - Introduction to Programming Glossary By

CS201 - Introduction to Programming Glossary By CS201 - Introduction to Programming Glossary By #include : The #include directive instructs the preprocessor to read and include a file into a source code file. The file name is typically enclosed with

More information

Computer Science Vol-1 R.Sreenivasan

Computer Science Vol-1 R.Sreenivasan Chapter 1 Introduction to StarOffice 1.What is StarOffice?[p1] 2.What are the components of staroffice?[p1] 3.What is the command to start StarOffice?[p1] 4.What is a Word Processor?[p2] 5.What is a document?[p2]

More information