Files

Files

Professional Development

10 Qs

quiz-placeholder

Similar activities

AZ-204_Module 5: IAAS

AZ-204_Module 5: IAAS

Professional Development

7 Qs

Power Bi class day 5

Power Bi class day 5

Professional Development

10 Qs

PHP Questions: Bring your 'A' Game

PHP Questions: Bring your 'A' Game

Professional Development

10 Qs

Quiz CSA Monthly Meeting

Quiz CSA Monthly Meeting

Professional Development

10 Qs

Python list and file operation

Python list and file operation

Professional Development

12 Qs

Email Writing

Email Writing

Professional Development

10 Qs

Google Classroom for Teachers

Google Classroom for Teachers

KG - Professional Development

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