Quizes-Syntax-Master

Quizes-Syntax-Master

12th Grade

45 Qs

quiz-placeholder

Similar activities

Python Test 2

Python Test 2

7th - 12th Grade

44 Qs

functions in python class 12  vaishali

functions in python class 12 vaishali

11th - 12th Grade

50 Qs

python if elif else

python if elif else

12th Grade

46 Qs

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - IT Programming - 2nd Cycle Exam

9th Grade - University

40 Qs

GRADE 12 -QUIZ REVIEW - FIRST TERM 2024- 2025

GRADE 12 -QUIZ REVIEW - FIRST TERM 2024- 2025

12th Grade

50 Qs

Unit 2 review

Unit 2 review

9th - 12th Grade

42 Qs

Week 14 - Tuples

Week 14 - Tuples

9th - 12th Grade

42 Qs

Python set 2

Python set 2

9th - 12th Grade

42 Qs

Quizes-Syntax-Master

Quizes-Syntax-Master

Assessment

Quiz

Computers

12th Grade

Hard

Created by

ARUN KUMAR

Used 1+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct way to declare and initialize an integer variable in Java?
int x;
x = 10;
x = 10;
int x = 10;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Java, what keyword is used to create a subclass of a class?
extends
mplements
super
subclassOf

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not a valid access modifier in Java?
private
protected
default
friend

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In Java, which loop is best suited for iterating over an array or collection?
for
while
do-while
enhanced for loop

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the "this" keyword in Java?
It refers to the current class.
It refers to the superclass.
It refers to a global instance.
It refers to the current instance of the class

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you define a multiline comment in Python?
/* This is a comment */
# This is a comment
'' This is a comment '''
// This is a comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid data type in Python?
int
char
float
list

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?