C sharp

C sharp

11th Grade

9 Qs

quiz-placeholder

Similar activities

TỪ BÀI TOÁN ĐẾN CHƯƠNG TRÌNH

TỪ BÀI TOÁN ĐẾN CHƯƠNG TRÌNH

11th Grade

10 Qs

資訊測驗-高年級

資訊測驗-高年級

10th - 12th Grade

11 Qs

BÀI TẬP T7 - KHỞI ĐỘNG

BÀI TẬP T7 - KHỞI ĐỘNG

10th - 12th Grade

10 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Tes keanggotaan pandu digital

Tes keanggotaan pandu digital

10th - 12th Grade

10 Qs

Podstawy Pythona

Podstawy Pythona

9th - 12th Grade

10 Qs

CSS (background-position-list)

CSS (background-position-list)

1st Grade - University

10 Qs

Типы данных

Типы данных

9th - 12th Grade

9 Qs

C sharp

C sharp

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Khaled Elsayed

Used 279+ times

FREE Resource

AI

Enhance your content in a minute

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

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

C# is an alias of C++

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The most common method to output something in C# is ....................

WriteLine()

Print

cout

cin

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you insert COMMENTS in C# code?

# This is a comment

// this a comment

/* This ia a comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The types of Variables who stores floating point numbers is ..............

int

char

double

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

String

Int

Double

Char

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

num x = 5;

int x = 5;

x = 5;

double x = 5;

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

int x = 2.8;

int x = 2.8D;

byte x = 2.8;

double x = 2.8D;

9.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The character must be surrounded by ......................

single quotes

Double quotes

Angle brackets

Square brackets