Программирование C#

Quiz
•
Computers
•
1st - 10th Grade
•
Medium
Used 286+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли ?
string str = "zqwyrqwou";
char ch = str[4];
Console.WriteLine(ch);
z
q
w
r
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли после выполнения данной программы?
char ch = (char)125;
Console.WriteLine(ch);
125
15
char
}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой из типов данных хранит 1 символ?
char
int
float
class
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку с ошибкой.
while(true){}
while(1 == 1){}
while(int 1){}
while(false){}
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных float?
12.5
string
=
void
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как правильно создать массива float?
float[] array =new string[10];
float[] array =new float[10];
float[] array = 1;
float[] =new float[10] array;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных int?
1.5
0.5 * 3
2
string
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
L1 Console, Variables and Creating a Program

Quiz
•
8th Grade
10 questions
Test C++

Quiz
•
10th Grade
10 questions
Java-Quiz1

Quiz
•
10th Grade
10 questions
Programação em C

Quiz
•
10th - 12th Grade
10 questions
Diagnoza - klasa 8

Quiz
•
1st - 6th Grade
15 questions
ASK Tingkatan 2 - Bab 003 (3.1.1-3.1.2)

Quiz
•
7th - 9th Grade
15 questions
Tipe Data dalam Basisdata

Quiz
•
1st - 12th Grade
15 questions
Quiz Pemograman UTS

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade