1 - Linguagem C

1 - Linguagem C

University

10 Qs

quiz-placeholder

Similar activities

Stack2

Stack2

University

10 Qs

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

After Effect Intoduction

After Effect Intoduction

10th Grade - University

15 Qs

Pengantar Coding

Pengantar Coding

University

10 Qs

Tree

Tree

University

10 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

Linkedlist

Linkedlist

University

10 Qs

Virtualisasi UPNVJ

Virtualisasi UPNVJ

University

10 Qs

1 - Linguagem C

1 - Linguagem C

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Otilia Barbosa

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Na linguagem C, declarar uma variável com o nome soma é diferente de declarar Soma, SOMA, sOma.

Verdadeiro
Falso
Hum... não sei

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Que mensagem será mostrada ao executar o comando printf("Hello world!\n"); ?

Hello world! \n
Hello world!
Hello world! n
Pare o mundo ....

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Os principais tipos de dados em C são?

char, string, integer, real, boolean
char, int, float, double

char, integer, boolean, real

são muitos tipos!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Considere a variável int cont=10; Quando executarmos cont++; qual será o valor da variável?

1
10
11
0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como podemos ler o seguinte comando if(x != 10) ?

se x for igual a 10
se x for diferente de 10
não sei!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das alternativas a seguir representa corretamente o uso do scanf para ler um número inteiro e armazená-lo na variável idade?

scanf("%d", idade);

scanf("%d", &idade);

scanf("%d", *idade);

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual das opções representa corretamente a leitura de dois números do tipo float e a exibição de sua soma?

float a, b;

scanf("%f %f", &a, &b);

printf("Soma: %f", a + b);

float a, b;

scanf("%f %f", a, b);

printf("Soma: %f", a + b);

float a, b;

scanf("%f %f", &a, &b);

printf("Soma: %d", a + b);

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?