Trắc Nghiệm NNLT C++

Trắc Nghiệm NNLT C++

9th Grade

26 Qs

quiz-placeholder

Similar activities

Introduction to Programming

Introduction to Programming

9th - 12th Grade

25 Qs

Scratch 5

Scratch 5

5th Grade - University

22 Qs

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

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

9th - 12th Grade

22 Qs

HÀM LOGIC

HÀM LOGIC

1st - 12th Grade

26 Qs

Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

Tin 11. Kiểu mảng

Tin 11. Kiểu mảng

KG - 12th Grade

23 Qs

for loops quiz coding

for loops quiz coding

9th - 12th Grade

23 Qs

Intro to CS Unit 3 Review

Intro to CS Unit 3 Review

9th - 12th Grade

25 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?