Questões de Concurso Sobre inglês

Foram encontradas 25.682 questões

Q351999 Inglês
          The aging process affects us all at different rates. Some people of fifty-three, like the esteemed author, look a mere thirty-five, with sparkling brown eyes, a handsome gait and the virility of a steam train. Others, like the author’s friend Colin, look like little middle-aged men at twenty-one with middle-aged outlooks of set ways and planned futures. In women the former condition is common but women rarely suffer from the latter, being fired with the insatiable drive of ambition for either an independent and distinguished career in a still male-dominated world, or a home and seven children by the time they are thirty followed by an independent and distinguished career as a Cheltenham councillor or a public relations agent for Jonathan Cape, in later life.
         No such luck for Charles Charlesworth, who was born on the 14th of March, 1829, in Stafford. At the age of four Charles had a beard and was sexually active.
         In the final three years of his life his skin wrinkled, he developed varicose veins, shortness of breath, grey hair, senile dementia and incontinence. Some time in his seventh year he fainted and never gained consciousness
         The coroner returned a verdict of natural causes due to old age.

Hugh Cory. Advanced writing with english in use. Oxford University Press, p. 34.

According to the text above,

Charles Charlesworth’s cause of death was old age although he was only seven.
Alternativas
Q351998 Inglês
          The aging process affects us all at different rates. Some people of fifty-three, like the esteemed author, look a mere thirty-five, with sparkling brown eyes, a handsome gait and the virility of a steam train. Others, like the author’s friend Colin, look like little middle-aged men at twenty-one with middle-aged outlooks of set ways and planned futures. In women the former condition is common but women rarely suffer from the latter, being fired with the insatiable drive of ambition for either an independent and distinguished career in a still male-dominated world, or a home and seven children by the time they are thirty followed by an independent and distinguished career as a Cheltenham councillor or a public relations agent for Jonathan Cape, in later life.
         No such luck for Charles Charlesworth, who was born on the 14th of March, 1829, in Stafford. At the age of four Charles had a beard and was sexually active.
         In the final three years of his life his skin wrinkled, he developed varicose veins, shortness of breath, grey hair, senile dementia and incontinence. Some time in his seventh year he fainted and never gained consciousness
         The coroner returned a verdict of natural causes due to old age.

Hugh Cory. Advanced writing with english in use. Oxford University Press, p. 34.

According to the text above,

Colin looks and behaves as if he were much older than he actually is.
Alternativas
Q351997 Inglês
          The aging process affects us all at different rates. Some people of fifty-three, like the esteemed author, look a mere thirty-five, with sparkling brown eyes, a handsome gait and the virility of a steam train. Others, like the author’s friend Colin, look like little middle-aged men at twenty-one with middle-aged outlooks of set ways and planned futures. In women the former condition is common but women rarely suffer from the latter, being fired with the insatiable drive of ambition for either an independent and distinguished career in a still male-dominated world, or a home and seven children by the time they are thirty followed by an independent and distinguished career as a Cheltenham councillor or a public relations agent for Jonathan Cape, in later life.
         No such luck for Charles Charlesworth, who was born on the 14th of March, 1829, in Stafford. At the age of four Charles had a beard and was sexually active.
         In the final three years of his life his skin wrinkled, he developed varicose veins, shortness of breath, grey hair, senile dementia and incontinence. Some time in his seventh year he fainted and never gained consciousness
         The coroner returned a verdict of natural causes due to old age.

Hugh Cory. Advanced writing with english in use. Oxford University Press, p. 34.

According to the text above,

women around 30 have had distinguished careers in spite of living in a male-dominated world.
Alternativas
Q351836 Inglês
Repeaters and hubs

A repeater is an electronic device that receives a network signal, cleans it of unnecessary noise, and regenerates it. The signal is retransmitted at a higher power level, or to the other side of an obstruction, so that the signal can cover longer distances without degradation. In most twisted pair Ethernet configurations, repeaters are required for cable that runs longer than 100 meters. A repeater with multiple ports is known as a hub. Repeaters work on the physical layer of the OSI model. Repeaters require a small amount of time to regenerate the signal. This can cause a propagation delay which can affect network performance. As a result, many network architectures limit the number of repeaters that can be used in a row, e.g., the Ethernet 5-4-3 rule.
Hubs have been mostly obsoleted by modern switches; but repeaters are used for long distance links, notably undersea cabling.


Bridges

A network bridge connects multiple network segments at the data link layer (layer 2) of the OSI model to form a single network. Bridges broadcast to all ports except the port on which the broadcast was received. However, bridges do not promiscuously copy traffic to all ports, as hubs do. Instead, bridges learn which MAC addresses are reachable through specific ports. Once the bridge associates a port with an address, it will send traffic for that address to that port only.
Bridges learn the association of ports and addresses by examining the source address of frames that it sees on various ports. Once a frame arrives through a port, the bridge assumes that the MAC address is associated with that port and stores its source address.
The first time a bridge sees a previously unknown destination address, the bridge will forward the frame to all ports other than the one on which the frame arrived.

Bridges come in three basic types:

Local bridges: Directly connect LANs

Remote bridges: Can be used to create a wide area network (WAN) link between LANs. Remote bridges, where the connecting link is slower than the end networks, largely have been replaced with routers. Wireless bridges: Can be used to join LANs or connect remote devices to LANs.

Internet: http://en.wikipedia.org (adapted).
According to the text above, judge the following items.

Remote devices can be connected to LANs with the use of wireless bridges.
Alternativas
Q351832 Inglês
Types of operating systems

Real-time
A real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.

Multi-user
A multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.

Multi-tasking vs. single-tasking
A multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.

Distributed
A distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.


Embedded
Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.

Internet: http://en.wikipedia.org (adapted)
Based on the text above, judge the following items from 111 through 116.

When a distributed operating system is used for managing several independent computers, this group of computers appears to behave like a single computer.
Alternativas
Q351831 Inglês
Types of operating systems

Real-time
A real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.

Multi-user
A multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.

Multi-tasking vs. single-tasking
A multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.

Distributed
A distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.


Embedded
Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.

Internet: http://en.wikipedia.org (adapted)
Based on the text above, judge the following items from 111 through 116.

Systems that use time-sharing are not considered to be multi- user systems, since they do not allow the simultaneous access of several users to a computer.
Alternativas
Q351828 Inglês
Types of operating systems

Real-time
A real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.

Multi-user
A multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.

Multi-tasking vs. single-tasking
A multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.

Distributed
A distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.


Embedded
Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.

Internet: http://en.wikipedia.org (adapted)
Based on the text above, judge the following items from 111 through 116.

Single-user operating systems do not allow the use of a computer by multiple users. Moreover, they do not allow more than one program to run at the same time.
Alternativas
Q351827 Inglês
Types of operating systems

Real-time
A real-time operating system is a multitasking operating system that aims at executing real-time applications. Real-time operating systems often use specialized scheduling algorithms so that they can achieve a deterministic nature of behavior. The main objective of real-time operating systems is their quick and predictable response to events. They have an event-driven or time-sharing design and often aspects of both. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.

Multi-user
A multi-user operating system allows multiple users to access a computer system at the same time. Time-sharing systems and Internet servers can be classified as multi-user systems as they enable multiple-user access to a computer through the sharing of time. Single-user operating systems have only one user but may allow multiple programs to run at the same time.

Multi-tasking vs. single-tasking
A multi-tasking operating system allows more than one program to be running at the same time, from the point of view of human time scales. A single-tasking system has only one running program. Multi-tasking can be of two types: pre-emptive and co-operative. In pre-emptive multitasking, the operating system slices the CPU time and dedicates one slot to each of the programs. Unix-like operating systems such as Solaris and Linux support pre-emptive multitasking, as does AmigaOS. Cooperative multitasking is achieved by relying on each process to give time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking. Mac OS prior to OS X used to support cooperative multitasking.

Distributed
A distributed operating system manages a group of independent computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they make a distributed system.


Embedded
Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.

Internet: http://en.wikipedia.org (adapted)
Based on the text above, judge the following items from 111 through 116.

In an event-driven system, the switching between tasks is triggered by clock interrupts, and the duration of each time slice is always the same.
Alternativas
Q351546 Inglês
imagem-003.jpg

Internet: http://onlinelibrary.wiley.com (adapted).

Based on the text above, judge the following items.

Internal control is a central issue on corporate governance.
Alternativas
Q349055 Inglês
Based on the text, it is correct to affirm that

establishing a code of conduct for the use of nanotechnology is more important than regulating research in the fields of synthetic biology.
Alternativas
Q349054 Inglês
Based on the text, it is correct to affirm that

responsible research and innovation is a field of study which has played a significant role in research and development providing answers to the multitude of problems arising from the use of technology.
Alternativas
Q349053 Inglês
Based on the text, it is correct to affirm that

the word “foresight” (l.16) is the same as neglect.
Alternativas
Q347962 Inglês
Imagem 029.jpg

Judge the following items according to the text.

The verb “outperform” ( l.16) is the same as surpass.
Alternativas
Q347961 Inglês
Imagem 029.jpg

Judge the following items according to the text.

Despite the interest in the area, there isn’t enough evidence yet on whether alignment should lead to increased performance.
Alternativas
Q347960 Inglês
Imagem 029.jpg

Judge the following items according to the text.

Technological alignment is not possible whereas technology should often challenge business, not follow it.
Alternativas
Q347959 Inglês
Imagem 029.jpg

Judge the following items according to the text.

Alignment is defined solely as the degree of fit between strategic business planning and long-range IT planning.
Alternativas
Q347517 Inglês
Tendo como referência o texto em língua inglesa apresentado acima, julgue os itens de 75 a 81.

De acordo com o texto, quando se usa TI para habilitar mudanças organizacionais, é necessário ponderar o risco e as recompensas que podem surgir a partir dessas mudanças.
Alternativas
Q347516 Inglês
Tendo como referência o texto em língua inglesa apresentado acima, julgue os itens de 75 a 81.

O termo stakeholders refere-se a gerentes de projeto.
Alternativas
Q347515 Inglês
Tendo como referência o texto em língua inglesa apresentado acima, julgue os itens de 75 a 81.

De acordo com o texto, a governança em TI deve ser vista como uma disciplina autônoma, independente da estratégia da governança corporativa.
Alternativas
Q347514 Inglês
Tendo como referência o texto em língua inglesa apresentado acima, julgue os itens de 75 a 81.

A governança de TI tem como objetivos principais garantir que investimentos em TI gerem o que o texto chama de “business value” e reduzir os riscos associados com a TI. Esses objetivos podem ser atingidos por meio da implementação de uma estrutura organizacional com papéis bem definidos para a responsabilidade da informação, os processos de negócios, as aplicações e a infraestrutura.
Alternativas
Respostas
21981: C
21982: C
21983: E
21984: C
21985: C
21986: E
21987: E
21988: E
21989: C
21990: E
21991: E
21992: E
21993: C
21994: E
21995: E
21996: E
21997: C
21998: E
21999: E
22000: C