NEW
Font size
WorksheetsUnit 1-AD2-SD4-Post-Assessment-ErumTanveer
Total questions: 15
Worksheet time: 8mins
What is the purpose of design in a systems development cycle?
To formulate a logical approach to system implementation.
To formulate a physical solution to system requirements.
To formulate code in order to implement a website template.
To formulate a solution to realize system requirements.
What best describes a Flowchart in software development?
A sequence of events to be carried out.
A rapid application design model.
A use case diagram.
A waterfall method.
Which type of programming has extensive use of subroutines?
Spaghetti.
Modular.
Unit.
Structured.
What is the purpose of a user interface?
For users to test a system.
To gather system requirements.
For users to work with a system.
To establish a link between programs.
Which of these describes an event driven program?
It stores event data in a tree structure.
It uses classes and methods to define events.
It is coded in a procedural programming language.
It responds to events triggered by the user.
Which is a programming tool?
Compiler.
Computator.
Coder.
Comparator.
What is the main purpose of Flowcharts in software development?
To describe a program.
To express algorithms.
To understand structure.
To understand charts.
What is a type of Structured Programming?
Unit Programming.
Formal Programming.
Modular Programming.
Spaghetti Programming.
What allows users to work with a system?
A layer.
A structure.
A program.
An interface.
What feature is unique to event driven programs?
Operational code.
Trigger functions.
Documentation.
Trigger loops.
What is a unique feature of an event driven program?
Loop functions.
Trigger functions.
Event testers.
Event forms.
What is the purpose of Pseudocode in software development?
To express the life cycle.
To understand charts.
To understand trees.
To express algorithms.
What tool is used to write Java programs?
Editor.
Interpreter.
Compiler.
Java VM.
What best describes the form of a programming language?
Elements.
Sections.
Semantics.
Syntax.
What statement describes Java source code files?
Each source file must begin with an import statement.
Each source file can hold many public classes.
Each source file ends in the extension class.
Each source file can have only one public class.
