Search Header Logo

Lógica de Programação e Pseudocódigo (Portugol) 2

Authored by Carlos Weber

Computers

Vocational training

Used 5+ times

Lógica de Programação e Pseudocódigo (Portugol) 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que é uma variável em programação?

Um local de memória para armazenar informações

Um tipo de dado fixo

Um erro de sintaxe

Um operador matemático

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a sintaxe correta para declarar uma variável em Portugol?

variavel tipo_dado

tipo_dado nome_variavel

nome_variavel tipo_dado

tipo nome_variavel

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual dos seguintes é um exemplo de declaração de variável em Portugol?

inteiro = numero;

inteiro numero;

variavel numero inteiro;

numero inteiro;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o tipo de dado para armazenar textos em Portugol?

caracter

real

inteiro

cadeia

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes opções é um tipo de dado em Portugol?

vetor

inteiro

texto

flutuante

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como se inicia uma função em Portugol?

funcao() inicio

inicio funcao()

inicio() funcao

funcao inicio()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a sintaxe correta para inicializar uma variável em Portugol?

nome_variavel tipo_dado = valor_inicial;

tipo_dado nome_variavel = valor_inicial;

tipo_dado = valor_inicial nome_variavel;

valor_inicial = tipo_dado nome_variavel;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?