C# alapok 2

Quiz
•
Computers
•
11th Grade
•
Hard
Viktor Kovács
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hogyan kell a C#-ban elnevezni a változókat?
PascalCase
camelCase
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Melyik karakter jelzi az escape kezdetét?
#
\
$
+
3.
MULTIPLE CHOICE QUESTION
45 sec • 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
30 sec • 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
45 sec • 1 pt
Mi fog történni az alábbi utasításnál?
int num = int.Parse(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 minden esetben lefut a kód.
7.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Mi az alábbi utasítás rövidebb formája?
x = x + 7;
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
10 questions
Session 1

Quiz
•
9th - 12th Grade
17 questions
Computer Sci Programming C# 1 -Data Types and Variables

Quiz
•
8th - 12th Grade
15 questions
HTML teszt

Quiz
•
7th - 12th Grade
20 questions
Q4 Exam Cumulative

Quiz
•
10th - 11th Grade
12 questions
Variables in coding pt. 1

Quiz
•
9th - 12th Grade
10 questions
VLAN

Quiz
•
11th Grade
16 questions
Understanding C# Conditional Statements

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade