C# 1ST EXAM

C# 1ST EXAM

University

28 Qs

quiz-placeholder

Similar activities

java

java

University

24 Qs

python-2

python-2

University

23 Qs

Komputer Akuntansi

Komputer Akuntansi

University

25 Qs

สอบเก็บคะแนนครั้งที่ 2

สอบเก็บคะแนนครั้งที่ 2

University

24 Qs

Pretest - Wireless Technology

Pretest - Wireless Technology

University

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

QUIS APLIKASI PERKANTORAN

QUIS APLIKASI PERKANTORAN

University

25 Qs

PreTest Pelatihan Arduino dan IoT

PreTest Pelatihan Arduino dan IoT

University

25 Qs

C# 1ST EXAM

C# 1ST EXAM

Assessment

Quiz

Computers

University

Hard

Created by

أشرف شهاب

Used 3+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

int type in C# take a size from memory equal to___?

8

16

32

64

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

when assign value from int variable to float variable this conversion called

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

int i = 4, k = 2, c = 2;

c += c + k++ + (++i - ++c) * i++;

Console.WriteLine(c);

16

18

17

15

4.

MULTIPLE SELECT QUESTION

1 min • 2 pts

اكبر نوعين من الانواع المبينه هما

long

int

short

byte

5.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Media Image

int A = 1;

for (int i = 1; i <= 4; i++)

A += i;

Console.WriteLine(A);

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

string st = "MY NAME IS ABU SALEEM";

string newst = st.Substring(8, 6);

Console.WriteLine(newst);

NAME IS

SALEEM

BU SAL

IS ABU

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

Media Image

int A, B = 89;

A = (B < 90) ? 90 : B;

Console.WriteLine(A);

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?