Computer Quiz(Java)(16-10-2020)

Quiz
•
Computers
•
9th Grade
•
Hard
Sherlin Anup
Used 30+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
- What will be the output of the following program code?
int a=0,b=30,c=40;
a=--b+c++ +b;
System.out.println(a);
97
90
98
100
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
int a=27;
a/=3;
System.out.println(a);
24
30
9
3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The method which returns the value of the argument a which may be of either float or double data type rounded to the nearest integer is ________________
Math.ceil(a)
Math.floor(a)
Math.round(a)
Math.rint(a)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A bug in a program that causes it to operate incorrectly, but not to terminate abnormally is ______________
Syntax Error
Semantics Error
Logical Error
Runtime Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which among the following forms of Operators works with three Operands?
Unary
Binary
Ternary
Tertiary
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Give the output of the following code.
class op
{
public static void main(String args[])
{
int m=0,n=0;
int p=--m*--n*n--*m--;
System.out.println(p);
}
}
1
0
-1
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Give the output of the following code?
public class op7
{
public static void main(String args[])
{
int i=11;
int j=i++ +i--;
System.out.println(j);
}
}
21
22
23
20
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
8th - 10th Grade
15 questions
Arduino practice 2

Quiz
•
9th - 11th Grade
10 questions
Java Code Tracing Practice A

Quiz
•
9th - 12th Grade
15 questions
Java Script Quiz

Quiz
•
9th - 12th Grade
15 questions
JAVA: Level-1

Quiz
•
5th - 12th Grade
15 questions
JavaScript Quiz

Quiz
•
9th - 10th Grade
15 questions
JavaScript and Graphics

Quiz
•
9th - 12th Grade
7 questions
Looping in java

Quiz
•
9th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade
14 questions
Points, Lines, Planes

Quiz
•
9th Grade