computer 12

Quiz
•
Computers
•
12th Grade
•
Medium
Sabia Shakoor
Used 4+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x;
int y;
int z;
x=3;
y=4;
z = ++x * y++;
cout<< z;
12
16
20
0
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator has the lowest priority?
++
%
+
||
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int a = 25%10;
cout<< a;
return 0;
}
5
2
2.5
5.5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
!= is the example of ____________________ operator.
Relational
Logical
Assignment
Conditional
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Arrays Intro

Quiz
•
9th - 12th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
9 questions
Java Basics #1

Quiz
•
10th - 12th Grade
10 questions
Grade 7 Quiz 5 - Python Data Types

Quiz
•
12th Grade
12 questions
Compound Operators in Java

Quiz
•
9th - 12th Grade
15 questions
Python Basics

Quiz
•
KG - University
16 questions
Arithmetic Types Declare Initialize Relation Logical Ops

Quiz
•
9th Grade - University
11 questions
algoritma

Quiz
•
12th 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
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
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