You are on page 1of 3

SOLODA HEATH TECHNOLOGE COLLEGE DEPARTMENT OF ICT

DESIGN PROGRAM LOGIC WORK SHEET FOR DBA


Name ________________________________________________ Level_____
I. Matching (1.5pt each )
“A” “B”
1. Decomposition A. Legal and Contractual
2. System B. Material cost and conversion cost
3. Control C. Employee morale and Operational efficiency
4. Information system D. Implementation and operational
5. Information service E. Initial design model of new system
6. Transactional processing system F. Scope and objective
7. Feasibility study G. Physical and logical design
8. Tangible cost –benefit analysis H. the parts of the software written to prevent fraud
9. Intangible cost benefit analysis I. Input and Environment
10. Planning and selection J. The process of breaking down a system into its
11. Analysis smaller components.
12. Design K. An arrangement of people, data, processes,
13. SDLC interfaces and networking
14. System administrator L. supporting the problem solving and decision
15. Cohesion making needs of management
M. handling and capture of data about business
activities
N. People who design and maintain the computer
networks in an organization
O. system design and analysis
P. The extent to which a subsystem performs single
function

II. Choose the best answer the following questions (50pts)


1. One of the following is a design program approach?
A. Pseudo code B. HIPO C. CASE D. All of the above
2. One of the following is a characteristic of system?
A. Constraint B. Input C. Out put D. All of the above
3. The process of breakdown a system into smaller component is
A. Decomposition B. Coupling C. Modularity D. Cohesion
4. Which one is the correct sequence of to sole the problem using computer?
A. Program definitionprogram analysis flow chartcodingtestingdocumentationpseudo code
B. Upgrading documentationtestingcodingdefinition
C. Problem definitionproblem analysis algorithm codingtestingdocumentation maintenance
D. Problem definitionproblem analysis flow chart codingtestingdocumentation maintenance
5. Which one symbol is representing of process under the design of flow chart?
A. B. C. D.

6. Which one different from others?


A. Syntax error B. logical error C. run time error D. Debugging
7. An error occurred due to faulty algorithm is
A. Syntax error B. logical error C. run time error D. Debugging
8. An error occurred during execution of program is
A. Logic error B. Syntax error C. Run time error D. All
9. Which one is a limit to what the system can do (capacity, speed ,capacity) are impose by the environment is
A. Components B. Interface C. Constraints D. Boundary
10. One of the following is types of Information system?
A. TPS B. IT C. Flow chart D. HIPO
11. Which of the following is identification and selection of project? Except
A. Coding and testing B. The need to keep up with competitors.
B. A new idea for which in IS required D. All of the above
12. One of the following is the general processing identify and selection of IS projects.
A. Identify potential development projects. C. Selecting IS development
B. Classifying and ranking IS development D. All of the above
projects.
13. The process of evaluating how key stakeholders within the organization view the proposed system is
A. Economical Feasibility B. Political Feasibility C. Technical Feasibility D. Schedule
14. One of the following is the role of system analyst under ender users?
A. They define the business goals for project C. They use the system /will use the new
B. To communicate common language system.
D. All the above
15. A common form of a process model is
A. ERD B. DFD C. E-R D. Flow chart
16. ________is a work or action performed on data so that they are transformed, stored or distributed.
A. Data flow B. Process C. Data store D. External Entity
17. If it a data flow in to a data store means
A. Read, write, display C. Update, read, display, delete
B. Delete, update, select type D. Write, update, delete
18. If it a data flow from a data store means
A. Read , delete and display C. Retrieve of use , read
B. Change , update & selected D. Change ,Update and delete
19. One of the following is correct rules of DFD
A. Data storeprocessExternal entity C. Sinkexternal entity data store
B. Processprocessprocesssink D. Sink processdata storesource

20. Which diagram is correctly based on DFD rules?


A.
A A C.
B

B. D.
III. Fill blank space (8pts)
1. We have to analysis image of output specification is called_______________________________
2. _________________________the specification or construction of technical computer based solution for
business requirements indentified during system analysis.
3. CASE stands for _____________________________________________________________________
4. ____________________bridges the communication gap b/n those who need the information system and
those who understand the technology.
5. ________________________are items which can be quantified in monetary terms and with certainty.
6. System analysis can be classified into ___________________________,
________________________,_______________________________________
IV. Short answer (15pts)
1. Mention at least 5 characteristics of system.
2. What is the advantage of SAD?
3. Draw in detailed SDLC.
4. What is the structure of report in ICT project?
V. Write the pseudo code and draw the flow chart of the statement (10pts)
1. Write an algorithm and draw a flow chart that will calculate the root of quadratic equation ax2+bx+c=0
(hint d=sqrt(b2-4ac) and if b2-4ac>=0 and calculate the roots are X1=(-b+d/2a) and X2=(-b-d/2a) and if
b2-4ac<0 it can’t calculate the roots of X1 and X2.

You might also like