Questões Concurso IF Sul Rio-Grandense

Pesquise questões de concurso nos filtros abaixo

Listagem de Questões Concurso IF Sul Rio-Grandense

#Questão 1127445 - Língua Inglesa, Verbos | Verbs, IF SU, 2025, IF Sul Rio-Grandense, Professor EBTT - Área 06 e 24: Português/Inglês

Mpox was declared a global public health emergency by the WHO. Now what?






Source: <https://abcnews.go.com/Health/declared-mpox-global-public-healthemergency/story?id=112873324> Consulted on Sept.13, 202
Match the sentences with the correct verb tense:
1. Present Simple 2. Past Simple 3. Present Perfect 4. Past Perfect
( )"Sweden became the first nation outside Africa to report a case of the newer strain." (Lines 10-11)
( ) "Cases of other strains, or clades, of mpox have popped up in other countries." (Line 12)
( ) "The outbreak involves a newer strain primarily seen in African countries." (Line 1)
( ) "… in neighboring countries that had never reported countries of mpox before." (Lines 8-9)


The correct order of the numbers, from top to bottom, is:

Mpox was declared a global public health emergency by the WHO. Now what?






Source: <https://abcnews.go.com/Health/declared-mpox-global-public-healthemergency/story?id=112873324> Consulted on Sept.13, 202
Read the statements carefully and decide whether they are True (T) or False (F), according to the text.

( ) The latest strain of mpox is responsible for an outbreak in the Democratic Republic of the Congo (DRC) that has caused more than 14,000 cases, mostly among adults.
( ) The first country outside of Africa to have reported a case of the more recent strain of mpox is Sweden.
( ) Over 5,000 people have died because of the outbreak in the Democratic Republic of the Congo.
( ) The number of cases reported in the United States is more than double the number reported last year.


The correct sequence of True and False statements, from top to bottom, is:

#Questão 1127046 - Programação, JavaScript, IF SU, 2025, IF Sul Rio-Grandense, Professor EBTT - Área 13, 17, 20, 25, 42: Informação e Comunicação I

Analise o código em JavaScript, que faz uso da palavra reservada this no contexto de um objeto, em funções regulares e funções arrow. A palavra this refere-se ao contexto de execução em que uma função é chamada, mas seu comportamento pode variar entre funções regulares e funções arrow.

const pessoa = {  nome: 'Alice',  saudar: function() { const saudacaoRegular = function() {  console.log(`Olá, meu nome é ${this.nome}`); }; const saudacaoArrow = () => {  console.log(`Olá, meu nome é ${this.nome}`); }; saudacaoRegular(); saudacaoArrow();  } }; pessoa.saudar();

A saída no console da execução do código apresentado será:

#Questão 1127047 - Programação, JavaScript, IF SU, 2025, IF Sul Rio-Grandense, Professor EBTT - Área 13, 17, 20, 25, 42: Informação e Comunicação I

As funções em JavaScript permitem a passagem de valores durante sua execução, possibilitando a manipulação dinâmica de dados e comportamentos com base nos argumentos fornecidos. Considere o seguinte código em JavaScript, que faz a chamada de uma função com parâmetros:

function func1(msg, num) { return msg+num; } let msg = "10"; let num = 10; let result = func1(msg,num); console.log(result);

Qual será o resultado apresentado após a execução do código?

#Questão 1127048 - Programação, JavaScript, IF SU, 2025, IF Sul Rio-Grandense, Professor EBTT - Área 13, 17, 20, 25, 42: Informação e Comunicação I

Considere o código a seguir, que manipula um array utilizando a linguagem JavaScript. Sabendo que os arrays em JavaScript não possuem alocação pré-definida e não exigem a declaração prévia de seu tamanho, analise o comportamento do código. 

const numbers = [1, 2, 3]; numbers[5] = 6; console.log(numbers.length);

Após a execução do código, qual será o valor exibido no console?

Navegue em mais matérias e assuntos

{TITLE}

{CONTENT}

{TITLE}

{CONTENT}
Estude Grátis