while loops Intro2Java v1

while loops Intro2Java v1

9th Grade - University

7 Qs

quiz-placeholder

Similar activities

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

Programming Terminology

Programming Terminology

12th Grade

10 Qs

Quiz PTI Multimedia 23/24 Pertemuan 3-4

Quiz PTI Multimedia 23/24 Pertemuan 3-4

University

12 Qs

Documentos Comerciales

Documentos Comerciales

1st - 12th Grade

10 Qs

تكنولوجيا عاشر

تكنولوجيا عاشر

10th Grade

10 Qs

PythonQuiz2-Selection

PythonQuiz2-Selection

7th - 12th Grade

8 Qs

UAS Sistem Operasi Open Source

UAS Sistem Operasi Open Source

University

10 Qs

PERANGKAT UNTUK MENGAKSES INTERNET - KELAS IX

PERANGKAT UNTUK MENGAKSES INTERNET - KELAS IX

9th Grade

10 Qs

while loops Intro2Java v1

while loops Intro2Java v1

Assessment

Quiz

Computers

9th Grade - University

Medium

Created by

Brian Ciavarella

Used 9+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method1(3) ;

x = 5

x now = 8

x = 8

x now = 11

x = 3

x now = 6

x = 3

x now = 8

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method2() ;

x = 1

x = 2

x = 3

x = 4

x = 1

x = 2

x = 3

x = 4

x = 5

x = 1

x = 2

x = 3

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method3("Mr.C", 4) ;

str: Mr.C

str: -Mr.C

Mr.C, 4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method3("Mr.C", -10) ;

str: Mr.C

str: -Mr.C

Mr.C, 4

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method4(15,15);

The value is: 60

The value is: 30

The value is: 15

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output of:

method5( );

The sum is: 14

The sum is: 11

The value is: 8

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of: method6( );

* * * * *

* * * * *

x = 2

* * * * *

* * * * *

x = 3

* * * * *

* * * * *

* * * * *

x = 2