C# dolgozat

C# dolgozat

11th Grade

15 Qs

quiz-placeholder

Similar activities

introducción a al programación

introducción a al programación

University

10 Qs

C Programming - Quiz

C Programming - Quiz

University

20 Qs

Ilmu Pengetahuan Umum

Ilmu Pengetahuan Umum

12th Grade

10 Qs

Asas Arduino

Asas Arduino

University

20 Qs

python для новичков

python для новичков

4th - 11th Grade

13 Qs

Python Coding Contest

Python Coding Contest

University

20 Qs

Teste Java 1

Teste Java 1

University

20 Qs

ECONOMIA POLITICA

ECONOMIA POLITICA

University

11 Qs

C# dolgozat

C# dolgozat

Assessment

Quiz

Education

11th Grade

Easy

Created by

Martin Isaac

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik az új sor escape karaktere?

\r

\n

\t

\\

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik változó elnevezése megfelelő?

int NumVariable;

int numVariable;

int numvariable;

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Melyik karaktert kell a string elé helyezni az alábbi összefűzés használatához?

"Ma {nap} van, {ora}:{perc}-kor mehetünk haza."

@

\

$

+

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A konzolon az alábbi szöveg jelenik meg:

\\HBSZD01

Melyik utasítással írtuk ki a konzolra?

Console.WriteLine(

$"\\HBSZD01");

Console.WriteLine(

"\\\\HBSZD01");

Console.WriteLine(

""\\HBSZD01"");

Console.WriteLine(

@"\\\\HBSZD01");

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Az alábbiak közül melyik utasítás okoz fordítási hibát?

Console.WriteLine(

"Ez egy idézet.");

Console.WriteLine(

@"""Ez egy idézet""");

Console.WriteLine(

"\"Ez egy idézet\"");

Console.WriteLine(

""Ez egy idézet"");

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Mi fog történni az alábbi utasításnál?

int num = Convert.ToDouble(Console.ReadLine());

Lefordul a kód, de hiba lehet, ha felhasználó nem egész számot ad meg a bemeneten.

Hiba, nem fordul le a kód.

Lefordul és lefut a kód.

7.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

Mi az alábbi utasítás rövidebb formája?

x = x + 3;

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?