NTOPR152 Leereenheid 2

NTOPR152 Leereenheid 2

University

15 Qs

quiz-placeholder

Similar activities

LIS 115

LIS 115

University

15 Qs

Informatik und Trends Quiz VII

Informatik und Trends Quiz VII

University

20 Qs

Tut04

Tut04

University

15 Qs

Java OOP Quiz

Java OOP Quiz

University

10 Qs

C# Casting, Converting, and Parsing Quiz

C# Casting, Converting, and Parsing Quiz

University

15 Qs

Informatik und Trends Quiz IX

Informatik und Trends Quiz IX

University

20 Qs

Sem 2 IT Test 1

Sem 2 IT Test 1

12th Grade - University

10 Qs

Webinar SECOMP 2025

Webinar SECOMP 2025

University

10 Qs

NTOPR152 Leereenheid 2

NTOPR152 Leereenheid 2

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Tina Niekerk

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wat is die korrekte manier om die huidige datum in Java te kry?

new Date()

LocalDate.now()

Calendar.getDate()

Date.now()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Watter klas gee jou net die tyd (sonder datum)?

 LocalDateTime

Date

LocalTime

Calendar

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Watter metode gebruik jy om die huidige datum en tyd te kry?

LocalDateTime.now()

Date.now()

Instant.dateTime()

Time.now()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wat is die uitvoer van: System.out.println(Math.pow(2, 4));

6

8

16

24

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wat is die uitvoer van: System.out.println(Math.round(3.6));

3

4

5

6

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Wat is die korrekte manier om twee BigInteger waardes op te tel?

a + b

a.add(b)

a.plus(b)

BigInteger.sum(a, b)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Watter metode word gebruik om te deel met afronding in BigDecimal?

divideWithRounding()

divide(scale, roundingMode)

split(scale, roundingMode)

roundDivide(scale)

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?