java revews

java revews

Professional Development

20 Qs

quiz-placeholder

Similar activities

PLC

PLC

12th Grade - Professional Development

20 Qs

L4 Ôn tập HK 2 - 22-23

L4 Ôn tập HK 2 - 22-23

Professional Development

16 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Sensibilisation sécurité informatique

Sensibilisation sécurité informatique

Professional Development

15 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Lógica de Programação - dia final

Lógica de Programação - dia final

Professional Development

15 Qs

Javascript basics

Javascript basics

Professional Development

15 Qs

java revews

java revews

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Phạm Tính

Used 125+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cho đoạn mã sau, cho biết giá trị của biến c?

int a = 5; int b = 7; int c = (a + b) % 5 * 2;

2

5

4

12

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cho đoạn mã sau, cho biết giá trị của biến c?

int a = 5;

int b = 7;

int c = a++ + ++b;

13

7

15

14

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Lưu trữ giá trị "True" hay "False" ta sử dụng kiểu dữ liệu nào?

byte

boolean

char

string

4.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Chương trình Java bắt đầu chạy từ đâu?

start()

main()

init()

begin()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Chương trình viết bằng ngôn ngữ Java có thể chạy trên hệ điều hành nào ?

Win

Linux

Mac OS

Tất cả mọi hệ điều hành

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Chọn khai báo biến sai

int a, b=5, c=2;

int a, b, c;

int a, b=5, c;

int a; b=5;

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cú pháp đúng của phương thức main() là

static void main(String args)

static void main(String[] args)

public static void main()

public static void main(String[] args)

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?