ROUND 1

ROUND 1

University

20 Qs

quiz-placeholder

Similar activities

C - Structures

C - Structures

University

20 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

GNIDOC ROUND 1

GNIDOC ROUND 1

University

25 Qs

CPI:  Chapter 3 Variable

CPI: Chapter 3 Variable

KG - University

16 Qs

Basic Java Quiz

Basic Java Quiz

University

15 Qs

Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

String & Struct Exercise

String & Struct Exercise

University

17 Qs

ROUND 1

ROUND 1

Assessment

Quiz

Professional Development, Computers, Mathematics

University

Hard

Created by

Jone S

Used 18+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of this statement "printf("%d", (a++))"?

The value of (a + 1)

The current value of a

Error

Garbage

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this declaration mean?

int x : 4 ;

X is a four-digit integer

X cannot be greater than a four-digit integer.

X is a four-bit

integer.

None of these

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the C language, the constant is defined _______.

Before main

After main

Anywhere, but starting on a new line.

None of the these.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following option leads to the portability and security of Java?

Bytecode is executed by JVM

The applet makes the Java code secure and portable

Use of exception handling

Dynamic binding between objects

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_____ is used to find and fix bugs in the Java programs.

JVM

JRE

JDK

JDB

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which process, a local variable has the same name as one of the instance variables?

Serialization

Variable Shadowing

Abstraction

Multi-threading

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true about the anonymous inner class?

It has only methods

Objects can't be created

It has a fixed class name

It has no class name

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?