
Input/ Output Operations

Quiz
•
Computers
•
University
•
Hard
Anika Bhardwaj
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of these is used to perform all input & output operations in Java?
streams
Variables
classes
Methods
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of these is a type of stream in Java?
Integer stream
Short stream
Byte stream
Long stream
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of these classes are used by Byte streams for input and output operation?
InputStream
InputOutputStream
Reader
All of the mentioned
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of these classes are used by character streams for input and output operations?
InputStream
Writer
ReadStream
InputOutputStream
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of these class is used to read from byte array?
InputStream
BufferedInputStream
ArrayInputStream
ByteArrayInputStream
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Java program if input given is ‘abcqfghqbcd’?
class Input_Output
{
public static void main(String args[]) throws IOException {
char c;
BufferedReader obj = new BufferedReader(new InputStreamReader(System.in));
do {
c = (char) obj.read();
System.out.print(c);
}
while(c != 'q');
} }
abcqfgh
abc
abcq
abcqfghq
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Java program if input given is “abc’def/’egh”?
class Input_Output {
public static void main(String args[]) throws IOException {
char c;
BufferedReader obj = new BufferedReader(new InputStreamReader(System.in));
do {
c = (char) obj.read();
System.out.print(c);
}
while(c!='\'');
}
}
abc’
abcdef/’
abc’def/’egh
abcqfghq
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
TLE2 M1 Intro to Computer Servicing

Quiz
•
University
15 questions
CPA Flowchart Mastery

Quiz
•
7th Grade - Professio...
10 questions
Pop Quiz 3 (DFC40243)

Quiz
•
University
10 questions
Quiz Input dan Ouput C++

Quiz
•
University
12 questions
Computers

Quiz
•
KG - University
15 questions
N4 Theory - 2

Quiz
•
12th Grade - University
9 questions
BIOS review

Quiz
•
KG - University
10 questions
Introduction to Feedback and Control System

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University