1.
Em uma planilha do excel as colunas são representadas por números e as linhas por letras?
Correct Answer
B. Falso
Explanation
As colunas em uma planilha do Excel são representadas por letras e as linhas são representadas por números. Portanto, a afirmação de que as colunas são representadas por números e as linhas por letras é falsa.
2.
A referência a uma célula é sempre no estilo A1, onde A representa a coluna e 1 a linha desta célula?
Correct Answer
A. Verdadeiro
Explanation
The statement is true. In Excel, cell references are always in the style of A1, where A represents the column and 1 represents the row of the cell. This is the standard format used to identify and locate specific cells within a spreadsheet.
3.
O Excel em sua configuração padrão:
I - cria uma nova pasta de trabalho com 3 planilhas
II - cria uma nova planilha com 3 pastas de trabalho
III - permite remover planilhas da pasta de trabalho
IV - permite remover pastas de trabalho da planilha
V - permite incluir novas planilhas na pasta de trabalho
VI - permite incluir novas pastas de trabalho na planilha
Esta correto apenas o que se afirma em
Correct Answer
B. I, III e V
Explanation
In the default configuration of Excel, it creates a new workbook with 3 worksheets (I). It also allows the user to remove worksheets from the workbook (III) and add new worksheets to the workbook (V). Therefore, the correct answer is I, III, and V.
4.
Usando o Excel, considerando que é necessário realizar uma soma da sequência numérica 84+25+15 deve-se fazer a operação?
Correct Answer
C. =soma(84+25+15)
Explanation
To perform the sum of the numbers 84, 25, and 15 using Excel, the correct operation is to use the formula "=SUM(84,25,15)". This formula calculates the sum of the given numbers and returns the result.
5.
Dadas as células A1=2, A2 = 5, A3= 10 e A4=3. Qual será o resultado da fórmula =soma(A1:A3)-A4
Correct Answer
C. 14
Explanation
The formula =soma(A1:A3)-A4 calculates the sum of the values in cells A1 to A3 (2+5+10=17) and then subtracts the value in cell A4 (3) from it. Therefore, the result of the formula is 17-3=14.
6.
A expressão =soma(a1:a6) define uma soma realizada em:
Correct Answer
C. Soma do intervalo de células A1, A2, A3, A4, A5 E A6
Explanation
The expression =soma(a1:a6) defines a sum performed on the range of cells A1, A2, A3, A4, A5, and A6.
7.
Dadas as células B1=5, C1=4, D1=3, E1=2 e F1=1, o resultado da fórmula =B1+C1*D1, na célula A1, será
Correct Answer
C. 17
Explanation
The formula =B1+C1*D1 calculates the result by multiplying the value in cell C1 by the value in cell D1, and then adding the value in cell B1 to the result. In this case, the value in cell B1 is 5, the value in cell C1 is 4, and the value in cell D1 is 3. So, the calculation would be 4*3=12, and then adding 5 to 12 results in 17. Therefore, the correct answer is 17.
8.
Numa planilha eletrônica suponha os valores numéricos 1,2,3,4 e 5 armazenados nas células A1, A2, A3, A4 e A5 respectivamente. Qual o valor resultante na célula A6, caso esta contenha a função
=SE(MÉDIA(A1:A5)<3;MÍNIMO(A1:A5);MÁXIMO(A1:A5))
Correct Answer
D. 5
Explanation
The function used in cell A6 is an IF function (SE in Portuguese). It checks if the average of the values in cells A1 to A5 is less than 3. If it is, it returns the minimum value from those cells. If the average is not less than 3, it returns the maximum value from those cells. In this case, the average is 3 and not less than 3, so the function returns the maximum value, which is 5.
9.
A fórmula =B11+B12, contida na célula B10, quando movida para a célula A10 será regravada pelo Excel como
Correct Answer
A. A11 + A12
Explanation
When the formula =B11+B12, which is originally in cell B10, is moved to cell A10, Excel will automatically adjust the formula to A11 + A12. This is because when a formula is moved to a different cell, Excel adjusts the cell references in the formula to match the new location. In this case, since the formula is moved from column B to column A, Excel changes the column references from B to A in the formula.
10.
A opção abaixo que contém uma referência absoluta (bloqueio) para uma célula no Microsoft Excel é:
Correct Answer
C. $B$3
Explanation
The correct answer is $B$3. This is a reference to a specific cell in Microsoft Excel using absolute referencing. The dollar sign ($) before both the column and row reference indicates that the reference is fixed and will not change when the formula is copied or moved to other cells. In this case, the reference is to cell B3.
11.
Em uma planilha do Microsoft Excel, na sua configuração padrão, tem-se na célula C1 a fórmula =A1 + B$1. Ao ser copiada para a célula D3, a célula ficará com a fórmula
Correct Answer
A. =B3 + C$1
Explanation
The formula =B3 + C$1 is the correct answer because when a formula is copied to another cell in Excel, the references to other cells are adjusted accordingly. In this case, the reference to cell A1 in the original formula (=A1 + B$1) is adjusted to B3 in the copied formula, and the reference to cell B$1 remains unchanged. Therefore, the correct formula in cell D3 would be =B3 + C$1.
12.
No Excel, a fórmula =$A$4-A5 é escrita na célula A3. Se o usuário copiar esta fórmula para a célula B6, o Excel regravará esta fórmula como:
Correct Answer
B. =$A$4 - B8
Explanation
When the formula =$A$4-A5 is copied from cell A3 to cell B6, the Excel will adjust the cell references accordingly. In this case, the Excel will re-write the formula as =$A$4 - B8. The dollar signs in the cell references ($A$4) indicate that the reference is absolute and should not be adjusted when copied. Therefore, the column reference (A) remains the same, but the row reference (4) changes to match the new location of the formula in cell B6. The row reference in A5 also changes to match the new location in cell B6, resulting in the formula =$A$4 - B8.
13.
No Excel, a fórmula =G$8 + F9 escrita na célula F10, caso esta fórmula seja copiada para a célula E10, o Excel gravará a fórmula resultante como:
Correct Answer
A. =F$8+E9
Explanation
When the formula =G$8 + F9 written in cell F10 is copied to cell E10, the Excel will adjust the formula based on the relative position of the cells. In this case, the column reference for G$8 remains the same, but the row reference for F9 changes to E9. Therefore, the resulting formula in cell E10 will be =F$8+E9.
14.
Para se selecionar todas as células dessa planilha é necessário clicar o botão .
Correct Answer
A. Verdadeiro
Explanation
To select all cells in a spreadsheet, it is necessary to click the "Verdadeiro" button.
15.
Caso o usuário acione a tecla CTRL e mantê-la pressionada; clique nos cabeçalhos da coluna “A” e “C” e libere a tecla CTRL; o conteúdo dessas colunas será automaticamente copiado para as colunas “D” e “F”, respectivamente.
Correct Answer
B. Falso
Explanation
If the user presses and holds the CTRL key, clicks on the headers of columns "A" and "C", and then releases the CTRL key, the content of those columns will not be automatically copied to columns "D" and "F", respectively.
16.
Para que o conteúdo de uma célula seja alterado, é necessário que o usuário clique na célula; clique duas vezes na barra de fórmulas; aperte a tecla DELETE; digite o novo conteúdo; acione a tecla ENTER.
Correct Answer
B. Falso
Explanation
To change the content of a cell, it is not necessary for the user to click on the cell, double-click on the formula bar, press the DELETE key, type the new content, or press the ENTER key. These actions are not required to edit the content of a cell. Therefore, the statement "Falso" (False) is the correct answer.
17.
A tecla F2 serve para editar o texto da célula?
Correct Answer
A. Verdadeiro
Explanation
The correct answer is "Verdadeiro" because the F2 key on a keyboard is commonly used to edit the text in a cell. By pressing F2, the user can enter the edit mode of a cell in programs like Microsoft Excel, allowing them to make changes to the text or formula within that cell.
18.
Qual o significado do sinal <> no excel?
Correct Answer
A. Diferente
Explanation
O sinal no Excel significa "diferente". Ele é usado para comparar dois valores e verificar se eles são diferentes um do outro. Por exemplo, se quisermos verificar se o valor da célula A1 é diferente de 10, podemos usar a fórmula "A1 10". Se o valor for diferente de 10, a fórmula retornará verdadeiro, caso contrário, retornará falso.
19.
A expressão 45>10 está correta?
Correct Answer
A. Sim
Explanation
The expression "45>10" is correct because 45 is indeed greater than 10.
20.
O sinal de igual pode ser introduzido no meio de uma fórmula apenas quando?
Correct Answer
B. Queremos comparar informações
Explanation
The correct answer is "Queremos comparar informações". This is because the equal sign (=) is used in formulas to compare information or perform calculations. It is commonly used to check if two values are equal or to compare the values in different cells.