CS_SE_practice

CS_SE_practice

Professional Development

28 Qs

quiz-placeholder

Similar activities

GLOBALIZATION

GLOBALIZATION

University - Professional Development

25 Qs

Cwis Cymru + Ymgynghoriad Soar

Cwis Cymru + Ymgynghoriad Soar

Professional Development

28 Qs

Words

Words

3rd Grade - Professional Development

24 Qs

final quiz

final quiz

Professional Development

26 Qs

Innatism

Innatism

Professional Development

23 Qs

Week 1 - Game

Week 1 - Game

Professional Development

25 Qs

Mock Test

Mock Test

Professional Development

24 Qs

History Vocab

History Vocab

8th Grade - Professional Development

23 Qs

CS_SE_practice

CS_SE_practice

Assessment

Quiz

World Languages

Professional Development

Medium

Created by

Preetha Sunil

Used 2+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

You must compile classes written in Java into

bytecode

bitcode

machine language

assembly code

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

All Java programming statements must end with a

period

comma

semicolon

closing parenthesis

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is a valid variable declaration in Java

int x = 32;

int 32x = 32 ;

xy1 = 32 ;

int xy1 = 32x ;

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Arguments to methods always appear within

parentheses

double quotation marks

single quotation marks

curly braces

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

    In a Java program, you must use _____________ to separate classes, objects, and methods.

commas

semicolons

dots

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

   Nonexecuting program statements that provide documentation are called _____________.

classes

notes

comments

commands

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

     Assuming you have declared shoeSize to be a variable of type int, which of the following is a valid assignment statement in Java?

    shoeSize = 9;

    shoeSize = 9.5;

      shoeSize = ′9′;

shoeSize = "nine";

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?