Programming Basics

Programming Basics

8th Grade

10 Qs

quiz-placeholder

Similar activities

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

C++ Quiz 2: Logic and Flow Controls

C++ Quiz 2: Logic and Flow Controls

7th - 12th Grade

7 Qs

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

KUIZ ASK Tingkatan 2 Bab 3.1 (Bahagian 1)

KUIZ ASK Tingkatan 2 Bab 3.1 (Bahagian 1)

1st Grade - Professional Development

15 Qs

KUIZ PERSEKITARAN KOD ARAHAN

KUIZ PERSEKITARAN KOD ARAHAN

8th - 10th Grade

10 Qs

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

Kuiz 3.1 Persekitaran Kod Arahan dan Jenis Data

1st - 12th Grade

10 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

Programming Basics

Programming Basics

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Adya Dalela

Used 79+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Every statement in Java language should end with a?
Dot or Period
Comma
Semicolon
Colon

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we want to print in Java, we use the code ......
system.out.print();
System.out.println();
System.Out.Printf();
System.out.show();

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_________ operator returns the remainder after division

+

/

%

*

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

________ operator is used to check the equality of two values

>=

=

*=

==

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x = 5;

int y = 6

int z = 50;

System.out.println(x + y + z);


What will be the output?

61

5650

66

x + y + z

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

int x = 4;

System.out.println(x < 5 && x < 10);


What will be the output?

false

true

4

x < 5 && x < 10

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

int x = 4.4;

int y = 5.5;

System.out.println(x == y);


What will be the output?

4.4

true

false

5.5

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?