Font size
WorksheetsProgramming Revision
Total questions: 21
Worksheet time: 21mins
Object Oriented Programming is
Modifying objects and their properties
A set of procedures that performs operations on data
Based on mathematical functions
based on a starting set of data and rules
Procedural Programming is
Modifying objects and their properties
A set of procedures that performs operations on data
Based on mathematical functions
based on a starting set of data and rules
Buttons, Text box, Combo Box are types of?
Buttons
Controls
Events
Triggers
An event is triggered when a Radio Button is clicked?
True
False
What is called when an event is triggered?
Procedure
Call to action
Method
Instructions
A class is?
An object
A blueprint for an object
Where we put methods
Where we put controls
A class can contain which of the following?
Methods
Properties
Fields
Comments
Which of the following is a stage in the SDLC
Discussion
Bug Fixing
Requirements Analysis
Wireframing
What happens during the implementation stage of the Waterfall Model?
The software is deployed
Requirements are found for the software
The design of the software is made
The code is written
Which of the following is a comparison between the Waterfall Model and the V-Model?
There is only one testing phase in both models.
Each phase must be completed before the next one begins.
They each have the same number of phases.
The next phase of each model can begin before the previous one is finished.
Which of the following is a contrast between the Waterfall Model and the V-Model?
The V-Model has three design phases. The Waterfall Model only has one.
Each phase must be completed before the next one begins.
They each have the same number of phases.
The next phase of the Waterfall Model can begin before the previous one is finished. On the V-Model it can not.
Which software methodology is this?
Waterfall
V-Model
Agile
Kanban
Choose the correct stage of the Software Development Life Cycle:
Looking into the feasibility of a product is part of which stage in the SDLC?
Development
Design
Planning & Analysis
Testing
Maintenance
Choose the correct stage of the Software Development Life Cycle:
Defines the way the user will interact with the software.
Planning & Analysis
Development
Testing
Design
Deployment
Choose the correct stage of the Software Development Life Cycle:
The stage where the application is built and source code written.
Planning & Analysis
Development
Testing
Design
Deployment
Choose the correct stage of the Software Development Life Cycle:
Making sure it meets quality standards and meets the users needs.
Planning & Analysis
Development
Testing
Design
Deployment
What is the correct order of the stages in the Waterfall Model?
Design, Requirements, Development, Testing, Deployment, Maintenance
Requirements, Design, Development, Testing, Maintenance,
Deployment
Requirements, Design, Development,
Deployment, Testing, Maintenance
Requirements, Design, Development, Testing, Deployment, Maintenance
Which of the following occurs in the maintenance phase?
System Monitoring
Bug Fixes
Integrating Testing
Upgrades
What is "a notification sent by an object to signal the occurrence of an action"?
Trigger
Event
Message Box
Method
What are used to store information to be referenced and manipulated in a computer program.
Methods
Variables
Classes
Control
What is used to set the visibility of Classes, Fields, Methods and Properties?
Control
Variables
Properties
Access Modifier
