
Begginer's quizz
Authored by Roman Popper
Computers
Professional Development
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Koľko rôznych hodnôt môže byť uložených v premennej typu bool?
4
2
veľa
1
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Ktorý zápis sa dá použiť pre deklaráciu poľa integerov?
int[] array1 = new int[5];
int[] array2 = new int[] { 1, 3, 5, 7, 9 };
int[] array3 = { 1, 2, 3, 4, 5, 6 };
int[] array4 = new int[5] { 1, 3, 5, 7, 9 };
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ktorý príkaz pre výpis vety: "My name is Jayce" na Consolu NIE je správny?
Console.WriteLine("My name is Jayce");
string name = "Jayce";
Console.WriteLine( "My name is {name}" );
string name = "Jayce";
Console.WriteLine(string.Format("My name is {0}", name));
string name = "Jayce";
Console.WriteLine( $"My name is {name}" );
string name = "Jayce";
Console.WriteLine( "My name is " + name );
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Pre prácu s číslami môžeme použiť premenná typu:
int
char
double
short
bool
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Príkaz int a = 5.0; ..
bude fungovať
nebude fungovať
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Čo bude vypísané na Console po vykonaní kódu na obrázku?
The answer is not greater than 10
The answer is greater than 10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Čo bude vypísané na Console po vykonaní kódu na obrázku?
012345
12345
01234
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?