SCRIPT 2026 QUESTIONS WITH ANSWERS
100% CORRECT GUARANTEED PASS
⩥ Non-Functional Requirement. Answer: This specifies criteria that can
be used to judge the operation of a system, rather than specific
behaviors.
⩥ A typical non-functional user requirement is.... Answer: The resources
needed to maintain the system.
⩥ One of the main goals in analyzing user requirements is to.... Answer:
Elicit requirements from a user's point of view
⩥ Which of the following flowchart symbols indicates a question or
branch in the process flow.... Answer: Decision
⩥ If a record has the following field lengths, what is the record length?
Name = 35, Zip-code = 5, District = 7. Answer: 47
⩥ Flowcharts: An elongated Oval indicates.... Answer: A start or end
point
,⩥ Flowcharts: An arrow indicates.... Answer: A connector that shows
relations between items
⩥ Flowcharts: A slanted parallelogram indicates.... Answer: An Input or
Output
⩥ Flowcharts: A rectangle indicates.... Answer: A representation of a
process
⩥ Flowcharts: A diamond indicates.... Answer: A Decision
⩥ In Programming interface data files, if the length of the fields is not
known, a common format for the data is.... Answer: Delimited
⩥ Delimited fields are separated by.... Answer: Commas
⩥ Fixed Length fields are separated by.... Answer: Positions of the data
⩥ The source document and _____ should follow the same order..
Answer: Input screen design
, ⩥ The implementation phase consists of coding, testing, and.... Answer:
Integration
⩥ The order of the SDLC is.... Answer: Design, Implementation,
Testing, Evolution, Requirement Analysis
⩥ Reviewing specifications is the ____ step in writing a computer
program.. Answer: First
⩥ Coding is the _____ step in writing a compute rprogram. Answer:
Third
⩥ One example of scripting (text processing) language is.... Answer:
Perl
⩥ Which of the following enables the use of "plain English" queries?.
Answer: SQL
⩥ What is a correct name for a variable?. Answer: State_Zipcode
⩥ What is an incorrect name for a variable?. Answer: State+Zipcode
⩥ What type of variable contains text?. Answer: String