0% found this document useful (0 votes)
164 views5 pages

Adcps: Question Paper Cum Answer Sheet

Exam paper login

Uploaded by

Dr S.P. Bhagat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views5 pages

Adcps: Question Paper Cum Answer Sheet

Exam paper login

Uploaded by

Dr S.P. Bhagat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

Note: All Contents of this paper have been copyrighted by SITED.

Without authorization don’t copy & distribute this paper.

TM

[National I.T. & Vocational Training Programme]

Initiated by-SITED (India)


An ISO 9001:2015 Certified Institution/Certified. By Govt. of India

ADCPS Question Paper cum Answer sheet

Session

Name of Candidate

Father`s Name

Course Name ADCPS- Advance Diploma in Computer Programming Skills

Duration of Course 12 Months

Medium English

Roll No.

Examination Centre Name

Examination Centre Address

Examination Date

Signature of Exam. Co-ordinator Signature of the Centre Head with Centre Stamp Signature of the Student

 Attempt All Questions.


 Answers by writing True or False (T or F)
Note: All Contents of this paper have been copyrighted by SITED. Without authorization don’t copy & distribute this paper.

ADCPS
Paper- 1
Fundamental of Computer, Window (OS)
Time: 15 Minutes Min.Marks 35, Max. Marks100

Answers Marks Max.


Q.No. Questions
True/False (T/F) Obtained Marks

1 A computer is not a Fast calculating device. 4

2 Data which has some meaning or Value is called information. 4

3 Data statement given to computer is called Output. 4

4 Manipulation of Data is called Processing. 4

5 Computer cannot process millions of instruction per second. 4

6 Keyboard is output device. 4

7 ROM- read only memory is an essential part of the memory unit. 4

8 Secondary memory is RAM. 4

9 A light Pen is a pointing device. 4

10 Joy stick is not used in video game. 4

11 There are 500 keys in keyboards. 4

12 Software is a set of programs. 4

13 OMR means Optical My Reader. 4

14 Floppy Disk is a storage device. 4

15 CD-(Compact Disk) is primary memory 4

16 Floppy disk is a primary memory 4

17 Operating system serves as the “middleman” between Hardware & Software. 4

18 Window 98 is not a operating system software. 4

19 MS Stands for ‘Microsoft. 4

20 Word Pad is not a accessories of Window 98. 4

21 ‘My Computer’ display Floppy Icon only 4

22 Window accessories includes paint, WordPad & Notepad etc. 4

23 In window turn off option is used to start the computer. 4

24 In window setting option is used. 4

25 My document is showed on the desktop. 4

Total Marks
100
Obtained

ADCPS
Note: All Contents of this paper have been copyrighted by SITED. Without authorization don’t copy & distribute this paper.
Paper- 2
MS Office, C & C++ Language

Time: 15 Minutes Min.Marks 35, Max. Marks100

Answers Marks Max.


Q.No. Questions
True/False (T/F) Obtained Marks

1 MS word is a Word Processing Software. 4

2 We can use picture only in MS word. 4

3 To save Document- Select File> New. 4

4 Press Backspace to erase mistake. 4

5 MS Excel is spreadsheet software. 4

6 Intersection of a column and a row is not called a cell. 4

7 We can draw table in Excel. 4

8 Excel is used for school works only. 4

9 PowerPoint is not a part of Microsoft Office. 4

10 PowerPoint Presentation is used in seminar, conference etc. 4

11 Slides are like the pages we use in presentation. 4

12 Hand out does not provide support to presentation. 4

13 C is a general purpose structured programming language. 4

14 C was developed in 1973. 4

15 The underscore character ( _ ) can also be included to be a letter. 4

16 Integer constants contain decimal points. 4

17 The self contain program is called function. 4

18 Array is collection of same types of data. 4

19 In general definition one dimensional of array data store in one row column. 4

20 C++ is not an Object Oriented Programming Language. 4

21 C++ Character set same as C uses. 4

22 C++ Constant is not same as in C programming. 4

23 Syntax: expression1?expression2:expression3 is conditional Operator. 4

24 In loop have three things - initialization of counter variable, condition, counter variable. 4

25 The word class is a fundamental and powerful keyword in C++. 4

Total Marks
100
Obtained

ADCPS
Paper- 3
Note: All Contents of this paper have been copyrighted by SITED. Without authorization don’t copy & distribute this paper.
HTML, DHTML, JavaScript, Visual Basic, Oracle & Internet

Time: 15 Minutes Min.Marks 35, Max. Marks 100

Answer Marks Max.


Q.No. Questions
True/False (T/F) Obtained Marks

1 HTML means Hyper Text Markup Language. 4

2 HTML is not a code Language. 4

3 HTML is most important aspect in web site development. 4

4 HTML documents are plain-text files. 4

5 DHTML means Database Hypertext Markup Language. 4

6 Tag is not usually used to instruct the browser what it should be. 4

7 To draw border to table we use-<TABLE BORDER=``NUMBER``>. 4

8 To add cell to table we use-<TD>. 4

9 Java Script is a scripting language which is similar in syntax to Java. 4

10 Java Script is originally called Live script. 4

11 JavaScript 1.0 was supported by Netscape2.0 & Internet Explorer. 4

12 Writing a script in JavaScript is not similar to writing codes in HTML. 4

13 Visual Basic is a tool that allows you to develop Windows application. 4

14 The event – driven nature of Visual Basic makes it very easy to work with. 4

15 We cannot make lots of icons and pictures for our use in Visual Basic. 4

16 Visual Basic has no powerful database access tools. 4

17 Oracle is not an RDBMS. 4

18 RDBMS stands for Rational Database Management System. 4

19 RDBMS is not a Computer program. 4

20 Oracle, being an RDBMS, stores the data in tables. 4

21 SQL* Plus is an extension to the standard SQL. 4

22 WWW means World Wide Web. 4

23 www.google.com is an Email address. 4

24 [email protected] is a Website address. 4

25 Internet explorer is a Web browser. 4

Total Marks
100
Obtained

Signature of Exam. Co-ordinator Signature of the Centre Head with Centre Stamp Signature of the Student

For Centre head use only

If Needed- Edit Above Questions, according to your Syllabus & write answer below for paper checking purpose.
Note: All Contents of this paper have been copyrighted by SITED. Without authorization don’t copy & distribute this paper.

ADCPS/Answers

ADCPS ADCPS ADCPS


Ques.No Paper -1 Paper -2 Paper -3
Answer Answer Answer
1 F T T

2 T F F

3 T F T

4 T T T

5 F T T

6 F F F

7 T T T

8 F F T

9 T F T

10 F T T

11 F T F

12 T F F

13 F T T

14 T F T

15 F T F

16 F F F

17 T T F

18 F T T

19 T T F

20 F F T

21 F T T

22 T F T

23 F T F
Practical Paper of 100
Marks & Viva 24 T T F Paper of 50
Marks will be 25 T T T set by centre
head.

No Need to send Question paper & Answer sheet to head office.

After Checking ADCPS Paper, centre head will type Marks obtained by student in ADCPS MARKS
DETAIL FORM, which is available at www.sarvaindia.com in centre login, after that centre head will sent
ADCPS Marks Detail Form to head office. To know- “how to send marks detail form to head office in
Sample MS Word Format via email”- visit sarvaindia.com & check your centre login & Read Frequently
Asked Questions.

You might also like