Search Header Logo

C# Data Types

Authored by Khaled Elsayed

Computers

11th Grade

Used 16+ times

C# Data Types
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which data type is used to create a variable that should store text?

str

string

myString

Txt

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you create a variable with the numeric value 5?

double x = 5;

num x = 5

int x = 5;

x = 5;

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you create a variable with the floating number 2.8?

byte x = 2.8

double x = 2.8D;

int x = 2.8;

int x = 2.8D;

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which operator is used to add together two values?

The + sign

The * sign

The & sign

The & sign

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The value of a string variable can be surrounded by single quotes.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a correct syntax to output "Hello World" in C#?

Console.WriteLine("Hello World");

print ("Hello World");

System.out.println("Hello World");

cout << "Hello World";

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?