Search Header Logo

Quiz sobre Sintaxe Básica em C#

Authored by Roseli Araújo

Information Technology (IT)

Professional Development

Used 1+ times

Quiz sobre Sintaxe Básica em C#
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a extensão de um arquivo de código-fonte em C#?

.java

.cs

.py

.cpp

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a palavra-chave usada para declarar uma classe em C#?

class

struct

interface

enum

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como você declara uma variável inteira chamada "numero" em C#?

int numero;

integer numero;

var numero;

num numero;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o operador de atribuição em C#?

==

=

:=

<=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como você escreve um comentário de linha única em C#?

//

/*

#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a saída do seguinte código C#? ```csharp int x = 5; int y = 10; Console.WriteLine(x + y); ```

15

510

5 + 10

50

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a palavra-chave usada para criar um método em C#?

function

def

method

void

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?