Compro2 (Midterm) File, Input, Output

Compro2 (Midterm) File, Input, Output

University

20 Qs

quiz-placeholder

Similar activities

Java File I/O Quiz

Java File I/O Quiz

University

20 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

programmazione fino ai cicli 3C

programmazione fino ai cicli 3C

11th Grade - University

15 Qs

Codean - Java Loop

Codean - Java Loop

University

17 Qs

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

ООПСӨЖ12

ООПСӨЖ12

University

20 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Fundamentals of programming Quiz

Fundamentals of programming Quiz

University

25 Qs

Compro2 (Midterm) File, Input, Output

Compro2 (Midterm) File, Input, Output

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Jan Eric Paghubasan

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

It is a complete path that does not need any information to locate a file on a system.

absolute path

relative path

2.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

depends on other path information. When working with a path containing only a filename, the file is assumed to be in the same folder as the program using it.

absolute path

relative path

3.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Returns the String representation of the path, eliminating double backslashes.

Also, the toString() method is overridden from the Object class.

Path getName(int)

Path getFileName()

String toString()

int getNameCount()

4.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Returns the file or directory denoted by this Path; the last item in the sequence of name elements. This is frequently a filename but also a folder name.

Path getName(int)

Path getFileName()

String toString()

int getNameCount()

5.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Returns the number of name elements in the Path.

Path getName(int)

Path getFileName()

String toString()

int getNameCount()

6.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

Returns the name in the position of the Path specified by the integer parameter

Path getName(int)

Path getFileName()

String toString()

int getNameCount()

7.

MULTIPLE CHOICE QUESTION

5 mins • 2 pts

An abstract class that contains methods for performing input.

InputStream

FileInputStream

BufferedInputStream

OutputStream

FileOutputStream

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?