Files

Files

Professional Development

10 Qs

quiz-placeholder

Similar activities

Bekerja di Awan Biru Hari 1

Bekerja di Awan Biru Hari 1

Professional Development

10 Qs

Quiz 2 Internship on Fundamentals of Python

Quiz 2 Internship on Fundamentals of Python

Professional Development

15 Qs

AZ-204_Module 5: IAAS

AZ-204_Module 5: IAAS

Professional Development

7 Qs

Nodejs Core Modules

Nodejs Core Modules

Professional Development

15 Qs

python file handling

python file handling

Professional Development

10 Qs

Linux Practice Quiz 3

Linux Practice Quiz 3

Professional Development

12 Qs

Technical Quizz

Technical Quizz

Professional Development

15 Qs

Out Of Scope evaluation

Out Of Scope evaluation

Professional Development

10 Qs

Files

Files

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Elankayer Sithirasenan

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Non-volatile information is stored as

Lists

Variables

Arrays

Files

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Commonly used extension for plain text files is

bin

doc

txt

png

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Commonly used extension for comma separated values file is

txt

csv

bin

zip

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Text files

can be read sequential

can be read random

can be read hybrid

cannot be read

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

inputFile = open("data.txt", "r")

the "r" in the above statement is used to specify

write to file

create file

overwrite file

read from file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

outFile = open("date.txt", "w")

what is incorrect in regards to "w" in the above statement ?

write file

create file

overwrite file

read from file

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements is incorrect in regards to CSV files ?

each line contains a set of values

the values are separated by commas

sometimes the first row is a "header"

can be read randomly

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?