Search Header Logo

C# Data Types and Identifiers Quiz 2

Authored by Rachel J. Vergara

Information Technology (IT)

12th Grade

Used 2+ times

C# Data Types and Identifiers Quiz 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid identifier in C#?

1number

firstName

class

new

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What keyword is used to declare a constant in C#?

var

static

const

final

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a C# keyword?

score

data

length

public

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these cannot be used as an identifier unless prefixed with @?

PI

class

Temp_1

dataType

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What happens if you try to assign a new value to a constant?

The value changes

A compilation error occurs

The value is updated at runtime

Nothing happens

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data type stores a single Unicode character?

string

bool

int

char

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct syntax to declare a variable of type int with a value of 25?

int age = 25;

int = 25 age;

25 = int age;

int age(25);

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?