unitiv

4
Unit IV: Program Documentation Documentation (Total Q. 16) Q 1. The process of collecting,organizing & maintaining a complete record of development of programs is called as _______. A Testing B Documentation C Debugging D Coding *Q 2. Which of the followings is not a form of documentation? A user manual B comments C log books D system manual Q 3. What do you mean by documentation standards? A Process of writing programs B Rules and regulations about how documentation is to be performed C Process of drawing flowcharts D Proces of writing algorithms *Q 4. Documentation is any communicable material (such as text, video, audio, etc., or combinations thereof) which ____ A Explain some attributes of an object, system or procedure B Are in books or computer readable file formats C Describe the structure and components, or on the other hand, operation, of a system/product. D All of above Q 5. _______ makes software easier to modify and adapt in future A Proper documentation B Flowchart C Pseudocode D Algorithm

Upload: abhijith-suboyin

Post on 14-Mar-2016

214 views

Category:

Documents


1 download

DESCRIPTION

Comments Documentation (Total Q. 16) of a system/product. Unit IV: Program Documentation Q 1. A system manual contains A System &User manual input requirements, forms, type of output required, flowcharts, control procedure Unit IV: Program Documentation Comments System and User Manual 1.B 2.C* 3.B 4.D 5.A* 1.A 2.A 3.C 4.C 5.B 6.B 7.D 1.A 2.C 3. C* 4. C Unit IV: Program Documentation

TRANSCRIPT

Page 1: UnitIV

Unit IV: Program Documentation

Documentation (Total Q. 16)Q 1. The process of collecting,organizing & maintaining acomplete record of development of programs is calledas _______.A TestingB DocumentationC DebuggingD Coding*Q 2. Which of the followings is not a form of documentation?A user manualB commentsC log booksD system manualQ 3. What do you mean by documentation standards?A Process of writing programsB Rules and regulations about how documentation is to be performedC Process of drawing flowchartsD Proces of writing algorithms*Q 4. Documentation is any communicable material (such astext, video, audio, etc., or combinations thereof) which ____A Explain some attributes of an object, system or procedureB Are in books or computer readable file formatsC Describe the structure and components, or on the other hand, operation,of a system/product.D All of aboveQ 5. _______ makes software easier to modify and adapt in futureA Proper documentationB FlowchartC PseudocodeD AlgorithmCommentsQ 1. The ____________are used as aid in documentationA CommentsB SoftwareC HardwareD None of the above

Page 2: UnitIV

Unit IV: Program Documentation

Q 2. Comments are written using the ______.A General English StatementsB Assembly Language StatementsC Higher Level Language StatementsD Block Of CodeQ 3. ________do not contain any program logic and areignored by language processor.A ProtocolsB LoopsC CommentsD None of the aboveQ 4. Comments are helpful because ______ .A It helps us to find out errors in programB It helps us know the program execution timeC It helps us to understand source codeD It increases the performance of the code.Q 5. In C ,a block comment is indicated using thecharacter(s) ____.A // //B /* */C ?D ! !Q 6. Comments are _______________A Executable statementsB Non executable statementsC Assignment statementsD Input/Output statementsQ 7. The comments can be written in a program _______.A within declarative statementsB within functionsC for any statementD All of the aboveSystem &User manualQ 1. A system manual containsAinput requirements, forms, type of output required, flowcharts, controlprocedureB information about OSC manual of computer systemsD multimedia information

Page 3: UnitIV

Unit IV: Program Documentation

Q 2. User manual are used for_____________A modifying the programB maintaing a programC to know the operational details of programD None of above*Q 3. In which form of documentation System flow charts and program flow charts are included?A CommentsB User ManualC System ManualD CodeQ 4. User manual are used for_______________________________A modifying the programB maintaing a programC to know the operational details of programD None of above

ANSWERS:Documentation1.B 2.C* 3.B 4.D 5.A*Comments1.A 2.A 3.C 4.C 5.B 6.B 7.DSystem and User Manual1.A 2.C 3. C* 4. C