Text File Pop Quiz

Text File Pop Quiz

11th Grade

12 Qs

quiz-placeholder

Similar activities

Writing files in python

Writing files in python

9th - 12th Grade

13 Qs

Soal Ujian Komputer

Soal Ujian Komputer

10th - 12th Grade

10 Qs

ICT CHAPTER 11 Quizz

ICT CHAPTER 11 Quizz

11th Grade

13 Qs

Lesson 8: Multimedia

Lesson 8: Multimedia

11th Grade

10 Qs

Lesson 1 Database Basics

Lesson 1 Database Basics

9th - 11th Grade

10 Qs

Microsoft  Office Word

Microsoft Office Word

4th Grade - University

12 Qs

Reading & writing to a text file (Python)

Reading & writing to a text file (Python)

9th - 12th Grade

14 Qs

Adobe Illustrator Basics - Quiz 1

Adobe Illustrator Basics - Quiz 1

9th - 12th Grade

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