Questões de Concurso Público TRT - 9ª REGIÃO (PR) 2013 para Analista Judiciário - Tecnologia da Informação

Foram encontradas 59 questões

Q302112 Governança de TI
O CMMI fornece diretrizes baseadas em práticas para melhoria dos processos e habilidades organizacionais, cobrindo o ciclo de vida de produtos e serviços completos. Suas abordagens envolvem a avaliação da maturidade da organização, baseada em 5 níveis de maturidade. Para atingir cada nível, um conjunto de áreas de processo precisa ser desenvolvido.

Para uma empresa atingir o nível de maturidade 2 (Gerenciado) é preciso desenvolver áreas de alguns processos, dentre eles,
Alternativas
Q302113 Programação
Considere clientes um objeto List que contém um conjunto de registros retornados de uma tabela do banco de dados por meio da execução de uma query SQL em uma aplicação web desenvolvida com Java utilizando o Hibernate. Considere também a existência de uma classe de entidade chamada Cliente que faz o mapeamento objeto-relacional com a tabela cliente do banco de dados. Nessas condições, considere os fragmentos de código abaixo:

Exemplo 1:   for (int indice=0; indice<clientes.size();indice++) {   Cliente cli = (Cliente) clientes.get(indice);   out.println(cli.getNomCli());   } 
Exemplo 2:

Iterator it = clientes.iterator();
while (it.hasNext()) {
Cliente cli = (Cliente) it.next();
out.println(cli.getNomCli());
}

Exemplo 3:
for (Object objeto_cliente:clientes) {
Cliente cli = (Cliente) objeto_cliente;
out.println(cli.getNomCli());
}

É correto afirmar que:
Alternativas
Q302114 Programação
O JBoss Seam é um framework para desenvolvimento de aplicações Java EE que integra diversas tecnologias, principalmente da plataforma Java EE. Foi desenvolvido para eliminar a complexidade em níveis de arquitetura e API. A figura a seguir mostra a Integração do framework JBoss Seam em uma arquitetura Java EE.
Imagem associada para resolução da questão
As lacunas I, II, III e IV são preenchidas, correta e, respectivamente, por
Alternativas
Q302115 Programação
Considere a página a seguir que utiliza HTML versão 5 e CSS versão 3.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Teste</title>
<style type="text/css">
table.formato_tabela tr td:not(:last-child) {background: #0f0;}
</style>
</head>
<body>
<table class="formato_tabela" border="1">
<tr>
<td>Célula 1.1</td>
<td>Célula 1.2</td>
<td>Célula 1.3</td>
</tr>
<tr>
<td>Célula 2.1</td>
<td>Célula 2.2</td>
<td>Célula 2.3</td>
</tr>
<tr>
<td>Célula 3.1</td>
<td>Célula 3.2</td>
<td>Célula 3.3</td>
</tr>
</table>
</body>
</html>

A instrução CSS no interior da tag
Alternativas
Q302116 Inglês
December 12, 2012
If It’s for Sale, His Lines Sort It
By MARGALIT FOX


It was born on a beach six decades ago, the product of a pressing need, an intellectual spark and the sweep of a young man’s
fingers through the sand.
The result adorns almost every product of contemporary life, including groceries, wayward luggage and, if you are a
traditionalist, the newspaper you are holding.
The man on the beach that day was a mechanical-engineer-in-training named N. Joseph Woodland. With that transformative
stroke of his fingers − yielding a set of literal lines in the sand − Mr. Woodland, who died on Sunday at 91, conceived the modern bar
code.
Mr. Woodland was a graduate student when he and a classmate, Bernard Silver, created a technology, based on a printed
series of wide and narrow striations, that encoded consumer-product information for optical scanning.
Their idea, developed in the late 1940s and patented 60 years ago this fall, turned out to be ahead of its time, and the two men
together made only $15,000 from it, when they sold their patent to Philco. But the curious round symbol they devised would ultimately
give rise to the universal product code, or U.P.C., as the staggeringly prevalent rectangular bar code (it graces tens of millions of
different items) is officially known.
Imagem associada para resolução da questão

       Here is part of the story behind the invention:
       To represent information visually, he realized, he would need a code. The only code he knew was the one he had learned in the
Boy Scouts.
       What would happen, Mr. Woodland wondered one day, if Morse code, with its elegant simplicity and limitless combinatorial
potential, were adapted graphically? He began trailing his fingers idly through the sand.
       “What I’m going to tell you sounds like a fairy tale,” Mr. Woodland told Smithsonian magazine in 1999. “I poked my four fingers
into the sand and for whatever reason − I didn’t know − I pulled my hand toward me and drew four lines. I said: ‘Golly! Now I have four
lines, and they could be wide lines and narrow lines instead of dots and dashes.’ ”
       That consequential pass was merely the beginning. “Only seconds later,” Mr. Woodland continued, “I took my four fingers − they
were still in the sand − and I swept them around into a full circle.”
       Mr. Woodland favored the circular pattern for its omnidirectionality: a checkout clerk, he reasoned, could scan a product without
regard for its orientation.
       But that method − a variegated bull’s-eye of wide and narrow bands −, which depended on an immense scanner equipped with
a 500-watt light, was expensive and unwieldy, and it languished for years.
       The two men eventually sold their patent to Philco for $15,000 − all they ever made from their invention.
       By the time the patent expired at the end of the 1960s, Mr. Woodland was on the staff of I.B.M., where he worked from 1951
until his retirement in 1987.
       Over time, laser scanning technology and the advent of the microprocessor made the bar code viable. In the early 1970s, an
I.B.M. colleague, George J. Laurer, designed the familiar black-and-white rectangle, based on the Woodland-Silver model and drawing
on Mr. Woodland’s considerable input.
(Adapted from http://www.nytimes.com/2012/12/13/business/n-joseph-woodland-inventor-of-the-bar-code-dies-at-91.html?nl=todaysheadlines
&emc=edit_th_20121214&_r=0
)


O pronome “It”, no início do texto, refere-se a
Alternativas
Respostas
51: E
52: E
53: D
54: E
55: A