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