Quizz YugiHacker

Quizz YugiHacker

10th Grade

14 Qs

quiz-placeholder

Similar activities

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

Array

Array

10th Grade

10 Qs

Dasar Pemrograman C++

Dasar Pemrograman C++

10th Grade

10 Qs

Операторы If и Switch в C++

Операторы If и Switch в C++

10th Grade

13 Qs

10 ԹԳՀԳ 2-րդ կիսամյակ ամփոփիչ գրավոր աշխատանք/ֆունկցիաներ/

10 ԹԳՀԳ 2-րդ կիսամյակ ամփոփիչ գրավոր աշխատանք/ֆունկցիաներ/

10th Grade

10 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

C++ References

C++ References

6th - 12th Grade

12 Qs

Elementele de bază ale limbajului C++

Elementele de bază ale limbajului C++

10th Grade

17 Qs

Quizz YugiHacker

Quizz YugiHacker

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Vũ Nhật

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Một byte gồm bao nhiêu bit

2

4

8

10

2.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Vòng for sau dừng lại khi i bằng bao nhiêu?

for (int i=1; i<=10; i++)

{

//

}

3.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Đổi số nhị phân sang thập phân: 11010

4.

FILL IN THE BLANK QUESTION

10 sec • 1 pt

Đổi số thập phân sang nhị phân: 13

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kết quả của biến a khi in ra là bao nhiêu?

int a = 'c';

cout << a;

c

100

99

3

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kết quả của a khi in ra là bao nhiêu?

int a = 1e9;

cout << a;

Chạy sinh lỗi

1000000000

1.9

1

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Kết quả khi in ra màn hình?

int a = 1000000, b = 12345;

cout << a * b;

1234500000

Chạy sinh lỗi

12345000000

-539901888

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?