FontysVenlo - PRC1 - W03

FontysVenlo - PRC1 - W03

1st - 3rd Grade

12 Qs

quiz-placeholder

Similar activities

Computer Quiz class 3

Computer Quiz class 3

2nd - 3rd Grade

10 Qs

ArrayList Class

ArrayList Class

KG - 5th Grade

15 Qs

Quiz 1

Quiz 1

1st - 3rd Grade

14 Qs

Remedial PAS Kelas X

Remedial PAS Kelas X

1st Grade

10 Qs

AV5 _3.TEC -  3 TRI SLIDES 80_86 - Programação BACK END

AV5 _3.TEC - 3 TRI SLIDES 80_86 - Programação BACK END

2nd Grade

14 Qs

Pengenalan kepada komputer(perkakasan)

Pengenalan kepada komputer(perkakasan)

1st - 12th Grade

15 Qs

software hardware

software hardware

3rd Grade

17 Qs

Informatika Kelas 8

Informatika Kelas 8

1st - 10th Grade

15 Qs

FontysVenlo - PRC1 - W03

FontysVenlo - PRC1 - W03

Assessment

Quiz

Education, Computers

1st - 3rd Grade

Hard

Created by

Frank van Gennip

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which usage of a Scanner for reading input is correct?

Scanner input = new Scanner('System.in');

Scanner input = new Scanner( nextLine());

Scanner input = new Scanner("first line!\nsecond line!");

Scanner input = new Scanner();

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement regarding the DEBUGGER is NOT correct?

The debugger can be used to execute a program step-by-step

Using the debugger, you can "Step INTO" methods.

In using the debugger, you typically set BREAKPOINTS

Experienced programmers don't need a debugger

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the following operator mean? Operator: ||

NOT EQUAL TO

LOGICAL AND

LOGICAL OR

CONCATENATE

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement regarding an ARRAY is NOT correct?

An array is a fixed size data structure

The "size" is retrieved using <arrayName>.size()

The first element in an array is on index 0

An array can be processed using a for-each loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement regarding the ArrayList datatype is NOT correct?

An element in an ArrayList can be accessed using the <name>[index] notation (e.g. namesList[4])

An ArrayList is a dynamic wrapper around an array

ArrayList objects are resized automatically when necessary

ArrayLists can only contain a ReferenceType (e.g. ArrayList<String>)

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement is correct?

The value 3 can't be stored in an ArrayList

An Integer value can not be stored in an Array

Integer is a wrapper type around the primitive int data type

When you want to assign value 3 to a variable of type Integer, you have to do manual "boxing"

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What will be printed out on the Console if you run the following code (see picture) ?

true true false false

false false true true

true false true false

false true false true

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Education