Begginer's quizz

Begginer's quizz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Klassen und Objekte

Klassen und Objekte

Professional Development

10 Qs

DL Refresher

DL Refresher

KG - Professional Development

10 Qs

Trg@home 1

Trg@home 1

Professional Development

10 Qs

Topic Quiz-1 : Python Basics

Topic Quiz-1 : Python Basics

Professional Development

10 Qs

Excel for Business Q3

Excel for Business Q3

Professional Development

15 Qs

Mothers Competition

Mothers Competition

Professional Development

10 Qs

Power Apps Introduction

Power Apps Introduction

Professional Development

10 Qs

JS

JS

Professional Development

15 Qs

Begginer's quizz

Begginer's quizz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Roman Popper

Used 3+ times

FREE Resource

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

Media Image

Č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

Media Image

Čo bude vypísané na Console po vykonaní kódu na obrázku?

012345

12345

01234

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?