Computer Application Practice Quiz Class 10

Quiz
•
Computers
•
10th Grade
•
Hard
P Singh
Used 309+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Wrapping up of data and functions into a single unit called class is known as_____.
Abstraction
Inheritance
Polymorphism
Encapsulation
2.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
interface is a ______ datatype.
Primitive
Composite
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Java expression for (under root of 2as+u2) is:
Math.sqrt ( 2 * a * s + Math.pow ( u, 2 ) )
Math.cbrt(2 x a x s) + u x 2
Root over of 2 *a*S + u*u
Math.sqrt ( 2 * a * s + Math.pow ( u, 2 ) );
4.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Multiplication operator used when the operation should be division.
What kind of error is this?
Syntax error
Typo
Logical error
Run-time error
5.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
int arr[] = new int[10];
This statement declares an _____ array of _____elements.
double, 10
int, 10
integer, 10
point value, 10
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output?
int a = 63, b = 36;
boolean x = (a < b ) ? true : false; int y= (a > b ) ? a : b ;
x= true , y=65
x= true y= 63
x= false y= 64
x= false y=63
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will be the result stored in x after evaluating the following expression?
int x=4;
x += (x++) + (++x) + x;
20
21
22
15
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
GCSE Computer Science Data types

Quiz
•
10th - 12th Grade
20 questions
Python variables and operators quiz

Quiz
•
9th - 12th Grade
20 questions
quiz dasar python

Quiz
•
1st Grade - University
20 questions
Dasar Pemrograman-1

Quiz
•
10th Grade
20 questions
CodeHS - Intro to Python - Basics and Console Interaction

Quiz
•
9th Grade - Professio...
15 questions
Sains Komputer Tingkatan 5 - 2.1.3 SQL: Membina Pangkalan..

Quiz
•
10th - 12th Grade
20 questions
Python Basics 2

Quiz
•
9th - 12th Grade
20 questions
Язык программирования Python

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade