Basic Operators and Operator Precedence

Basic Operators and Operator Precedence

Professional Development

20 Qs

quiz-placeholder

Similar activities

HARDWARE

HARDWARE

Professional Development

20 Qs

Java Chapter 2 Review Questions

Java Chapter 2 Review Questions

Professional Development

22 Qs

class 8

class 8

Professional Development

20 Qs

Diego Computer Class 9/24 Bellwork

Diego Computer Class 9/24 Bellwork

KG - Professional Development

15 Qs

KUIS PERANGKAT INPUT KOMPUTER KELAS VII

KUIS PERANGKAT INPUT KOMPUTER KELAS VII

1st Grade - Professional Development

17 Qs

Computers

Computers

University - Professional Development

20 Qs

CYBER SECURITY

CYBER SECURITY

Professional Development

20 Qs

basic arduino

basic arduino

Professional Development

20 Qs

Basic Operators and Operator Precedence

Basic Operators and Operator Precedence

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alfred Brian Bautista

Used 7+ times

FREE Resource

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

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?