diff set-(3) 2023
Quiz
•
Business
•
University
•
Hard
Smiley Sunshine
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one is the latest one from PARAM SuperSries computers
PARAM Yuva II
PARAM 10000
PARAM Padma
PARAMnet
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this program?
class bool_operator
{
public static void main(String args[])
{
boolean a = true;
boolean b = !true;
boolean c = a | b;
boolean d = a & b;
boolean e = d ? b : c;
System.out.println(d + " " + e);
}
}
false false
true true
true false
false true
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the logo
The Camel Company
Camel Cigarettes
Camlin
Camel Men's Wear
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
l=[]
def convert(b):
if(b==0):
return l
dig=b%2
l.append(dig)
convert(b//2)
convert(6)
l.reverse()
for i in l:
print(i,end="")
011
110
3
Infinite loop
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C++ code?
#include<iostream>
using namespace std;
class Test
{
protected:
int x;
public:
Test (int i):x(i) { }
void fun() const { cout << "fun() const " << endl; }
void fun() { cout << "fun() " << endl; }
};
int main()
{
Test t1 (10);
const Test t2 (20);
t1.fun();
t2.fun();
return 0;
}
fun()
fun() const
fun() const
fun()
fun()
fun()
fun() const
fun() const
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Python code?
def a(n):
if n == 0:
return 0
elif n == 1:
return 1
else:
return a(n-1)+a(n-2)
for i in range(0,4):
print(a(i),end=" ")
0 1 2 3
An exception is thrown
0 1 1 2 3
0 1 1 2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Predict the logo
SteelSeries
Respiray
Razer
Omate
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Who said these words?
Quiz
•
University
14 questions
Beni e servizi
Quiz
•
1st Grade - University
12 questions
SI-Session 3 May
Quiz
•
University
11 questions
Learn to speak Spanish
Quiz
•
1st Grade - Professio...
15 questions
LAW OF CONTRACT-OFFER
Quiz
•
University
15 questions
PRE-TEST - CHAPTER 3
Quiz
•
University
15 questions
Quiz o kompetencjach pracowników w logistyce
Quiz
•
University
10 questions
EBA2013 - LU2 (Intangible Assets)
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Business
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
