FontysVenlo - PRC1 - W01

FontysVenlo - PRC1 - W01

1st - 3rd Grade

13 Qs

quiz-placeholder

Similar activities

Quiz 1 - Kelas Industri Hummasoft

Quiz 1 - Kelas Industri Hummasoft

1st Grade

11 Qs

Тест №1

Тест №1

1st Grade

15 Qs

Algoritmo

Algoritmo

1st - 3rd Grade

12 Qs

SK T5: ULANG KAJI SPM BAHAGIAN B

SK T5: ULANG KAJI SPM BAHAGIAN B

3rd Grade

15 Qs

JAVA-STRINGS-VLITS

JAVA-STRINGS-VLITS

1st Grade

13 Qs

Java 1.3. Циклы и условия

Java 1.3. Циклы и условия

1st Grade

13 Qs

Programación Java

Programación Java

1st Grade

10 Qs

Estructura de control 1 parcial

Estructura de control 1 parcial

3rd Grade

17 Qs

FontysVenlo - PRC1 - W01

FontysVenlo - PRC1 - W01

Assessment

Quiz

Computers, Education

1st - 3rd Grade

Medium

Created by

Frank van Gennip

Used 11+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is NOT a higher programming language?

Java

C#

Assembler

C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is Java?

A pretty good coffee

An island in Indonesia

Stands for JSON Advanced Versioning Assembler

A programming language

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you compile a program with Java?

javap HelloWorld.java

javac HelloWorld.java

java HelloWorld.java

compile HelloWorld.java

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you correctly define a main-method in a Java class?

static public main(String[] args) { // some content }

public void static main(String[] args) { // some content }

public static void main(String[] args) { // some content }

static main void(String[] args) { // some content }

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How do you print out correctly text to the console?

System.out.println(Welcome to Java!);

System.out.println{"Welcome to Java!"};

System.out.println("Welcome to Java!");

System.out.println(\"Welcome to Java!\");

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is NOT a reserved keyword in Java?

class

main

public

static

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will NOT produce a Syntax Error?

System.out.println("Hello");

System.out.println("Hello")

System.out.println(Hello");

System.out.println(Hello)

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?