Object-Oriented Programming_LQ#1_AVW1

Object-Oriented Programming_LQ#1_AVW1

University

•

35 Qs

quiz-placeholder

Similar activities

InformĂ¡tica - DAM1

InformĂ¡tica - DAM1

12th Grade - University

•

30 Qs

Informatika Kelas X SMT 2

Informatika Kelas X SMT 2

10th Grade - University

•

39 Qs

Computer Network

Computer Network

12th Grade - University

•

40 Qs

Python Function

Python Function

University

•

30 Qs

OODP_Batch 1_Quiz

OODP_Batch 1_Quiz

University

•

30 Qs

RPL-Web-02 (Web)

RPL-Web-02 (Web)

12th Grade - University

•

35 Qs

Chapter 2 Practice Test-Hardware

Chapter 2 Practice Test-Hardware

7th Grade - University

•

30 Qs

Design+Prototype

Design+Prototype

University

•

30 Qs

Object-Oriented Programming_LQ#1_AVW1

Object-Oriented Programming_LQ#1_AVW1

Assessment

Quiz

•

Computers

•

University

•

Practice Problem

•

Medium

Created by

Kim Palaran

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A keyword that is used in the control statement to declare a loop. It can iterate a part of the program several times.

while

do

for

break

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what operator type does this belong to?
"< > <= >= instanceof"

Assignment

Arithmetic

Shift

Relational

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a variable declared inside the body of the method. You can use this variable only within that method and the other methods in the class aren't even aware that the variable exists.

Instance

Local

Static

Public

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a keyword is used to declare a variable that can hold a 32-bit signed integer.

integer

int

interface

instanceof

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a unary operator under postfix?

* / %


++expr --expr

expr++ expr--


= +=

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A keyword is used to start a for loop. It is used to execute a set of instructions/functions repeatedly when some condition becomes true. If the number of iteration is fixed, it is recommended to use this keyword

if

while

for

do

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

keyword is used to indicate that a variable holds a constant value. It is used with a variable. It is used to restrict the user from updating the value of the variable.

const

finally

final

catch

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?

Discover more resources for Computers