Latihan UPS2

Latihan UPS2

5th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

PC1.8 Evaluate computer program

PC1.8 Evaluate computer program

9th Grade

10 Qs

Evaluasi TLJ 3

Evaluasi TLJ 3

12th Grade

10 Qs

Tin học 11 chương I

Tin học 11 chương I

1st - 12th Grade

20 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Practice Quiz QBASIC and Excel Functions

Practice Quiz QBASIC and Excel Functions

5th Grade

20 Qs

Quiz: Programming a Calculator. Part 1 and Part 2 Review

Quiz: Programming a Calculator. Part 1 and Part 2 Review

7th - 8th Grade

17 Qs

Pascal. 10 кл. Повторение

Pascal. 10 кл. Повторение

10th Grade

16 Qs

Latihan UPS2

Latihan UPS2

Assessment

Quiz

Computers

5th - 12th Grade

Practice Problem

Medium

Created by

JULAILEE BM

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This is an example of not valid variable declaration.

string name,

Rewrite a valid java variable declaration.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

All the primitive data types are

String

int

double

char

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Data type to represents integer

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

An array consists of

Data type

Size

Index location

Value

Name

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statement is TRUE. Declare a name array and makes it refer to an array of three elements

String [ ] name = {" Adam", " Kevin" , "Aminah" };

String [ ] name = {Adam, Kevin , Aminah };

String [3 ] name = {" Adam", " Kevin" , "Aminah" };

string [ ] name = {" Adam", " Kevin" , "Aminah" };

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Declare an array variable

int [ ] counts;

int [5 ] counts;

int [ ] counts [ ] ;

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Create array

counts = new int [5];

counts [ ] = new int [5];

marks = new int [50];

marks = new int [-85];

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?