Class - XII English. Hindi

Size: px
Start display at page:

Download "Class - XII English. Hindi"

Transcription

1 English 1. Write Q- Ans. of Lesson 5 Indigo and Poem 4: A thing of Beauty. 2. Read Chapters 18 to 22 of The Invisible Man and write Summary of each. 3. Solve writing and reading section of Latest CBSE Sample Paper. Hindi ज वन पर चय जयश क प रस द, ववद य पत, मववल स शम व य ख य क लस द स : एक च प ई, एक पद जनस च म ध यम अत लघ उत त य प रश न पत र ल खन- एक औपच र क, एक अन पच र क एक समस मतयक ववषय प फ च ल खन Chemistry 1. Do 20 numericals from Physical Chemistry From NCERT Textbook Only and 20 from CBSE Board Questions of Last 5 years. 2. Learn chapters Haloalkanes and Haloarenes ; Alcohols, Phenols and Ethers; Aldehydes, Ketones And Carboxylic Acids Of Organic Chemistry.

2 3. Learn chapter Coordination Compounds and General Principles Of Isolation Of Elements. 4. Complete your classwork notebook and prepare an investigatory project. 5. Learn and solve questions of Achievement Test of this year. Physics 1-Numerical of exercise Ray Optics and Wave Optics of NCERT Book 2-solve 2014 and 2015 CBSE papers all set 3-Write notes on Rutherford atomic modal,bohrs Atomic Modal,Explanation of Hydrogen spectrum BIOLOGY 1. Solve questions of CBSE previous 5 years question paper of the first 4 units. 2. Revise the extra questions from unit Biotechnology. 3. Complete Practical records and Investigatory Projects. 4. Read Unit-ECOLOGY 5. Apart from CBSE question Papers of previous years, download sample papers and solve them.

3 BUSINESS STUDIES 1.Complete project work as explained in class 2.Revise chap principles of mgmt & marketing mgmt Accountancy 1.solve achievement paper 2. project work of ratios ECONOMICS 1. SOLVE THE QUESTION PAPER OF LAST FIVE YEARS 2. DO THE NUMERICALS OF NATIONAL INCOME BY INCOME METHOD PRODUCT METHOD AND EXPENDITURE METHOD 3. FIND OUT THE DIFFICULT AREAS OF ECONOMICS AND MAKE A LIST TO DISCUSS IN THE CLAS ROOM. 4. STUDY THE BLUE PRINT OF ECONOMICS PAPER AND PREPARE YOURSELF ACCORDINGLY 5. MAKE A LIST OF EASY CHAPTERS AND DIFFICULT CHAPTERS FOR YOU. FOR DISCUSSION.

4 History Project work- Maps 1. Solve the question paper of last five years. 2. Do the practice of map work which is given in your book. Computer Science Complete the following programs in practical file Q1. Write a menu-driven program in C++ with following options- 1. Creation of a text file (file must be created, character by character until a particular character is typed, like as you type # the file creation task gets stopped) 2. Reading of a created text file. (To display the contents of a text file) 3. Quit. Q2. Write a menu-driven program in C++ with following options- 1. Creation of a text file (say file is mixed.txt, it contains alphabets, digits or special characters) 2. Make separate files (This option creates three files- alpha.txt (contains alphabets only), digit.txt (contains digits only) and special.txt (contains special characters only) taking data from mixed.txt) 3. Display a file (This option displays the contents of a particular file out of abovementioned four files, by asking its name, if not found reports file not found ) 4. Quit Q3. Write a menu-driven program in C++ with following options- 1. To add records (Name, Rollno, Marks ) of students (Add records till the user wants yes ) 2. Display all the records

5 3. Display a particular record on the basis of Roll No. 4. Quit Q4. Write a program in C++ with the help of following class employee Member Data : Employee name Employee code Basic Salary Da Hra Total salary Member Functions: 1. To input employee detail (name, code and basic) 2. To calculate following Code Da Hra 1 50% of basic 30% of basic 2 40% of basic 25% of basic Any other 30% of basic 20% of basic Total Salary=Basic + Da + Hra This function must be a private function and must be called from input detail function 3. A function which returns the address of that object which has got higher basic salary (This function compares calling object and passing object)

6 4. To display the detail of the student In main() function make 10 objects of employee. Input and calculate detail of every employee. Finally display the detail of that employee who draws the highest salary. Q5. Write a program in C++ with the help of class array_search with following members- Member data : An array ar of integer with 100 elements No.of elements actually used by user (int n) Member Functions- 1. To input n, and n number of elements 2. Linear serch 3. Binary search (If array is in ascending order) 4. To display n elements of the array Make a menu in C++ with following options- 1. Array Input 2. Linear Search 3. Binary Search 4. Array display 6. Quit Q6. Write a program in C++ with the help of class array_update with following members- Member data : An array ar of integer with 100 elements No.of elements actually used by user (int n) Member Functions- 1. To input n, and n number of elements 2. To insert an item in the array if array is in ascending order 4. To delete an item from the array 5. To display n elements of the array Make a menu in C++ with following options-

7 1. Array Input 2. Insertion 3. Deletion 4. Array display 6. Quit Q7.Write a program in C++ with the help of class array_sort with following members- Member data : An array ar of integer with 100 elements No.of elements actually used by user (int n) Member Functions- 1. To input n, and n number of elements 2. Selection sort 3. Bubble sort 4. Insertion sort 5. To display n elements of the array Make a menu in C++ with following options- 1. Array Input 2. Selection sort 3. Bubble sort 4. Insertion sort 5. Array display 6. Quit Q8.Write a program in C++ with the help of class array_merge with following members- Member data : An array a of integer with 100 elements No.of elements actually used by user in array a (int l)

8 An array b of integer with 100 elements No.of elements actually used by user in array b (int m) An array c of integer with 200 elements No.of elements actually used by user in array c (int n) Member Functions- 1. To input array a and b with size l, m respectively 2. merge1(), it merges array a and b to form c, if a and b are sorted in ascending and descending order respectively 3. merge2(), it merges array a and b to form c, if a and b are sorted in descending and ascending order respectively 4. merge3(), it merges array a and b to form c, if a and b are sorted in ascending order 5. merge4(), it merges array a and b to form c, if a and b are sorted in descending order (Note :Array c is required in ascending order.) 6. display(), To display all the arrays a, b and c. Make a menu in C++ with following options- 1. To input array a, b 2. To merge array a and b to form c, if a and b are sorted in ascending and descending order respectively 3. To merge array a and b to form c, if a and b are sorted in descending and ascending order respectively 4. To merge array a and b to form c, if a and b are sorted in ascending order 5. To merge array a and b to form c, if a and b are sorted in descending order 6. To display all the arrays. 7. Quit

9 I.P Do the following programs in Practical file Q1. Write a program to display all the even numbers between 10 to 50. Q2. Write a program to display the following pattern on the screen Q3. WAP to check that given no. is prime or not. Q4. Write a program to calculate commission for salesman. Get sales made from the user and calculate commission as follows: If sales made Comm. < % of salary % of salary > % of salary

10 Q5. Create an application that receive a number through a jtextfield1 and Print the sum of the individual digits when the submit button is pressed. Q6.ABC Public School wants to computerize the employee salary section. The School is having two categories of employees : Teaching and Non Teaching. The Teaching employees are further categorized into PGTs, TGTs and PRTs having different Basic salary. The School gives addition pay of 3500 for employees who are working for more than 6 years. EMPLOYEE CATEGORY BASIC SALARY GROSS SALARY NON TEACHING PGT DEDUCTIONS CALCULATE CLEAR EXIT

11 Employee Type Basic Salary DA (% of Basic Sal) HRA (% of Basic Sal) Deductions (% of Basic sal) Non Teaching PGT TGT PRT (i) Write the code to calculate the Basic salary, deductions, gross salary and net salary based on the given specification. Add 3000 to net salary if employee is working for more than 10 years. Gross salary=basic salary + DA + HRA Net salary = Gross salary deductions (ii) Write the code to clear all textfields, uncheck checkbox and set non teaching as the Default category (iii) Write the code to exit the application. Also display a message Thank you before exiting the application. (iv) Write the code to disable textfields for gross salary, deductions and net salary Q7. HSBC is a bank. The Bank provides three types of loans- Car loan, House Loan, Education Loan.

12 Read the following case study and answer the questions that follow: Make a java swing frame as shown above and accept values through jtextfields. Perform according to following questions: a. Write the command to clear all the text boxes. b. Write the command to set focus on Exit button and disable all other buttons. c. Write the commands to show the interest rate according to the following criteria.: Car loan 10% House Loan 8.5% Education Loan 5%. d. Write the code for Exit button to close the application. e. Calculate the discount on the amount according to following criteria. If amount > 10,000,00 and < 20,000,00 then 20% discount. If amount > 20,000,00 then 25 % discount.

13 Q8. Well Tech Institute offers two post graduate courses, one in computers and one in management. The students can avail certain optional facilities. The basic interface for accepting the details of facilities availed by a student is as follows EnoTf MbaRb McaRb LibCb MessCb HostCb MessTf HostelTf Write the code and the event procedures for incorporating the following functionality: ( a ) CalcBtn The library facility should be selected by default. And the default course choice should be computers 1

14 ( b ) ( c ) ( d ) course. When user clicks clear button all the text fields should be cleared. Whenever user selects the HOSTEL facility, the MESS facility should get selected automatically, which the user can deselect later if desired. Given that the charges for library, mess and hostel are RS 500, RS 1500 and Rs 2000 respectively per month, write a method calculate() that calculates and displays the charges per semester, for the 1 2 4

15 facilities. This method should be called when user clicks Calculate button. ( e ) Make sure that Enrolment Number entered is non negative and non zero value. If it is not give an appropriate message. 2 Q9. Read the following case study and answer the questions that follows: The pizza café has computerized it billing. The following is the data entry screen used at their outlet he price of regular pizza is Rs. 90 and that of pan pizza is Rs 110. the user can choose different types of extra toppings of he wants. Extra toppings cost Rs 20.

16 Write java code for the following : 1. Write java code to set default option as PAN pizza when runs the jframe.1 2. Write code for CALCULATE RATE to calculate the rate of pizza and display it in a corresponding textfield depending on the type of pizza selected by the customer Write the code for java calculate the total amount and display it in corresponding textfield. Total amount is calculated by first finding the cost of extra toppings selected by the cutomer. Remmeber that each extra toppings cost Rs.20therefore if user selects 2 toppings the cost of toppings will be Rs.40. Then add it to the rate and multiply the resultant amount by the quantity ordered. 4. Write code for clear all textfields and EXIT button to exit applications.

17 Q10. ABC Company has developed the following interface to enter and display data related to Income Tax of employees. Object Type Object Name Description JTextField1_ECode JTextField2_EName To Enter Employee Code To Enter Employee Name Text Field JTextField3_Tax_Income To Enter Taxable Income JTextField4_IncomeTax To Enter Income Tax JTextField5_Edu_Tax JTextField6_Surcharge JTextField7_Tot_Tax To Enter Education Tax To Enter Surcharge To Calculate Total Tax Amount Button JButton2_Clear To Provide JButton1_Calculate Corresponding Action

18 (a) When Calculate button is clicked, Income Tax, Education Tax, Surcharge, and Total Tax( Sum of Income Tax, Education Tax, Surcharge) is displayed in their respective text boxes based on the following criterion (b) When the user clicks the clear button all textboxes should be set to zero. Taxable Income Income Tax Education Tax Surcharge Upto 1,00,000 Nil Nil Nil 1,00,000 to 1,50, % of the amount exceeding 1,00,000 1,50,000 to 2,50,000 5, % of amount exceeding 1, 50,000 2,50,000 and above 25, % of the amount exceeding 2,50,000 2% of Taxable Income 2 % of Taxable Income 2% of Taxable Income Nil Nil 1% of taxable Income 1. The given form Calculates the GCD (HCF) of two Number s Write code for the command button (jbutton1) to print the GCD in the jtextfield3. Geography

19

20 Solve selection test paper

21

22

23 Solve the problem of lessons that are completed of the papers given

24

25

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0 USER MANUAL For Rajiv Gandhi Institute of Petroleum and Technology, Raebareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

More information

Guru Gobind Singh Public School Sector V,B Bokaro Steel City Annual IP Assignment Class 11

Guru Gobind Singh Public School Sector V,B Bokaro Steel City Annual IP Assignment Class 11 Guru Gobind Singh Public School Sector V,B Bokaro Steel City Annual IP Assignment Class 11 1. What will be the output of given expression : int a=7; System.out.println(++a + + a-- + + a+1 + +a++); System.out.println(a);

More information

Subject: Computer Science

Subject: Computer Science Subject: Computer Science Topic: Data Types, Variables & Operators 1 Write a program to print HELLO WORLD on screen. 2 Write a program to display output using a single cout statement. 3 Write a program

More information

Application based QUESTIONS for JAVA

Application based QUESTIONS for JAVA Application based QUESTIONS for JAVA Q1. Write Java Code for the following a) On the Action event of the close button the application gets closed. 1 b) On the Action event of the clear button all the text

More information

CLASS 11 HOLIDAY HOMEWORK. English PERIODIC TEST II PORTION HOLIDAY HOMEWORK

CLASS 11 HOLIDAY HOMEWORK. English PERIODIC TEST II PORTION HOLIDAY HOMEWORK CLASS 11 HOLIDAY HOMEWORK English PERIODIC TEST II PORTION 1. The Ailing Planet 2. The Browning Version 3. Albert Einstein at School 4. The Voice of the Rain Two Writing Skills 1. Poster Writing 2. Article

More information

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Jais Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank Collect

More information

KENDRIYA VIDYALAYA No. 2, Delhi Cantt. 10 AUTUMN BREAK: SHIFT 2 - HOLIDAYS HOMEWORK. Class: XI

KENDRIYA VIDYALAYA No. 2, Delhi Cantt. 10 AUTUMN BREAK: SHIFT 2 - HOLIDAYS HOMEWORK. Class: XI Subject : HINDI Class: XI क न द र य व द य ऱय स -२ द ल ऱ छ न ( द व त य प ऱ ) श र य अ क श ग हक यय (२८ ससतम बर ०८ अक ट बर २०१४) व षय दहन द क - ग य र (दहन द -ऐच छछक) १. कब रद स, स रद स, द व, ऩदम कर, स ममत

More information

Wood Based Industries MIS Uttar Pradesh Forest Department

Wood Based Industries MIS Uttar Pradesh Forest Department Wood Based Industries MIS Uttar Pradesh Forest Department New License User Interface Design Document Version 1.0 1 1.0 REGISTRATION AND LOGIN 1.1 REGISTRATION प ज करण User: For submitting the proposal,

More information

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Rae Bareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education HINDI AS A SECOND LANGUAGE 0549/02 Paper 2 Listening For examination from 209 MARK SCHEME Maximum

More information

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए 1 व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए Step 1 1. Go to Start-> Control Panel > Regional & Language Options >Click on Languages Tab Tick the Check box to Install files for complex scripts...

More information

KENDRIYA VIDYALAYA BAILEY ROAD SECOND SHIFT HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH

KENDRIYA VIDYALAYA BAILEY ROAD SECOND SHIFT HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH KENDRIYA VIDYALAYA BAILEY ROAD HOLIDAY HOME WORK CLASS: XII SUB: ENGLISH Q.1. Write a letter to the Editor. Q.2. Write a complaint. Q.3. Write a Job application. Q.4. Write a comprehension. Q.5. Write

More information

VARIABLE, OPERATOR AND EXPRESSION [SET 1]

VARIABLE, OPERATOR AND EXPRESSION [SET 1] VARIABLE, OPERATOR AND EXPRESSION Question 1 Write a program to print HELLO WORLD on screen. Write a program to display the following output using a single cout statement. Subject Marks Mathematics 90

More information

INDIAN LEARNERS OWN ACADEMY, KUWAIT Informatics Practices XII Holiday Homework. b. What is the importance of abstract classes in programming?

INDIAN LEARNERS OWN ACADEMY, KUWAIT Informatics Practices XII Holiday Homework. b. What is the importance of abstract classes in programming? INDIAN LEARNERS OWN ACADEMY, KUWAIT Informatics Practices XII Holiday Homework 1. a. Define the term Polymorphism. What are the two ways polymorphism is demonstrated in Java? b. What is the importance

More information

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By:

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By: INSTRUCTION MANUAL ONLINE APPLICATION FORM FOR ADMISSIONS Rajiv Gandhi Institute of Petroleum Technology, Jais Designed & Developed By: Index Sr.no Content Page No 1 Student Login 3 2 Registration Page

More information

1. Wap in JAVA to accept two values and calculate highest value and lowest value.

1. Wap in JAVA to accept two values and calculate highest value and lowest value. Application based on if..else and nested if else structure : 1. Wap in JAVA to accept two values and calculate highest value and lowest value. 2. Wap in JAVA language to accept a number, check and display

More information

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS Digital MLS A Quick Start Guide for Respected Members of Legislative Assembly and online into MKCL s Version 1.0 THIS QUICK START GUIDE WILL EXPLAIN IN SHORT ABOUT: HOW TO LOG INTO DIGITAL-MLS SYSTEM,

More information

Mahatma Gandhi Institute For Rural Industrialization

Mahatma Gandhi Institute For Rural Industrialization मह त म ग ध ग र म ण औद य ग करण स स थ न Mahatma Gandhi Institute For Rural Industrialization मगनव ड, वध 442001 मह र ष ट र,भ रत Maganwadi, Wardha 442001, Maharashtra, India Phone No: +91-7152-253512 Fax:

More information

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names SYLLABUS FOR STD I ACADEMIC YEAR 2016-17 Month English Math EVS Hindi Marathi sight words Block-1 Numbers 0 Block-1- My Family svar ³A sao AÁ (ग ण )एक ह त पर to 10 Block-2- My School Vowels Block-2- Making

More information

Sample Paper 011 Class XII Subject Informatic Practices Time : 3 hours Max Marks:70 SET-I General Instructions 1. This question paper is divided into three sections.. Section-A consists 35 marks. 3. Section-B

More information

HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION SNO SUBJECT HALF YEARLY SYLLABUS

HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION SNO SUBJECT HALF YEARLY SYLLABUS HERITAGE XPERIENTIAL LEARNING SCHOOL IX- HALF YEARLY SYLLABUS SESSION- 2018-19 SNO SUBJECT HALF YEARLY SYLLABUS 1 Social Science 1. India Size and Location 2. Physical features of India 3. Drainage 4.

More information

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019)

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) Page 1 of 6 Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) SUBJECT First Language ENGLISH PAPER TITLE ENGLISH PAPER 1 Non-Fiction TIME: 1 hour MARKS: 50 marks SECTION A: Reading Comprehension(

More information

कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय

कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय कक ष आठव ववषय ह न द ग र ष मक ल न अवक श क यय 1 प ठ -1,2,3 क अत लघ उत र य,लघ उत र य एव तनब ध त मक प रश न त र क अभ य स क ज ए 2 भ ष ब ल ललवप प ठ क अभ य स क यय क ज ए 3 वर य ववच छ द क अभ य स क ज ए 4 एक स वरच

More information

Sample Paper-2011 Class : XII MM : 70 Subject : Informatics Practices Time : 3 hours

Sample Paper-2011 Class : XII MM : 70 Subject : Informatics Practices Time : 3 hours Sample Paper-0 Class : XII MM : 70 Subject : Informatics Practices Time : 3 hours General Instructions :. This question paper is divided into three sections. Section A consists marks. 3. Section B is of

More information

INDIAN SCHOOL MUSCAT COMPUTER SCIENCE(083) CLASS XI

INDIAN SCHOOL MUSCAT COMPUTER SCIENCE(083) CLASS XI INDIAN SCHOOL MUSCAT COMPUTER SCIENCE(083) CLASS XI 2017-2018 Worksheet No. 1 Topic : Getting Started With C++ 1. Write a program to generate the following output: Year Profit% 2011 18 2012 27 2013 32

More information

Sample Paper for class XII IP with Answers Prepared by Successbook Group Sub: - Informatics Practices Total Marks :70 Time:3hr

Sample Paper for class XII IP with Answers Prepared by Successbook Group Sub: - Informatics Practices Total Marks :70 Time:3hr Sample Paper for class XII IP with Answers Prepared by Successbook Group Sub: - Informatics Practices Total Marks :70 Time:3hr 1. (a.) Why do we use repeater? A repeater is used to regenerate data and

More information

Novel Unit Assignment 1 C141- C-144 Q 2:-Read the following questions and write the answers in NoteBook. (World Limit words)

Novel Unit Assignment 1 C141- C-144 Q 2:-Read the following questions and write the answers in NoteBook. (World Limit words) HOLIDAY HOMEWORK ClASS-XII TH (ARTS) Vacation! Holidays are the synonym for unlimited fun and merriment. Everything turns out best for us when we make the best use of our time. It is our heartiest desire

More information

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents)

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न म (Contents) PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents) School of Management Studies and Commerce Page 1. PG Diploma in Marketing Management (PGDMM-17) 2-3 2. PG Diploma Human Resource

More information

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ त"रक म $य कन ह त स य क य PA 01 and PA 02

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ तरक म $य कन ह त स य क य PA 01 and PA 02 वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स 2014-15 आ त"रक म $य कन ह त स य क य PA 01 and PA 02 य छ, आपक PA 01 और 02 प.यम क स य क य /भजव य ज रह ह2, जनक ववरण 5न6न क र ह :- प.यम

More information

Computer Science 330 Assignment

Computer Science 330 Assignment Computer Science 330 Assignment Note: All questions are compulsory. The marks for each question are given at the same place. Max. Marks: 20 (ii) Write your name, enrolment number, AI name and subject etc.

More information

4.merge3(), it merges array a and b to form c(in descending), if a and b are sorted in ascending o rder. 5 sortasc() - t o s ort array in ascending or

4.merge3(), it merges array a and b to form c(in descending), if a and b are sorted in ascending o rder. 5 sortasc() - t o s ort array in ascending or P RACTICAL QUESTION(contd.) A RRAY a. Program to implement class array_search with following members- M embers data: A n array integer with 100 elements members functions- 1. To i nput n, and n number

More information

ह म चल प रद श क न दर य व श व द य लय महत वप र ण स चन

ह म चल प रद श क न दर य व श व द य लय महत वप र ण स चन ह म चल प रद श क न दर य व श व द य लय Central University of Himachal Pradesh क प क य य, एचप स ए व क स वडयम क वनक, धम, व - क गड, वहम च प रद 176215 Camp Office, Near HPCA Cricket Stadium, Dharamshala, District

More information

Enquiry Generation Details

Enquiry Generation Details Enquiry Generation Details PDF processed with CutePDF evaluation edition www.cutepdf.com http://past.ipr.res.in/limitedenquirynew.jsp Page 1 of 4 23-07-2018 ल म अन स ध न स थ न INSTITUTE FOR PLASMA RESEARCH

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Doc Bahadur ETD/42/ Shah 11302 Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 TeleFax +91 11 2323 1192 Website : www.bis.org.in email : eetd@bis.org.in

More information

List of Practical for Class XII Computer Science

List of Practical for Class XII Computer Science List of Practical for Class XII Computer Science P.01. Write a complete C++ program to define class Garment with following description: Private members: Code - type string Type - type string Size - type

More information

User Guide. for. Control Table Management Web Application

User Guide. for. Control Table Management Web Application User Guide for Control Table Management Web Application National Electoral Roll Management System (ERMS) Phase-I TABLE OF CONTENTS Sr. No. Topic Page No. 1 How to Login 1 2 Main Menu 2 3 Change Password

More information

Ceramic or glass insulator units for a.c. systems Definitions, test methods and acceptance criteria

Ceramic or glass insulator units for a.c. systems Definitions, test methods and acceptance criteria DRAFTS IN WIDE CIRCULATION Document Despatch Advice REFERENCE Date ETD 06/ T-90 04-01-2017 TECHNICAL COMMITTEE ETD 06 ---------------------------------------------------------------- ------- --------------------------------------------

More information

Note Books. Central Academy Sr. Sec. School, (10+2) Vijay Nagar, Jabalpur List of Books For the Session Class : Nursery Date : 02/03/2017

Note Books. Central Academy Sr. Sec. School, (10+2) Vijay Nagar, Jabalpur List of Books For the Session Class : Nursery Date : 02/03/2017 Class : Nursery Date : 02/03/2017 1. Alphabet Popcorn 2. Learn to write - 1 3. English writing 4. Rhymes with Rhythm - A Clever Ants 1. My book of numbers-1 2. Maths No. writing 1. क ल र भ ग -1 Clever

More information

प ज ड /PGD 13 (13359)

प ज ड /PGD 13 (13359) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

प ज ड /PGD 13 (13355)

प ज ड /PGD 13 (13355) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

Practical List of. MCA IV SEM Session -2010

Practical List of. MCA IV SEM Session -2010 1. WAP to create own exception. Rani Durgavati Vishwavidyalaya Jabalpur (M.P.) (UICSA) Master of Computer Application (MCA) Practical List of MCA IV SEM Session -2010 MCA-401 - Internet and Java Programming

More information

प ज ड /PGD 13 (13354)

प ज ड /PGD 13 (13354) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

Suggestive List of C++ Programs

Suggestive List of C++ Programs Suggestive List of C++ Programs 1. Write a C++ program to display Hello World! on the output screen. 2. Write a program to display Multiplication Table of a number inputted by the user. 3. Write a program

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 प रल ख प र षण स ज ञ पन व य पक पर च लन स द स दर भ ददन क ईट ड 18/ ट - 69 30/01/2019 तकन क सम तत ईट 18 प र षत

More information

It is an entirely new way of typing and hence please go through the instructions to experience the best usability.

It is an entirely new way of typing and hence please go through the instructions to experience the best usability. Panini Keypad allows you to write in all languages of India on the phone, fast and easily without the need of printed characters on the keypad. It is based on a patented invention of statistical predictive

More information

National Informatics Centre, Pune

National Informatics Centre, Pune USER MANUAL Admission Portal (Version 1.) School Education And Sports Department Government of Maharashtra January 2015 (NIC-PUNE-G3-AdmissionPortal-UM001) National Informatics Centre, Pune No part of

More information

प ज ड /PGD 13 (13360)

प ज ड /PGD 13 (13360) Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 s 011-2323 0131, 2323 3375 Extn 4442 TeleFax +91 11 2323 7093 Website : www.bis.org.in, email : litd@bis.org.in WIDE

More information

NOTE: The technical content of document is not attached herewith / available on website. To get the document please contact:

NOTE: The technical content of document is not attached herewith / available on website. To get the document please contact: Address: Manak Bhavan 9, Bahadur Shah Zafar Marg, New Delhi-110002 Ph: 011 23230131, 23233375, 23239402 PRODUCTION AND GENERAL ENGINEERING DEPARTMENT http://www.bis.org.in Email pgd@bis.org,in व य पक पर

More information

Address Change Process Related Documents

Address Change Process Related Documents Address Change Process Documents Back ground and Requirement of Policy-: RKCL is running its operations through its ITGKs. These ITGKs are working on certain premises, some of them in rented premise and

More information

स चन औ दस ज- म नक क क टल क प रस व

स चन औ दस ज- म नक क क टल क प रस व व य पक पर च लन म मस द स दर भ ददन क सर सदस य प रल खन औ स चन व षय सवमव, एमएसड 5 प रक शन औ ग र द क प र द य व क व षय सवमव, एम एस ड 6 प रब ध औ त र पर षद, एमएसड स अन य इच छ क एमएसड 5/ ट 134 01-01-2018 वप रय

More information

Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic

Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic Online Education Platinum Package Topic List Sr Course Name Topic Duration Language 1 Basic Utilities Accept And Reject Cookies 01:56 English 2 Basic Utilities Archive Multiple Files 03:59 English 3 Basic

More information

INSTITUTE FOR PLASMA RESEARCH. An Aided Institute of Department of Atomic Energy, Government of India

INSTITUTE FOR PLASMA RESEARCH. An Aided Institute of Department of Atomic Energy, Government of India Enquiry Generation Details PDF processed with CutePDF evaluation edition www.cutepdf.com http://past.ipr.res.in/limitedenquirynew.jsp Page 1 of 4 09-05-2018 ल म अन स ध न स थ न INSTITUTE FOR PLASMA RESEARCH

More information

Objectives/Outcomes. Introduction: If we have a set "collection" of fruits : Banana, Apple and Grapes.

Objectives/Outcomes. Introduction: If we have a set collection of fruits : Banana, Apple and Grapes. 1 September 26 September One: Sets Introduction to Sets Define a set Introduction: If we have a set "collection" of fruits : Banana, Apple Grapes. 4 F={,, } Banana is member "an element" of the set F.

More information

Table Joins and Indexes in SQL

Table Joins and Indexes in SQL Table Joins and Indexes in SQL स ब एसई प ठ यक रम पर आध ररत कक ष -11 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) पररचय कभ कभ हम ऐस आनफ म शन क अवश यकत पड़त ह जजसम ड

More information

Sample Paper 2012 Class XII Subject Informatics Practices

Sample Paper 2012 Class XII Subject Informatics Practices Sample Paper 2012 Class XII Subject Informatics Practices Q1. Answer the following questions- (a) What is constant and how can we define it? (b) What will be the output of the following code? StringBuffer

More information

[6] [6] [6] [5] [5] [6] [5] [5]

[6] [6] [6] [5] [5] [6] [5] [5] M.K. Institute of Computer Studies,Bharuch Programming Language-I Programs April/May - 2005. Write a C program to find the factorial of a user inputted number. 2. Write a program to find the sum of 4 digits

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Subject- Management Information Systems Maximum Marks: 30 Q.1 What do you mean by Information System? Explain its categories. Q.2 Briefly describe what is ERP? Q.3 What is basic component of any software?

More information

ELECTION PERSONNEL DEPLOYMENT SYSTEM

ELECTION PERSONNEL DEPLOYMENT SYSTEM ELECTION PERSONNEL DEPLOYMENT SYSTEM (EPDS) Uttar Pradesh Vidhan Sabha General Election 2017 By National Informatics Centre UP State Unit, Lucknow User Manual (Version 1.0.01) ELECTION PERRSONNEL RSONNEL

More information

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6 Epaper Dainik Jagran 1 / 6 2 / 6 3 / 6 Epaper Dainik Jagran Jagran epaper - Dainik Jagran, Hindi newspaper known worldwide for its largest readership, is available now online at epaper.jagran.com, a hindi

More information

Mobile (Prepaid)Operator Margin Structure

Mobile (Prepaid)Operator Margin Structure Big Shop Recharge Off. No 1355 Anusmruti Sadan Back Side school No 4 Charholi RD Alandi devachi Tal - Khed Dist - Pune MH -412105 Mo No- 8308287889 / 7620405353 /7620045353 E-mail - central.tele7@gmail.com

More information

ABOUT THE WORKSHOP: TOPICS: The Following topics will be covered in the workshop:

ABOUT THE WORKSHOP: TOPICS: The Following topics will be covered in the workshop: (वर तम न एव भववष य क ) भ रर य ववद य र ब ज र म उभरर प रव व य पर द ददवस य क यतश ल Two Days Workshop on Emerging Trends in Indian Electricity Markets (Present & Future) 23 rd & 24 th नव बर / November, 2017

More information

INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI WALK- IN- INTERVIEW. Qualifications

INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI WALK- IN- INTERVIEW. Qualifications INDIAN AGRICULTURAL STATISTICS RESEARCH INSTITUTE LIBRARY AVENUE: NEW DELHI-110012 WALK- IN- INTERVIEW A walk-in interview will be held for the post of One(01) Young Professionals-II at ICAR-IASRI, Pusa,

More information

Instructions for filling application for IISER Admission 2019

Instructions for filling application for IISER Admission 2019 Instructions for filling application for IISER Admission 2019 The link to the registration page is provided at IISER admissions website. Please click on the Registration button available at on https://www.iiseradmission.in/?page_id=1509.

More information

F. No. I(7)/5/Audit-I/Systems/16-17 Date: 18 th July 2016 TENDER NOTICE

F. No. I(7)/5/Audit-I/Systems/16-17 Date: 18 th July 2016 TENDER NOTICE आय क त क य ऱय, क न द र य उत प द श ल क एव स व कर, ऱ ख पर -I, 301, ज.एन.एफ.स. ट वर, एस. ज. ह इव, अहमद ब द, ग जर त- 380 054 OFFICE OF THE COMMISSIONER OF CENTRAL EXCISE & SERVICE TAX, AUDIT-I, AHMEDABAD 301,

More information

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern)

P.G.D.C.M. (Semester I) Examination, : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) *4089101* [4089] 101 P.G.D.C.M. (Semester I) Examination, 2011 101 : ELEMENTS OF INFORMATION TECHNOLOGY AND OFFICE AUTOMATION (2008 Pattern) Time : 3 Hours Max. Marks : 70 Note : 1) Q. 1 is compulsory.

More information

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 SAMPLE PAPER - 2014 FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 General Instructions: All the questions are compulsory Question paper consists of two sections, Section A and Section

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Bahadur Shah Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 TeleFax +91 11 2323 1192 Website : www.bis.org.in email : eetd@bis.org.in ल ख षण

More information

STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS

STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS STEPS TO BE FOLLOWED BY ERO FOR IMPLEMENTATION OF ECI ERMS 1. एक Desktop Computer और इस पर Broadband Internet कन क शन स न चत कर Desktop System Windows XP/Windows 7/8 क स थ कम स कम 1 GB RAM और 50 GB Hard

More information

INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI

INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI GUIDE LINES FOR JOB APPLICATION Date 26/12/2018 Step 1. - First Its Mandatory to Register on www.iurdp.org for job application. Step 2. -

More information

Ascending. Load. Descending. Save. Exit. Numbers

Ascending. Load. Descending. Save. Exit. Numbers 1. Create an abstract class shape. Derive three classes sphere, cone and cylinder from it. Calculate area and volume of all (use method overriding) [30] 2. Design an HTML page containing 4 option buttons

More information

INFORMATICS PRACTICES (065)

INFORMATICS PRACTICES (065) Roll No. Code : 112011-065-A Please check that this question paper contains 7 questions and 8 printed pages. CLASS-XI INFORMATICS PRACTICES (065) Time Allowed : 3 Hrs. Maximum Marks : 70 General Instructions

More information

PRE BOARD EXAM Sub:Informatics Practices (065) Class:XII

PRE BOARD EXAM Sub:Informatics Practices (065) Class:XII Max Marks:-70 PRE BOARD EXAM 2010-11 Sub:Informatics Practices (065) Class:XII Time :3 Hrs. 1. (a) Two doctors in the same room have connected their Palm Tops using Bluetooth for working on a Group presentation.

More information

Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES

Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES Object Oriented Programming Using C ++ Page No. : 1. ASSIGNMENT SHEET WITHOUT USING OBJECT AND CLASSES 1. Write a program to calculate the sum of two numbers using function. 2. Write a program to calculate

More information

Computer Operator Practical Examination Sample Set - 06

Computer Operator Practical Examination Sample Set - 06 Public Service Commission Computer Operator Practical Examination Sample Set - 06 F.M.: 30 P.M.:15 Time: 30 Minutes Attempt all of the following questions: Create a folder on desktop and name it your symbol

More information

CBSE International Class XII Informatics Practices Annual Examination Sample Question Paper

CBSE International Class XII Informatics Practices Annual Examination Sample Question Paper CBSE International Class XII Informatics Practices Annual Examination 2013-14 Sample Question Paper Max Time: 3 hours Max Marks: 70 1. (a) Name the transmission medium useful for sparsely populated areas.

More information

Suggestions and Model Questions for B.Com Part II IT Practical Examination (C21G), 2016 (Information Technology and its Application in Business)

Suggestions and Model Questions for B.Com Part II IT Practical Examination (C21G), 2016 (Information Technology and its Application in Business) Suggestions and Model Questions for B.Com Part II IT Practical Examination (C21G), 2016 (Information Technology and its Application in Business) Students may practice the following 1. Creating Folders

More information

SAMPLE PAPER CLASS XII SUBJECT Informatics Practices

SAMPLE PAPER CLASS XII SUBJECT Informatics Practices http:/// Time : 3 hrs. SAMPLE PAPER CLASS XII SUBJECT Informatics Practices MM:70 A. Answer the following questions. A.1 Expand the following terms: FLOSS and ODF (1) A.2 Sun Beam Connectivity Association

More information

2 Types of chart are : A) bar chart B) pie chart C) column chart D) all of the above

2 Types of chart are : A) bar chart B) pie chart C) column chart D) all of the above ल क स व आय ग र जप अन कत त य ण, ब बध / य.- स सद स व,सह यक क य टर अपर टर पदक तय ग मक ल खत पर समय :- ४५ मन ट म त :- २०७०/०२/२५ बषय :- स व स ब ध प ण क :- ५० 1 We use.. operator to multiply in MS Excel. A)

More information

KENDRIYA VIDYALAYA SANGATHAN- CHENNAI REGION INFORMATICS PRACTICES REVISION TIME : 3 HOURS MAX MARKS : 70

KENDRIYA VIDYALAYA SANGATHAN- CHENNAI REGION INFORMATICS PRACTICES REVISION TIME : 3 HOURS MAX MARKS : 70 KENDRIYA VIDYALAYA SANGATHAN- CHENNAI REGION INFORMATICS PRACTICES REVISION- 2012-13 TIME : 3 HOURS MAX MARKS : 70 NOTE : i. All the questions are compulsory. ii. Answer the questions after carefully reading

More information

SECTION-A. Draw a desktop, laptop, smart phone, tablet and write two sentences about each of them in your computer copy.

SECTION-A. Draw a desktop, laptop, smart phone, tablet and write two sentences about each of them in your computer copy. SECTION-A Draw a desktop, laptop, smart phone, tablet and write two sentences about each of them in your computer copy. 1.APPLE 2.MANGO a) Draw a picture of a garden and colour it and write a paragraph

More information

ST. MARY S PRIMARY SCHOOL, JSG. SYLLABUS FOR THE ACADEMIC SESSION , CLASS-IV

ST. MARY S PRIMARY SCHOOL, JSG. SYLLABUS FOR THE ACADEMIC SESSION , CLASS-IV ST. MARY S PRIMARY SCHOOL, JSG. SYLLABUS FOR THE ACADEMIC SESSION- 2018-19, CLASS-IV SUB MARCH/APRIL JUNE/JULY AUGUST/SEPTEMBER OCTOBER/NOVEMBER DECEMBER/JANUARY FEB. Le-2 Nouns: Compound, Collective,

More information

AUTUMN BREAK HOLIDAYS HOME WORK ( ) CLASS XII

AUTUMN BREAK HOLIDAYS HOME WORK ( ) CLASS XII ECONOMICS: KV, AFS CAMPUS, GURGAON AUTUMN BREAK HOLIDAYS HOME WORK (2016-17) CLASS XII Micro Economics Q1. Explain three economic problems with example. (3,3,3) Q2.Why PPC is concave to the origin? (3)

More information

(भ रत सरक र क उपकर म)

(भ रत सरक र क उपकर म) (भ रत सरक र क उपकर म) क ष तर य क य र लय, 201-202,र हत ह उस,3- ट लस ट य म गर, नई दल ल - 110001 द रभ ष : 011-23314164, 23317666 फ क स : 011-23317197 ईम ल : ro_dli @itiltd.co.in ( A Govt. of India Undertaking)

More information

Creation of a Complete Hindi Handwritten Database for Researchers

Creation of a Complete Hindi Handwritten Database for Researchers Journal of Pure and Applied Science & Technology Copyright 2011 NLSS, Vol. 8(1), Jan 2018, pp. 52-60 Creation of a Complete Hindi Handwritten Database for Researchers Rama Gaur 1, * and Dr. V.S. Chouhan

More information

AUTUMN BREAK HOLIDAYS HOME WORK ( ) CLASS XI

AUTUMN BREAK HOLIDAYS HOME WORK ( ) CLASS XI KV, AFS CAMPUS, GURGAON AUTUMN BREAK HOLIDAYS HOME WORK (2016-17) CLASS XI INFORMATICS PRACTICES 1. Solve Unit Test-2 Exam in the notebook. 2. Presentation on the given topics according to the Roll numbers:

More information

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages.

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages. Working Note FIRE 2013 Improving Accuracy of SMS based FAQ retrieval Anwar Shaikh (Delhi Technological University, Delhi) Rajiv Ratn Shah (National University of Singapore, Singapore) Rahis Shaikh (Vellore

More information

Rani Durgavati Vishwavidyalaya Jabalpur (M.P.) (UICSA) Master of Computer Application (MCA) Practical List of. MCA III SEM Session -2010

Rani Durgavati Vishwavidyalaya Jabalpur (M.P.) (UICSA) Master of Computer Application (MCA) Practical List of. MCA III SEM Session -2010 Rani Durgavati Vishwavidyalaya Jabalpur (M.P.) (UICSA) Master of Computer Application (MCA) Practical List of MCA III SEM Session -2010 MCA-301 - Object Oriented Programming in C++ 1. WAP to generate Fibonacci

More information

Q2. What will be displayed in jtextfield1 and jtextfield2 after the following code is executed:

Q2. What will be displayed in jtextfield1 and jtextfield2 after the following code is executed: Q1. Holiday Homework, 2018-19 Class: XI Subject : Informatics Practices Q2. What will be displayed in jtextfield1 and jtextfield2 after the following code is executed: int num = 35, num1 = 46 ; jtextfield1.settext(

More information

M.Com IT (Information Tech.) -Scheme with Practical List Colleges BHARATHIAR UNIVERSITY,COIMBATORE

M.Com IT (Information Tech.) -Scheme with Practical List Colleges BHARATHIAR UNIVERSITY,COIMBATORE Page 1 of 7 BHARATHIAR UNIVERSITY,COIMBATORE-641 046 M.Com I T (Information Technology) with Diploma in Services Marketing / Diploma in Capital and Commodity Markets /Diploma in Insurance Management /

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Diploma in computer application (DCA)- 2017-18 Subject : - FUNDAMENTALS OF COMPUTERS AND INFORMATION TECHNOLOGY 2 & fo'ofo ky; }kjk iznk; l=h; mrrj iqflrdkvksa esa gy djuk vfuok;z gsa 1. What is Computer?

More information

Mr. Bansal accepts payment through three types of credit cards. The discount is given according to the following scheme:

Mr. Bansal accepts payment through three types of credit cards. The discount is given according to the following scheme: Class XII IP Question Bank From previous Year CBSE Board Question Papers Advanced GUI Programming-More on Swing Controls 2011 Q. Mr. Radhey Shyam Bansal the owner of the Kiddi Land Enterprise has asked

More information

Syllabus for Audit Assistant

Syllabus for Audit Assistant Syllabus for Audit Assistant i) Hindi & English Hindi तत सम,तद भव ऩयय यवयच,ववऱ म म हयवर और ऱ क क ततयय श द ध,-अश द ध वयतय स धध-ववच छ द अऱ कयर और समयस वचन, लऱ ग अन कयर थ और वयतय क लऱए एक शब द गद यय श आधयररत

More information

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40:

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40: Seet Auction No. Period Of Auction Currenc y MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /7-8/9697 [48589] 7-9-4 5. 7-9-4 447.5654 INR der/ Info No. Of ders 7 No. Of Winners 7 No. Of s 8/W SL. No. der

More information

SAMPLE PAPER Class XII Subject INFORMATICS PRACTICES. TIME: 3Hrs. M.M. 70

SAMPLE PAPER Class XII Subject INFORMATICS PRACTICES. TIME: 3Hrs. M.M. 70 SAMPLE PAPER -2015 Class XII Subject INFORMATICS PRACTICES TIME: 3Hrs. M.M. 70 Q1. (a). Which Protocol is used for transfer of hypertext documents of the Internet? [1] (b). Two doctors in the same room

More information

Sample Copy. Not for Distribution.

Sample Copy. Not for Distribution. क क i Publishing-in-support-of, EDUCREATION PUBLISHING RZ 94, Sector - 6, Dwarka, New Delhi - 110075 Shubham Vihar, Mangla, Bilaspur, Chhattisgarh - 495001 Website: www.educreation.in Copyright, Authors

More information

Sample Applications - Case Studies

Sample Applications - Case Studies Sample Applications - Case Studies Now, you are equipped with the simple concepts of GUI programming and are ready to develop some solutions using GUI Application for real life problems. On day to day

More information

Updated SCIM Input Method

Updated SCIM Input Method Updated SCIM Input Method Basanta Krishna Shrestha basanta@mpp.org.np Madan Puraskar Pustakalaya, Nepal Abstract The document is an updated report on the SCIM Input Method. The updated version of the input

More information

Simple Queries in SQL & Table Creation and Data Manipulation

Simple Queries in SQL & Table Creation and Data Manipulation Simple Queries in SQL & Table Creation and Data Manipulation स ब एसई प ठ यक रम पर आध ररत कक ष -11 द व र : स ज व भद र य स न तक त त श क षक (स गणक शवज ञ न ) क ० शव० ब ब क (लखनऊ स भ ग) पररचय SQL क 1970 क अस

More information

MARKING SCHEME INFORMATICS PRACTICES (065) Time allowed : 3 Hours M. M.: 70. (a) Ans: Team Viewer( 1 mark for correct answer)

MARKING SCHEME INFORMATICS PRACTICES (065) Time allowed : 3 Hours M. M.: 70. (a) Ans: Team Viewer( 1 mark for correct answer) MARKING SCHEME INFORMATICS PRACTICES (065) Time allowed : 3 Hours M. M.: 70 1. (a) Ans: Team Viewer( 1 mark for correct answer) (b) Ans: i) WAN ii) MAN (1/2 Mark for each correct ans) (c) Ans: Modem convert

More information