C# Data Types and Identifiers Quiz 2

C# Data Types and Identifiers Quiz 2

12th Grade

40 Qs

quiz-placeholder

Similar activities

XI 300425 Uji Pemahaman Algoritma Pemrograman

XI 300425 Uji Pemahaman Algoritma Pemrograman

10th Grade - University

40 Qs

Unong Special Quiz

Unong Special Quiz

12th Grade

40 Qs

Fundamentals of Problem Solving EXAM

Fundamentals of Problem Solving EXAM

12th Grade

45 Qs

C# Data Types and Identifiers Quiz 2

C# Data Types and Identifiers Quiz 2

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Rachel J. Vergara

Used 2+ times

FREE Resource

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);

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?