C# lesson10

Quiz
•
Computers
•
1st - 10th Grade
•
Hard
Used 30+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку с правильно созданным массивом.
int[] array = new int[return = ""];
int[] array = new int[public bool];
int[] array = new int[6];
int array = new int;
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку с правильно созданным циклом.
for(int; i = 0;i++){}
for(i++){}
for(int i = 0; i = 0;i++){}
for(int i = 0; i < 10;i++){}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строку где допущены ошибки.
int a = 54;
float b = 23.4f;
string c = "str123";
int a = 4;
float b = 4f;
string c = "4";
int a = 5.5;
float b = 4f;
string c = 4;
int a = 51;
float b = 4.6f;
string c = "";
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как правильно создать метод?
public void method(int a, int b){}
public method(int a, int b){}
public void method(a,b ){}
method(int a, int b){}
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Выберите методы с возвращаемым значением.
public int method(int a, int b)
public void method(int a, int b)
public float method(int a, int b)
public string method(int a, int b)
public void method(int a, int b)
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что выведет программа на консоль ?
string str = "qwert";
Console.WriteLine(str[3]);
q
w
e
r
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку без ошибок .
if (4 > ""){}
if (4 = 4){}
if (214 > 12 * 4){}
if (4213){}
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
TypeScript - змінні та типи

Quiz
•
8th Grade
11 questions
JS general concepts - quiz 7th

Quiz
•
7th Grade
12 questions
CodeHS 3.5 String Methods

Quiz
•
9th - 12th Grade
11 questions
Java Printing Quiz

Quiz
•
8th Grade
15 questions
JavaScript#1

Quiz
•
9th - 12th Grade
15 questions
Python CodeHS Standards: Number Guessing Game

Quiz
•
10th Grade
11 questions
Project STEM AP CS A Unit 1 Quiz Review

Quiz
•
9th - 12th Grade
11 questions
Learning Variables

Quiz
•
9th - 12th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
12 questions
3-5 Digital Citizenship: Appropriate Use

Quiz
•
3rd - 5th Grade
10 questions
Keyboard Typing

Quiz
•
4th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade