Java programming

Java programming

Professional Development

17 Qs

quiz-placeholder

Similar activities

FORMATIVE ASSESSMENT 2 OOPS

FORMATIVE ASSESSMENT 2 OOPS

Professional Development

15 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

JavaScript Essentials Quiz

JavaScript Essentials Quiz

Professional Development

16 Qs

UAS Android

UAS Android

Professional Development

20 Qs

Java Basics

Java Basics

Professional Development

17 Qs

Javascript Quiz

Javascript Quiz

Professional Development

15 Qs

coding quiz

coding quiz

5th Grade - Professional Development

20 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Java programming

Java programming

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Eleonor G.

Used 21+ times

FREE Resource

17 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Java statements: write the while loop, consider writing (expression) and {statements}

2.

FILL IN THE BLANK QUESTION

5 mins • 1 pt

Java statements: write the if else if statement, consider writing (expression) and {statements}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java String Methods:

LENGTH OF S

s.charAt(i)

s.length()

s.leght()

s.trim()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java String Methods:

search and replace s

s.toLow­erC­ase()

s.toUpp­erC­ase()

s.equals(s2)

s.replace(old, new)

5.

FILL IN THE BLANK QUESTION

5 mins • 1 pt

Java String Methods:

search and replace of s, use the words old and new for the strings

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java String Methods:

s.equals(s2)

what it returns?

true if s equals s2

false if s equals s2

cat

0 if equal

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create a variable of type String:

remember-> the process of creating a variable is called declaration

string nameVariable:

String nameVariable;

int i;

long decimal = 2.4;

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?