Thao tác tệp trong C++

Thao tác tệp trong C++

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

tin 12 bài 3

tin 12 bài 3

12th Grade

20 Qs

Pemrograman Dasar

Pemrograman Dasar

10th Grade

15 Qs

Tệp và quản lí tệp

Tệp và quản lí tệp

10th Grade

15 Qs

file type

file type

10th Grade - University

15 Qs

Ôn tập Microsoft Word

Ôn tập Microsoft Word

10th Grade

20 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML podstawy

HTML podstawy

8th Grade - University

17 Qs

Thao tác tệp trong C++

Thao tác tệp trong C++

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Lương Thị Thế Trân THPT Trảng Bàng

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cấu trúc khai báo tệp để đọc là:

ifstream <biến tệp>;

ofstream <biến tệp>;

ifstream <tên tệp>;

ofstream <tên tệp>;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để làm việc với tệp, ta sử dụng thư viện nào dưới đây?

iostream

fstream

math.h

stdio.h

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cấu trúc khai báo tệp để ghi là:

ifstream <biến tệp>;

ofstream <biến tệp>;

ifstream <tên tệp>;

ofstream <tên tệp>;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ta có biến tệp TEP1 chứa 3 số a, b,c.

Câu lệnh để khai báo biến tệp là:

ifstream TEP1;

ofstream TEP1;

int a, b, c;

float a, b, c;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ta có biến tệp TEP1 dùng để ghi kết quả tính tổng.

Câu lệnh để khai báo biến tệp là:

ifstream TEP1;

ofstream TEP1;

int a, b, c;

float a, b, c;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cấu trúc mở tệp là:

<biến tệp> . open (<tên tệp>);

<tên tệp> . open (< biến tệp>);

<biến tệp> . close (<tên tệp>);

<tên tệp> . close (< biến tệp>);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cấu trúc đóng tệp là:

<biến tệp> . open (<tên tệp>);

<tên tệp> . open (< biến tệp>);

<biến tệp> . close ( );

<tên tệp> . close ( );

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?