Trắc Nghiệm NNLT C++

Trắc Nghiệm NNLT C++

9th Grade

26 Qs

quiz-placeholder

Similar activities

C++Bien_pheptoan_CB

C++Bien_pheptoan_CB

1st Grade - University

21 Qs

Q - Introducere C++

Q - Introducere C++

9th Grade

25 Qs

Итоговый тест 2023

Итоговый тест 2023

9th - 12th Grade

22 Qs

ASK KOD ARAHAN

ASK KOD ARAHAN

7th - 9th Grade

23 Qs

Operatori si expresii - Evaluare sumativa

Operatori si expresii - Evaluare sumativa

9th Grade

26 Qs

Scratch 5

Scratch 5

5th Grade - University

22 Qs

CSDC_TEST

CSDC_TEST

KG - Professional Development

25 Qs

Programim IX 2023

Programim IX 2023

9th Grade

24 Qs

Trắc Nghiệm NNLT C++

Trắc Nghiệm NNLT C++

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Nguyễn Hữu Hậu

Used 4+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cấu trúc của một chương trình trong NNLT C++ gồm:

Phần khai báo và phần thân

Phần khai báo

Phần thân

Tất cả đều đúng.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Khai báo thư viện là:

#include

using namespace std;

long long int x;

int main()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Khai báo biến số thực cho biến x là:

long double x;

long double y;

long long int x;

long long int y;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Phần thân chương trình bắt đầu bằng:

int main() { …. }

#include

using namespace std;

long long int y;

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Để nhập dữ liệu cho biến ta dùng lệnh:

cin>>

cout<<

return 0;

long long int

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Để xuất dữ liệu cho biến ta dùng lệnh:

cout<<

cin>>

return 0;

long long int

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Trong C++, Dữ liệu kiểu số nguyên ta khai báo?

long long int

long double

bool

Tất cả đều đúng.

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?