Search Header Logo

FontysVenlo - PRC1 - W01

Authored by Frank van Gennip

Computers, Education

1st - 3rd Grade

Used 13+ times

FontysVenlo - PRC1 - W01
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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)

Access all questions and much more by creating a free account

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

Already have an account?