Hawerth Castro
Quiz von , erstellt am more than 1 year ago

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

175
0
0
Hawerth Castro
Erstellt von Hawerth Castro vor etwa 7 Jahre
Schließen

CET_TARDE - MTA Software Development Fundamentals 1

Frage 1 von 35

1

The Software Architect is sometimes also called the:

Wähle eine der folgenden:

  • System Administrator.

  • Product Owner.

  • Program Manager.

  • Solution Designer.

Erklärung

Frage 2 von 35

1

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

Wähle eine der folgenden:

  • Design

  • Analysis

  • Operate

  • Requirements

  • Development

Erklärung

Frage 3 von 35

1

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

Wähle eine der folgenden:

  • Storyboard

  • Flowchart

  • Design board

  • Workflow

Erklärung

Frage 4 von 35

1

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

Wähle eine oder mehr der folgenden:

  • Requirements

  • Maintain

  • Design

  • Development

  • Test

  • Operate

  • Analysis

  • Troubleshoot

Erklärung

Frage 5 von 35

1

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

Wähle eine der folgenden:

  • Analysis

  • Operate

  • Design

  • Requirements

  • Development

Erklärung

Frage 6 von 35

1

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

Wähle eine der folgenden:

  • Data Type

  • Constant

  • Loop

  • Variable

Erklärung

Frage 7 von 35

1

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

Wähle eine der folgenden:

  • Short

  • Char

  • String

  • Boolean

  • Int

Erklärung

Frage 8 von 35

1

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

Wähle eine der folgenden:

  • Octal

  • Hexadecimal

  • Binary

  • Decimal

Erklärung

Frage 9 von 35

1

How many bits make up a byte?

Wähle eine der folgenden:

  • 1

  • 8

  • 4

  • 2

Erklärung

Frage 10 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 11 von 35

1

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

Wähle eine der folgenden:

  • Get

  • Run

  • Execute

  • Set

Erklärung

Frage 12 von 35

1

Which OOP construct is a blueprint for an object?

Wähle eine der folgenden:

  • Property

  • Function

  • Method

  • Class

Erklärung

Frage 13 von 35

1

Which of the following represents a class in runtime?

Wähle eine der folgenden:

  • Method

  • Property

  • Event

  • Object

Erklärung

Frage 14 von 35

1

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

Wähle eine der folgenden:

  • Property

  • Abstract

  • Private

  • Public

Erklärung

Frage 15 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 16 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 17 von 35

1

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

Wähle eine der folgenden:

  • JavaScript

  • CSS

  • HTML

  • Java

Erklärung

Frage 18 von 35

1

Which language was initially used to develop static web documents?

Wähle eine der folgenden:

  • ASP

  • HTML

  • ASP.NET

  • XML

Erklärung

Frage 19 von 35

1

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

Wähle eine der folgenden:

  • HTML

  • JavaScript

  • ASP.NET

  • ASP

Erklärung

Frage 20 von 35

1

Which of the following organizations defines the standards for HTML?

Wähle eine der folgenden:

  • Microsoft

  • Apple

  • Google

  • W3C

Erklärung

Frage 21 von 35

1

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

Wähle eine oder mehr der folgenden:

  • Windows PowerShell

  • Command window

  • Notepad

  • Internet Explorer

  • Calculator

Erklärung

Frage 22 von 35

1

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

Wähle eine der folgenden:

  • ASP.NET application

  • Console-based application

  • Windows Services application

  • GUI-based application

  • Class library

Erklärung

Frage 23 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 24 von 35

1

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

Wähle eine der folgenden:

  • Batch files

  • Schema files

  • Executable files

  • Command lines

Erklärung

Frage 25 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 26 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 27 von 35

1

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

Wähle eine der folgenden:

  • A connecting field

  • A link field

  • A relationship key

  • A foreign key

Erklärung

Frage 28 von 35

1

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

Wähle eine der folgenden:

  • Primary key

  • Unique values

  • Intrinsic key

  • Foreign key

Erklärung

Frage 29 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 30 von 35

1

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

Wähle eine der folgenden:

  • Select

  • Update

  • Insert

  • Delete

Erklärung

Frage 31 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 32 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 33 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung

Frage 34 von 35

1

Which language presents a good starting point for web development?

Wähle eine der folgenden:

  • JavaScript

  • CSS

  • HTML

  • Java

Erklärung

Frage 35 von 35

1

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

Wähle eine der folgenden:

  • True

  • False

Erklärung