The Software Architect is sometimes also called the:
System Administrator.
Product Owner.
Program Manager.
Solution Designer.
Which stage describes the different technologies that would help solve the existing business problem to create an application?
Design
Analysis
Operate
Requirements
Development
What is the name of the component or document that defines the flow of an application during the design phase?
Storyboard
Flowchart
Design board
Workflow
What are the common stages in Application Lifecycle Management? (Choose 5)
Maintain
Test
Troubleshoot
During which stage do you describes the business intention of an application you are creating?
Which programming component provides a temporary, named storage location in computer memory that can change during program execution?
Data Type
Constant
Loop
Variable
What data type is used for words, sentences or phrases?
Short
Char
String
Boolean
Int
What numbering system is commonly used in computer environments such as computer storage and processing?
Octal
Hexadecimal
Binary
Decimal
How many bits make up a byte?
1
8
4
2
True or False: Programmers need to develop their application in zeros and ones in modern day languages.
True
False
Which property operation is used to retrieve the value of a variable?
Get
Run
Execute
Set
Which OOP construct is a blueprint for an object?
Property
Function
Method
Class
Which of the following represents a class in runtime?
Event
Object
What keyword is used to restrict direct access and modification of variables in a class?
Abstract
Private
Public
True or False: Data members in a class cannot be directly changed.
True or False: CSS and JavaScript are interpreted by browsers.
What is the name of the web technology used to centrally control the styles and formatting of web pages?
JavaScript
CSS
HTML
Java
Which language was initially used to develop static web documents?
ASP
ASP.NET
XML
What is the name of the Microsoft server-side web framework environment?
Which of the following organizations defines the standards for HTML?
Microsoft
Apple
Google
W3C
Which of the following are examples of a GUI-based application? (Choose 3)
Windows PowerShell
Command window
Notepad
Internet Explorer
Calculator
Which of the following is an application type that consists of interaction with a mouse and a graphical interface?
ASP.NET application
Console-based application
Windows Services application
GUI-based application
Class library
True or False: Console-based applications are very common in system administration automation tasks.
What is the name of the collection of tasks included in a file to automate console-based system management?
Batch files
Schema files
Executable files
Command lines
True or False: Console-based application have no graphical components.
True or False: You can query, update, insert,and delete data from a database.
A primary key in one table is connected to which of the following in another table in order to create a relationship?
A connecting field
A link field
A relationship key
A foreign key
What is the name of the table component that helps to guarantee uniqueness of data?
Primary key
Unique values
Intrinsic key
Foreign key
True or False: The use of normalization helps minimize the storage of redundant data.
What type of query construct would you use to add data to a database?
Select
Update
Insert
Delete
True or False: Software development presents limited opportunities to introduce new applications to the market.
True or False: As a developer you will need to install a test development environment.
True or False. As a developer you may not have to write code all day.
Which language presents a good starting point for web development?
True or False: Software testing offers a great opportunity to better the skillset of a new developer.