Тест по C#

Тест по C#

University

14 Qs

quiz-placeholder

Similar activities

Викторина по строкам в Java

Викторина по строкам в Java

University

12 Qs

Динамические библиотеки

Динамические библиотеки

University

10 Qs

Java Operators

Java Operators

University

14 Qs

Array

Array

University

11 Qs

C Basics

C Basics

University

12 Qs

Python

Python

6th Grade - University

15 Qs

java quiz on Encapsulation and Abstraction

java quiz on Encapsulation and Abstraction

University

10 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Тест по C#

Тест по C#

Assessment

Quiz

Computers

University

Medium

Created by

Александр Козулин

Used 11+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Какие циклы существуют в языке C#

for, while

for, while, do while, foreach

for, while, do while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Правильное объявление условного оператора if

if(a==b);

{

//действие

}

if(a=b)

{

//действие

}

if(a==b)

{

//действие

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Обозначение оператора «И»:

&

&&

and

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Обозначение оператора «ИЛИ»:

!+

!=

||

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Обозначения оператора «НЕ»:

No

!

not

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Как сделать декрементацию числа:

!=

--

%%

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Чему равен d, если int a = 0; int b = a++; int c = 0; int d = a + b + c + 3;

4

false

true

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?