🎯 Saiba o que estudar

Avançado com Treinador a partir de R$ 0,76/dia

Questões de Concurso Para prodest-es

Questões Discursivas

Foram encontradas 446 questões

Resolva questões gratuitamente!

Junte-se a mais de 4 milhões de concurseiros!

Q481611 Legislação Estadual
Segundo a Lei Complementar n.º 46/94, art. 66, ___________ é a retribuição pecuniária mensal devida ao servidor público civil pelo efetivo exercício do cargo, fixada em lei.

Assinale a alternativa que preenche corretamente a lacuna.
Alternativas
Q481610 Legislação Estadual
Segundo a Lei Complementar n.º 46/94, art. 39, durante o período de estágio probatório será observado, pelo servidor público, o cumprimento, entre outros, do seguinte requisito:
Alternativas
Q481609 Administração Geral
O processo de compartilhar poder com os funcionários, aumentando, desse modo, sua confiança na própria capacidade de desempenhar suas funções e a crença de que são colaboradores influentes para a organização, é conhecido como
Alternativas
Q481608 Gestão de Pessoas
Uma das ferramentas que podem facilitar o processo de recrutamento e seleção de recursos humanos é o documento que estabelece as qualificações aceitáveis que um funcionário deve possuir para desempenhar sua função a contento.

Assinale a alternativa que, corretamente, apresenta esse documento.
Alternativas
Q481607 Direito Administrativo
Na ocorrência de alteração unilateral do contrato administrativo, os acréscimos não podem exceder do valor inicial do contrato, nos casos de serviços e de reforma de edifícios, os seguintes valores, respectivamente:
Alternativas
Q481606 Direito Administrativo
Segundo a Lei n.º 8.666/93, art. 100, os crimes definidos nesta Lei são de ação penal pública incondicionada, cabendo ao(à) ____________ promovê-la.

Assinale a alternativa que, corretamente, preenche a lacuna.
Alternativas
Q481605 Direito Administrativo
De acordo com a Lei n.º 8.666/93, em igualdade de condições, como critério de desempate, será assegurada preferência, inicialmente, aos bens e serviços
Alternativas
Q481604 Direito Administrativo
Segundo a Lei n.º 8.666/93, art. 3° , a licitação destina-se a garantir a observância do princípio constitucional da
Alternativas
Q481603 Administração Geral
9. As organizações constituem uma classe de sistemas sociais, os quais, por sua vez, constituem uma classe de sistemas abertos. Como classes especiais de sistemas abertos, as organizações têm propriedades que lhes são exclusivas, como
Alternativas
Q481602 Administração Pública
O formalismo, a divisão do trabalho, a impessoalidade, a meritocracia, a previsibilidade e o profissionalismo caracterizam a chamada Administração
Alternativas
Q481601 Administração Financeira e Orçamentária
Segundo a Lei n.º 4.320/64, art. 9.º, a receita derivada instituída pelas entidades de direito público, cujo produto destina-se ao custeio de atividades gerais ou específicas exercidas por essas entidades, é chamada de
Alternativas
Q481600 Administração Financeira e Orçamentária
Segundo a Lei n.º 4.320/64, art. 2.º, a Lei do Orçamento obedece aos seguintes princípios:
Alternativas
Q481599 Administração Pública
Entre os princípios do serviço público – que se constituem no aspecto formal do conceito –, aquele que estabelece o dever de fundamentar com largueza todas as decisões atinentes ao serviço é o princípio da
Alternativas
Q481598 Direito Administrativo
Os serviços de radiodifusão sonora (rádio) ou de sons e imagens (televisão) são serviços públicos
Alternativas
Q481597 Direito Constitucional
Segundo a Constituição Federal, art. 41, o servidor público estável perderá o cargo, entre outros, em virtude de
Alternativas
Q481596 Direito Constitucional
Segundo a Constituição Federal, art. 39, a fixação dos padrões de vencimento e dos demais componentes do sistema remuneratório dos servidores públicos observará, entre outros,
Alternativas
Q481595 Direito Constitucional
Segundo a Constituição Federal, art. 43, para efeitos administrativos, a União poderá articular sua ação em um mesmo complexo geoeconômico e social, visando a seu desenvolvimento e à redução das desigualdades regionais.

Assinale a alternativa que corretamente menciona incentivo(s) regional(is), previsto(s) na Lei, para a consecução desses objetivos.
Alternativas
Q481594 Noções de Informática
Considere a janela do MS-Outlook 2010, em sua configuração original, parcialmente apresentada na figura.

                        Imagem associada para resolução da questão

Assinale a alternativa que contém a quantidade total de mensagens da Caixa de Entrada.
Alternativas
Q466033 Inglês
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
Alternativas
Q466032 Inglês
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.)

De acordo com o texto, em um sistema de tempo real, a exatidão depende
Alternativas
Respostas
161: E
162: A
163: B
164: D
165: A
166: D
167: E
168: C
169: A
170: D
171: B
172: C
173: D
174: C
175: B
176: E
177: A
178: B
179: E
180: B