KSP-1

KSP-1

1st Grade

20 Qs

quiz-placeholder

Similar activities

Python - тест

Python - тест

1st - 12th Grade

15 Qs

REVIEW TEST

REVIEW TEST

1st Grade

15 Qs

Java March

Java March

KG - University

16 Qs

UAS Logika dan Algoritma Pemrograman

UAS Logika dan Algoritma Pemrograman

1st Grade - University

15 Qs

Competition_Formakt_Final

Competition_Formakt_Final

1st Grade

20 Qs

แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

แบบทดสอบท้ายเรื่องที่ 1 ภาษาไพธอน

1st Grade

15 Qs

Layihə

Layihə

1st - 10th Grade

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

KSP-1

KSP-1

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Kamil Əhmədov

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 1: Aşağıdakı proqramın çıxışı nə olacaq?

 

public static void Main()

{

    int i;

    Console.WriteLine(i);

}

Random value

0

Runtime error   

Compile-time error

2.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 2: Aşağıdakı kodun çıxışı nə olacaq?

 

int i = 5, j;

Console.WriteLine(j=i*2);

0

10

Runtime error

Compile-time error

3.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 3: Aşağıdakı proqramın çıxışı nə olacaq?

 

public static void Main()

{

            int k;

            display(k);

}

           

static void display(int val = 0)

{

            Console.Write(val);

}

null

0

  Compile-time error

Runtime error

4.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 4: Aşağıdakılardan hansı açar söz, dəyişənin tipinin kompilyator tərəfindən avtomatik müəyyən ediləcəyi dəyişəni elan etmək üçün istifadə olunur?dynamic  

var

this   

null

5.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 5: Aşağıdakılardan hansı məlumat növləri maksimum müsbət və ya mənfi, tam və ya ondalıq dəyəri ehtiva edə bilər?double  

long

decimal

BigInteger

6.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 6: Aşağıdakı proqramın çıxışı nə olacaq?

 

public static void Main(string[] args)

{

    int a = 1, b = 2, c = 3;

 

    Console.Write ((a*b)+(b*c));  

    Console.Write ((a*b)+(b*c)-c);  

}

·8, 5

9, 5

7,5

   9,6

7.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Sual 7: Namespace-də varsayılan giriş modifikatoru hansıdır?

Public  

Private

Internal

Protected

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?