A keyword that is used in the control statement to declare a loop. It can iterate a part of the program several times.
Object-Oriented Programming_LQ#1_AVW1

Quiz
•
Computers
•
University
•
Medium
Kim Palaran
Used 1+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
Programming in Python - Unit III

Quiz
•
University
30 questions
PYTHON

Quiz
•
University
33 questions
Python Programming Quiz

Quiz
•
University
35 questions
Final Exam - BECC0302

Quiz
•
University
40 questions
C++ Basics

Quiz
•
University
40 questions
Elements of a C# program

Quiz
•
University
30 questions
Coding Club_SNSCE Quiz (28-04-2023)

Quiz
•
University
33 questions
Midterm Exam - CTCC0323

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade