Questões de Concurso Público FUNDUNESP 2016 para Analista Programador Júnior

Foram encontradas 7 questões

Q1073314 Inglês
O texto a seguir deve ser utilizado para responder à questão.
If you are making a booking we may also use cookies to keep track of the transaction from one page to the next. (Extraído de: www.linguee.com.br)
According to the text, cookies can be used to:
Alternativas
Q1073315 Inglês
O texto a seguir deve ser utilizado para responder à questão.

    The term “safe language” is, unfortunately, even more contentious than “type system”. Although people generally feel they know one when they see it, their notions of exactly what constitutes language safety are strongly influenced by the language community to which they belong. Informally, though, safe languages can be defined as ones that make it impossible to shoot yourself in the foot while programming.
(Types and Programming Languages, Benjamin C. Pierce, MIT Press, 2002)
Segundo o texto,
Alternativas
Q1073316 Inglês
O texto a seguir deve ser utilizado para responder à questão.

    The term “safe language” is, unfortunately, even more contentious than “type system”. Although people generally feel they know one when they see it, their notions of exactly what constitutes language safety are strongly influenced by the language community to which they belong. Informally, though, safe languages can be defined as ones that make it impossible to shoot yourself in the foot while programming.
(Types and Programming Languages, Benjamin C. Pierce, MIT Press, 2002)
O significado de “to shoot yourself in the foot” é
Alternativas
Q1073317 Inglês
O texto a seguir deve ser utilizado para responder à questão.

What is a Real-Time Operating System (RTOS)?

    In general, an operating system (OS) is responsible for managing the hardware resources of a computer and hosting applications that run on the computer. An RTOS performs these tasks, but is also specially designed to run applications with very precise timing and a high degree of reliability. This can be especially important in measurement and automation systems where downtime is costly or a program delay could cause a safety hazard.
    To be considered “real-time”, an operating system must have a known maximum time for each of the critical operations that it performs (or at least be able to guarantee that maximum most of the time). Some of these operations include OS calls and interrupt handling. Operating systems that can absolutely guarantee a maximum time for these operations are commonly referred to as “hard real-time”, while operating systems that can only guarantee a maximum most of the time are referred to as “soft real-time”.
(Extraído e adaptado de: http://www.ni.com/white-paper/3938/en/)
De acordo com o texto, um sistema operacional de tempo real desempenha as tarefas realizadas por um sistema operacional normal, porém deve
Alternativas
Q1073318 Inglês
O texto a seguir deve ser utilizado para responder à questão.

What is a Real-Time Operating System (RTOS)?

    In general, an operating system (OS) is responsible for managing the hardware resources of a computer and hosting applications that run on the computer. An RTOS performs these tasks, but is also specially designed to run applications with very precise timing and a high degree of reliability. This can be especially important in measurement and automation systems where downtime is costly or a program delay could cause a safety hazard.
    To be considered “real-time”, an operating system must have a known maximum time for each of the critical operations that it performs (or at least be able to guarantee that maximum most of the time). Some of these operations include OS calls and interrupt handling. Operating systems that can absolutely guarantee a maximum time for these operations are commonly referred to as “hard real-time”, while operating systems that can only guarantee a maximum most of the time are referred to as “soft real-time”.
(Extraído e adaptado de: http://www.ni.com/white-paper/3938/en/)
Conforme o texto, alguns dos sistemas operacionais de tempo real
Alternativas
Respostas
1: D
2: A
3: C
4: C
5: E