Basics of Programming in Java (CH.9)

Basics of Programming in Java (CH.9)

University

45 Qs

quiz-placeholder

Similar activities

PRACTICE TEST- 10 - ROUND-1

PRACTICE TEST- 10 - ROUND-1

University

50 Qs

Psychological Statistics Quiz

Psychological Statistics Quiz

University

45 Qs

AJP Vidyalankar Polytechnic CHP 5 Part 1

AJP Vidyalankar Polytechnic CHP 5 Part 1

University

47 Qs

BCA Quizzler

BCA Quizzler

University

50 Qs

Project Associate fresher Software Development

Project Associate fresher Software Development

University

50 Qs

JavaScript-ITELECTIVE

JavaScript-ITELECTIVE

University

50 Qs

Senior Software Developers Assessment

Senior Software Developers Assessment

University

40 Qs

RIA Mock ver 3

RIA Mock ver 3

University - Professional Development

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