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

Quiz
•
Computers
•
9th Grade
•
Hard
Sherlin Anup
Used 31+ 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
15 questions
Programming - What Do I Know?

Quiz
•
7th - 9th Grade
12 questions
Python Unit 2 Quiz 2

Quiz
•
9th - 12th Grade
8 questions
Quiz P2

Quiz
•
9th Grade - University
10 questions
Introduction to Arrays

Quiz
•
KG - University
10 questions
AP Computer Science-Quiz 2(G10)

Quiz
•
9th - 12th Grade
10 questions
Week 3 Arduino Basics Quiz

Quiz
•
7th - 12th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
8 questions
Robotics Quiz

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade