Search Header Logo

Basic Operators and Operator Precedence

Authored by Alfred Brian Bautista

Computers

Professional Development

Used 7+ times

Basic Operators and Operator Precedence
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the purpose of the Scanner class in Java?

To create graphical user interfaces

To read data from the standard input device

To manage memory allocation

To write data to files

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which statement is used to import the Scanner class?

import Scanner;

import java.Scanner;

import java.util.*;

import java.util.Scanner;

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does the following statement do? Scanner input = new Scanner(System.in);

Declares a variable of type Scanner

Creates a new input stream

Creates a Scanner object associated with the keyboard

Imports the Scanner class

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which method retrieves input as a double?

nextFloat()

nextInt()

nextDouble()

nextLine()

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does the next() method return?

The next complete token as a String

The next line of data

A double value

A short value

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

How do you retrieve a single character from the keyboard?

Use nextLine()

Use next().charAt(1)

Use nextChar()

Use next() and charAt(0)

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What does the print() method do?

Formats output

Reads input from the user

Displays output and moves to a new line

Displays output without moving to a new line

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?