Basics of Programming in Java (CH.9)

Basics of Programming in Java (CH.9)

University

45 Qs

quiz-placeholder

Similar activities

Senior Software Developers Assessment

Senior Software Developers Assessment

University

40 Qs

IT 310 - MIDTERM EXAMINATION

IT 310 - MIDTERM EXAMINATION

University

50 Qs

RIA Mock ver 3

RIA Mock ver 3

University - Professional Development

40 Qs

Java

Java

University - Professional Development

42 Qs

Psychological Statistics Quiz

Psychological Statistics Quiz

University

45 Qs

Quiz Teaching Aptitude

Quiz Teaching Aptitude

University

40 Qs

Research Methodology Test

Research Methodology Test

University

50 Qs

OOP Midterms

OOP Midterms

University

50 Qs

Basics of Programming in Java (CH.9)

Basics of Programming in Java (CH.9)

Assessment

Quiz

Other

University

Hard

Created by

J Gabe

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correctly written Java statement?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Examine the following code. What is missing on the ''if statement''?

  1. An ''end if'' statement

  1. Brackets/braces

  1. An ''else statement''

  1. A semicolon

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The compiler is giving an error on the following statement. Why?

  1. Missing brackets

  1. Missing semicolon

  1. Missing a value

  1. Missing a variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Java statement can be thought of as which one of the following?

  1. An expression

  1. A prompt

  1. An instruction

  1. A loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of statement is the following?

  1. Control

  1. Assignment

  1. Integer

  1. Void

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the return value declared in a method?

  1. By the data type alone after the method name

  1. By the data type alone before the method name

  1. By the data type and the variable name following the method name

  1. By the data type and variable names in parentheses

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT true about a method in Java?

  1. Java methods can have no parameters

  1. Java methods can return more than one value

  1. Java methods can have more than one parameter

  1. Java methods can return no values

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?