Text File Pop Quiz

Text File Pop Quiz

11th Grade

12 Qs

quiz-placeholder

Similar activities

KM4 Mock

KM4 Mock

7th - 12th Grade

10 Qs

InDesign Document Setup & Pages

InDesign Document Setup & Pages

9th - 12th Grade

15 Qs

Unit 1 Jan 2017 Question 4 preparation

Unit 1 Jan 2017 Question 4 preparation

11th Grade

10 Qs

File Formats

File Formats

9th - 12th Grade

15 Qs

Latihan Soal HTML

Latihan Soal HTML

11th Grade - University

10 Qs

MS Word Practice Exam 2, Projects 1 - 3

MS Word Practice Exam 2, Projects 1 - 3

11th - 12th Grade

12 Qs

Mengenal Sistem Operasi Linux

Mengenal Sistem Operasi Linux

9th - 12th Grade

12 Qs

Файлы в Pascal

Файлы в Pascal

11th Grade

12 Qs

Text File Pop Quiz

Text File Pop Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Amelia Havemann

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Text files are often used for a variety of purposes in programming, including ...

Storage

Processing Images

Creating Code

Connecting to a databse

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What application would you typically open a text file in?

MS Word

Notepad

MS Excel

Delphi

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What extension will a text file have?

.wrd

.text

.txt

.tfile

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which line of code would you use to display a text file using a TMemoBox component?

Memo1.Lines.SaveToFile('MyTextFile.txt');

RichEdit1.Lines.SaveToFile('MyTextFile.rtf');

Memo1.Lines.LoadFromFile('MyTextFile.txt');

RichEdit1.Lines.LoadFromFile('MyTextFile.rtf');

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which line of code would you use to save a text file using a TRichEdit component?

Memo1.Lines.SaveToFile('MyTextFile.txt');

RichEdit1.Lines.SaveToFile('MyTextFile.rtf');

Memo1.Lines.LoadFromFile('MyTextFile.txt');

RichEdit1.Lines.LoadFromFile('MyTextFile.rtf');

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is happening in the line of code below?

Var
     <fileVariableName>: Textfile;

We are writing to a text file.

We are creating a report from a text file.

We are writing a report to a text file.

We are declaring our text file as a variable.

7.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Which of the following is/are an example/s of a delimiter used in a text file?

Tab

Semi-colon

Comma

Colon

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?