java level one

java level one

7th Grade

23 Qs

quiz-placeholder

Similar activities

Beginners_Assessment

Beginners_Assessment

5th - 9th Grade

25 Qs

SOAL RPL

SOAL RPL

1st - 10th Grade

24 Qs

flutter

flutter

1st - 12th Grade

25 Qs

8th grade CS exam

8th grade CS exam

7th - 9th Grade

20 Qs

Информатика 8-9 класс

Информатика 8-9 класс

6th - 9th Grade

19 Qs

IOT & AI

IOT & AI

7th - 9th Grade

20 Qs

Im proud of Indonesia kelas 7

Im proud of Indonesia kelas 7

7th Grade

20 Qs

Viraaj-Q2

Viraaj-Q2

7th Grade

20 Qs

 java level one

java level one

Assessment

Quiz

Education

7th Grade

Medium

Created by

Rania Khaled

Used 5+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is programming?

Programming is the process of creating instructions for a computer to execute.
Programming is the process of designing buildings and structures.
Programming is a type of exercise routine.
Programming is a form of cooking food.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is binary (machine language)?

A high-level programming language

A language used for web development

A low-level language that uses 0s and 1s to represent instructions and data

A language used for database management

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables in programming?

A way to display output on the screen
A method for organizing code
A type of function in programming

Containers for storing values

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Java?

Declaring a variable is not possible in Java.

By using the syntax: data type variableName;

Using the syntax: var variableName;
By using the syntax: variableName = value;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data type in programming?

A type of software application
A type of computer hardware
A classification that specifies which type of value a variable can hold.
A type of internet connection

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you concatenate strings ?

Using the '/' operator
Using the '*' operator
Using the '+' operator
Using the '-' operator

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How write comment in java?

// for single-line comments or /* */ for multi-line comments
/* for single-line comments or // for multi-line comments
/* for single-line comments or // for multi-line comments
## for single-line comments or for multi-line comments

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?