Hawerth Castro
Quiz por , criado more than 1 year ago

Software Development Fundamentals Quizzes preparing to certification (Official Learning Questions of the Microsoft)

175
0
0
Hawerth Castro
Criado por Hawerth Castro aproximadamente 7 anos atrás
Fechar

CET_TARDE - MTA Software Development Fundamentals 1

Questão 1 de 35

1

The Software Architect is sometimes also called the:

Selecione uma das seguintes:

  • System Administrator.

  • Product Owner.

  • Program Manager.

  • Solution Designer.

Explicação

Questão 2 de 35

1

Which stage describes the different technologies that would help solve the existing business problem to create an application?

Selecione uma das seguintes:

  • Design

  • Analysis

  • Operate

  • Requirements

  • Development

Explicação

Questão 3 de 35

1

What is the name of the component or document that defines the flow of an application during the design phase?

Selecione uma das seguintes:

  • Storyboard

  • Flowchart

  • Design board

  • Workflow

Explicação

Questão 4 de 35

1

What are the common stages in Application Lifecycle Management? (Choose 5)

Selecione uma ou mais das seguintes:

  • Requirements

  • Maintain

  • Design

  • Development

  • Test

  • Operate

  • Analysis

  • Troubleshoot

Explicação

Questão 5 de 35

1

During which stage do you describes the business intention of an application you are creating?

Selecione uma das seguintes:

  • Analysis

  • Operate

  • Design

  • Requirements

  • Development

Explicação

Questão 6 de 35

1

Which programming component provides a temporary, named storage location in computer memory that can change during program execution?

Selecione uma das seguintes:

  • Data Type

  • Constant

  • Loop

  • Variable

Explicação

Questão 7 de 35

1

What data type is used for words, sentences or phrases?

Selecione uma das seguintes:

  • Short

  • Char

  • String

  • Boolean

  • Int

Explicação

Questão 8 de 35

1

What numbering system is commonly used in computer environments such as computer storage and processing?

Selecione uma das seguintes:

  • Octal

  • Hexadecimal

  • Binary

  • Decimal

Explicação

Questão 9 de 35

1

How many bits make up a byte?

Selecione uma das seguintes:

  • 1

  • 8

  • 4

  • 2

Explicação

Questão 10 de 35

1

True or False:
Programmers need to develop their application in zeros and ones in modern day languages.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 11 de 35

1

Which property operation is used to retrieve the value of a variable?

Selecione uma das seguintes:

  • Get

  • Run

  • Execute

  • Set

Explicação

Questão 12 de 35

1

Which OOP construct is a blueprint for an object?

Selecione uma das seguintes:

  • Property

  • Function

  • Method

  • Class

Explicação

Questão 13 de 35

1

Which of the following represents a class in runtime?

Selecione uma das seguintes:

  • Method

  • Property

  • Event

  • Object

Explicação

Questão 14 de 35

1

What keyword is used to restrict direct access and modification of variables in a class?

Selecione uma das seguintes:

  • Property

  • Abstract

  • Private

  • Public

Explicação

Questão 15 de 35

1

True or False:
Data members in a class cannot be directly changed.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 16 de 35

1

True or False: CSS and JavaScript are interpreted by browsers.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 17 de 35

1

What is the name of the web technology used to centrally control the styles and formatting of web pages?

Selecione uma das seguintes:

  • JavaScript

  • CSS

  • HTML

  • Java

Explicação

Questão 18 de 35

1

Which language was initially used to develop static web documents?

Selecione uma das seguintes:

  • ASP

  • HTML

  • ASP.NET

  • XML

Explicação

Questão 19 de 35

1

What is the name of the Microsoft server-side web framework environment?

Selecione uma das seguintes:

  • HTML

  • JavaScript

  • ASP.NET

  • ASP

Explicação

Questão 20 de 35

1

Which of the following organizations defines the standards for HTML?

Selecione uma das seguintes:

  • Microsoft

  • Apple

  • Google

  • W3C

Explicação

Questão 21 de 35

1

Which of the following are examples of a GUI-based application? (Choose 3)

Selecione uma ou mais das seguintes:

  • Windows PowerShell

  • Command window

  • Notepad

  • Internet Explorer

  • Calculator

Explicação

Questão 22 de 35

1

Which of the following is an application type that consists of interaction with a mouse and a graphical interface?

Selecione uma das seguintes:

  • ASP.NET application

  • Console-based application

  • Windows Services application

  • GUI-based application

  • Class library

Explicação

Questão 23 de 35

1

True or False:
Console-based applications are very common in system administration automation tasks.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 24 de 35

1

What is the name of the collection of tasks included in a file to automate console-based system management?

Selecione uma das seguintes:

  • Batch files

  • Schema files

  • Executable files

  • Command lines

Explicação

Questão 25 de 35

1

True or False: Console-based application have no graphical components.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 26 de 35

1

True or False:
You can query, update, insert,and delete data from a database.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 27 de 35

1

A primary key in one table is connected to which of the following in another table in order to create a relationship?

Selecione uma das seguintes:

  • A connecting field

  • A link field

  • A relationship key

  • A foreign key

Explicação

Questão 28 de 35

1

What is the name of the table component that helps to guarantee uniqueness of data?

Selecione uma das seguintes:

  • Primary key

  • Unique values

  • Intrinsic key

  • Foreign key

Explicação

Questão 29 de 35

1

True or False:
The use of normalization helps minimize the storage of redundant data.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 30 de 35

1

What type of query construct would you use to add data to a database?

Selecione uma das seguintes:

  • Select

  • Update

  • Insert

  • Delete

Explicação

Questão 31 de 35

1

True or False:
Software development presents limited opportunities to introduce new applications to the market.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 32 de 35

1

True or False:
As a developer you will need to install a test development environment.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 33 de 35

1

True or False.
As a developer you may not have to write code all day.

Selecione uma das seguintes:

  • True

  • False

Explicação

Questão 34 de 35

1

Which language presents a good starting point for web development?

Selecione uma das seguintes:

  • JavaScript

  • CSS

  • HTML

  • Java

Explicação

Questão 35 de 35

1

True or False:
Software testing offers a great opportunity to better the skillset of a new developer.

Selecione uma das seguintes:

  • True

  • False

Explicação