Questões filtradas por: cargo de analista de sistemas

Quer testar seus conhecimentos de maneira rápida, fácil e eficiente? Responda aqui milhares de questões grátis de concursos anteriores. Você pode filtrar as questões por cargo, órgão, matéria e banca de acordo com o seu objetivo. Prepare-se para os concursos públicos.

001
Matéria: Inglês
Órgão: PRODEST-ES
Ano: 2014

Computers are used to control a wide range of systems from simple domestic machines, through games controllers, to entire manufacturing plants. These computers interact directly with hardware devices. Their software must react to events generated by the hardware and, often, issue control signals in response to these events. These signals result in an action, such as the initiation of a phone call, the movement of a character on the screen, the opening of a valve, or the display of the system status. The software in these systems is embedded in system hardware, often in read-only memory, and usually responds, in real time, to events from the system’s environment. By real time, I mean that the software system has a deadline for responding to external events. If this deadline is missed, then the overall hardware-software system will not operate correctly.

Embedded software is very important economically because almost every electrical device now includes software. There are therefore many more embedded software systems than other types of software system. If you look around your house you may have three or four personal computers. But you probably have 20 or 30 embedded systems, such as systems in phones, cookers, microwaves etc

Responsiveness in real time is the critical difference between embedded systems and other software systems, such as information systems, web-based systems, or personal software systems, whose main purpose is data processing. For non-real- time systems, the correctness of a system can be defined by specifying how system inputs map to corresponding outputs that should be produced by the system. In response to an input, a corresponding output should be generated by the system and, often, some data should be stored. For example, if you choose a create command in a patient information system, then the correct system response is to create a new patient record in a database, and to confirm that this has been done. Within reasonable limits, it does not matter how long this takes.

However, in a real-time system, the correctness depends both on the response to an input and the time taken to generate that response. If the system takes too long to respond, then the required response may be ineffective. For example, if embedded software controlling a car braking system is too slow, then an accident may occur because it is impossible to stop the car in time.


(Extraído de: Software Engineering, I. Sommerville, 9th Edition, 2011, pg. 538.)

Na frase “Within reasonable limits, it does not matter how long this takes.”, o termo reasonable, no contexto, tem o significado de

002
Matéria: WSDL
Órgão: TCE-RO
Ano: 2013

Acerca de service-oriented architeture, julgue os itens subsequentes, considerando que SOAP corresponde a simple object access protocol e WSDL corresponde a web services description language.

O WSDL descreve um web service utilizando a sintaxe XML. Está correta a sintaxe mostrada a seguir para o elemento <portType> , que define o protocolo e a porta de comunicação para troca de mensagens do web services.

<portType>

<portType protocol = "HTTP">

<porType port = "80">

</portType>



003
Matéria: Banco de Dados
Órgão: BNDES
Ano: 2013

Seja o seguinte diagrama E-R:

Imagem 032.jpg

Analisando esse diagrama conclui-se que

004
Matéria: Windows 2003 Server
Órgão: SPTrans
Ano: 2012

No Windows Server, o parâmetro do comando ipconfig que exibe todas as identificações de classe DHCP permitidas para o adaptador é

005
Matéria: Banco de Dados
Órgão: SPTrans
Ano: 2012

Assinale a alternativa que classifica corretamente os comandos de definição e de manipulação de dados num sistema de banco de dados que usa a linguagem SQL, conforme apresentado a seguir:

x: definição de dados
y: manipulação de dados

006
Matéria: Governança de TI
Órgão: LIQUIGAS
Ano: 2012

Considere o COBIT 4.1 para responder à questão.

Os recursos de TI, identificados no COBIT, são definidos como

007
Matéria: CMMI (Capability Maturity Model Integration)
Órgão: MPU
Ano: 2010

Julgue os itens a seguir, com base no CMMI (Capability Maturity
Model Integration
), versão 1.2.

Na representação por estágios, uma organização pode estabelecer quais áreas de processo devem alcançar os níveis de capacidade 4 e 5.

008
Matéria: Estrutura de dados
Órgão: CETESB
Ano: 2009

A estrutura de dados do tipo pilha (stack) é um tipo abstrato de dado baseada no princípio

009
Matéria: Programação
Órgão: DATAPREV
Ano: 2009

Com relação à orientação a objetos em JAVA, leia as afirmativas abaixo.

I. JAVA permite a declaração de campos de instância e estáticos.

II. JAVA permite apenas que sejam declarados campos de tipos básicos (double, float, byte, short, int, long, boolean e char).

III. JAVA não permite a declaração demétodos estáticos.

Sobre as afirmativas acima, pode-se dizer que:

010
Matéria: Complexidade do algortimo
Órgão: BNDES
Ano: 2008

Se a complexidade de tempo de um algoritmo é da ordem de Θ (n log n), é correto afirmar que esse algoritmo também é