Deck 3: Software Documentation and Programming Concepts

Full screen (f)
exit full mode
Question
.... is a form of external documentation and is required to ensure smooth execution of software ..

A)Logical Error
B)User Manual
C)System Manual
D)Comments
Use Space or
up arrow
down arrow
to flip the card.
Question
.... are used within program to help in understanding the logic of the program and hence are a form of external documentation.

A)Debugging
B)White Box Testing
C)Comments
D)Syntax Errors
Question
In..... the name of the variable indicates its type of intended use.

A)Debugging
B)Hungarian Notation
C)System Manual
D)Logic Errors
Question
..... is said to be a popular naming convention in complete programming

A)User Manual
B)Hungarian Notation
C)Black Box Testing
D)Testing
Question
Following is the DOS command to print the file' add.c ' without installing a printer driver on your PC.

A)type add.c> prn
B)edit add.c > prn
C)print a
D)c
Question
The software tool that. is used for linking modules together is called _______.

A)Editor
B)Linker
C)Compiler
D)Debugger
Question
A component of a computer that locates a given program or application from the offline storage, loads it into the main memory and facilitates its execution is called_______.

A)Interpreter
B)Compiler
C)Linker
D)Loader
Question
______ loads a given program from a disk

A)Linker
B)Compiler
C)Interpreter
D)Loaders
Question
Step by step description of program is known as-

A)Pseudo code
B)Flowchart
C)Algorithm
D)Test case
Question
Which statement is used to jump the control of program?

A)Switch
B)Loop
C)Conditional statement
D)Goto
Question
Processing Symbol is used to indicate in the program.

A)Process (i.e. Arithmetic process)
B)Input and Output
C)Decisions
D)Start and End
Question
PDL - Program Decision Language is an another name of _

A)Test Case
B)Algorithms
C)Pseudo code
D)Programs
Question
According to Sequence Logic a Pseudo code _

A)Instructions are written in the order they are to be performed
B)Instructions will be executed several time based on some condition.
C)Instructions will be executed only ones based on some condition.
D)None of the above.
Question
According to Selection Logic (Decision Logic) of Pseudo code

A)Instructions are written in the order they are to be performed
B)Instructions will be executed several time based on so condition.
C)Instructions will be executed only ones based on condition.
D)None of the above.
Question
What might be considered the seventh step of programming process?

A)Testing
B)Maintaining
C)Replacing
D)Converting
Question
What is assignment operator?

A)=
B)*
C)^
D)%
Question
What is an example of string constant?

A)1
B)12432
C)"oops"
D)O
Question
In a case structure the term------means "if none of the other cases were true "

A)Else
B)Then
C)Default
D)Loop
Question
A case structure can be replaced one or more

A)If-then-else
B)Do-while
C)Do-until
D)While
Question
Which name is best suited to a module that calculates overtime pay?

A)CalcoO
B)CoO
C)Calculate overtimeO
D)CalculateovertimeO
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/20
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Software Documentation and Programming Concepts
1
.... is a form of external documentation and is required to ensure smooth execution of software ..

A)Logical Error
B)User Manual
C)System Manual
D)Comments
User Manual
2
.... are used within program to help in understanding the logic of the program and hence are a form of external documentation.

A)Debugging
B)White Box Testing
C)Comments
D)Syntax Errors
Comments
3
In..... the name of the variable indicates its type of intended use.

A)Debugging
B)Hungarian Notation
C)System Manual
D)Logic Errors
Hungarian Notation
4
..... is said to be a popular naming convention in complete programming

A)User Manual
B)Hungarian Notation
C)Black Box Testing
D)Testing
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
5
Following is the DOS command to print the file' add.c ' without installing a printer driver on your PC.

A)type add.c> prn
B)edit add.c > prn
C)print a
D)c
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
6
The software tool that. is used for linking modules together is called _______.

A)Editor
B)Linker
C)Compiler
D)Debugger
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
7
A component of a computer that locates a given program or application from the offline storage, loads it into the main memory and facilitates its execution is called_______.

A)Interpreter
B)Compiler
C)Linker
D)Loader
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
8
______ loads a given program from a disk

A)Linker
B)Compiler
C)Interpreter
D)Loaders
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
9
Step by step description of program is known as-

A)Pseudo code
B)Flowchart
C)Algorithm
D)Test case
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
10
Which statement is used to jump the control of program?

A)Switch
B)Loop
C)Conditional statement
D)Goto
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
11
Processing Symbol is used to indicate in the program.

A)Process (i.e. Arithmetic process)
B)Input and Output
C)Decisions
D)Start and End
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
12
PDL - Program Decision Language is an another name of _

A)Test Case
B)Algorithms
C)Pseudo code
D)Programs
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
13
According to Sequence Logic a Pseudo code _

A)Instructions are written in the order they are to be performed
B)Instructions will be executed several time based on some condition.
C)Instructions will be executed only ones based on some condition.
D)None of the above.
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
14
According to Selection Logic (Decision Logic) of Pseudo code

A)Instructions are written in the order they are to be performed
B)Instructions will be executed several time based on so condition.
C)Instructions will be executed only ones based on condition.
D)None of the above.
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
15
What might be considered the seventh step of programming process?

A)Testing
B)Maintaining
C)Replacing
D)Converting
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
16
What is assignment operator?

A)=
B)*
C)^
D)%
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
17
What is an example of string constant?

A)1
B)12432
C)"oops"
D)O
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
18
In a case structure the term------means "if none of the other cases were true "

A)Else
B)Then
C)Default
D)Loop
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
19
A case structure can be replaced one or more

A)If-then-else
B)Do-while
C)Do-until
D)While
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
20
Which name is best suited to a module that calculates overtime pay?

A)CalcoO
B)CoO
C)Calculate overtimeO
D)CalculateovertimeO
Unlock Deck
Unlock for access to all 20 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 20 flashcards in this deck.