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