Compro2 (Midterm) File, Input, Output

Compro2 (Midterm) File, Input, Output

University

20 Qs

quiz-placeholder

Similar activities

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

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

Revissão - Linguagem C (str, fun, stru, vt+mt,)

Revissão - Linguagem C (str, fun, stru, vt+mt,)

University

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

C++ Functions Quiz

C++ Functions Quiz

University

23 Qs

Java Basics, operators and variables (CH/PT)

Java Basics, operators and variables (CH/PT)

University

16 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

10th Grade - University

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