AppsLab_Q2
Quiz
•
Computers
•
10th Grade - Professional Development
•
Hard
Peter Milovcik
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pomocou ktorého príkazu je možné vytvoriť prázdny zoznam reťazcov?
var list = new List<string>{ "A", "B", "C" };
var list = new List<string>;
var list = new List<string>();
var list = new List<string>{};
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ktorá odpoveď správne zapisuje foreach cyklus?
foreach (item in items) { /* .. */ }
foreach (var item of items) { /* .. */ }
foreach (var item in items) { /* .. */ }
foreach (item of items) { /* .. */ }
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Akým príkazom je možne pridať reťazec do listu, ktorý je typu List<string>?
list.AddRange("A");
list += "A";
list.Insert("A");
list.Add("A");
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Pomocou akého príkazu je možné zistiť v liste typu List<string> index reťazca "A"?
list.IndexOf("A");
list.Index("A");
list["A"];
list.GetIndex("A");
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Akým spôsobom je možné zistiť počet záznamov v liste, ktorý je typu List<int>?
int n = list.Length;
int n = list.Count();
int n = list.Count;
int n = list.Length();
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Akým spôsobom je možné vyprázdniť zoznam, ktorý je typu List<double>?
list.Destroy();
list.RemoveAll();
list.Clear();
list.Clean();
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Akým spôsobom je možné zistiť, či zoznam obsahuje zadaný záznam?
list.Has(item);
list.Contains(item);
list.Exists(item);
list.Contain(item);
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
C# ponavljanje
Quiz
•
12th Grade
11 questions
Powerpoint - opakovanie
Quiz
•
12th Grade
9 questions
HTML
Quiz
•
9th - 12th Grade
12 questions
Sequencing, Selection and Iteration
Quiz
•
8th - 10th Grade
10 questions
Internet
Quiz
•
7th - 10th Grade
10 questions
L'ordinateur Partie 2
Quiz
•
12th Grade
15 questions
4. razred TŠRB - KRMIS - Uvod u DNS
Quiz
•
12th Grade
10 questions
Apps en E-services intro
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade