Which one is the latest one from PARAM SuperSries computers
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
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
Similar Resources on Quizizz
10 questions
MIS quiz

Quiz
•
University
10 questions
Internal Control System in an Audit of Financial Statement

Quiz
•
University
10 questions
bt 4 2023

Quiz
•
University
15 questions
CHAPTER 3

Quiz
•
University
10 questions
Quiz

Quiz
•
University
12 questions
CORPORATION

Quiz
•
University
10 questions
Short Quiz - Income Taxation

Quiz
•
University
10 questions
МБДК 01.03 мобильные приложения

Quiz
•
2nd Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade