Worksheetsblitz
Total questions: 30
Worksheet time: 13mins
What are the four fundaments elements the make a language?
An alphabet,morphology,phonetics,and semantics
An alphabet, a lexis, phonetics, and semantics
An alphabet, a lexis, a syntax, and semantics
An alphabet, a lexis, phonetics, and semantics
What is the expected behavior of the following program?
print("Hello!")
The program will output ("Hello!") to the screen
The program will generate an error message on the screen
The program will output Hello! to the screen
The program will output "Hello!" to the screen
What is the value of the X variable at the following snippet?
int X = 8;
X = X - X / 2;
X = X *X / 4;
X = X + 2* X;
16
10
12
14
which of the following declarations are legal ?
float,floating ;
float,float ;
float long ;
float int ;
Find the output of the following code.
int Integer = 24;
char String = ‘I’;
System.out.print(Integer);
System.out.print(String);
Compiler
Throws exception
I
24 I
Identify the output of the following program.
String str = “abcde”;
System.out.println(str.substring(1, 3));
abc
bc
bcd
cd
What is the value of the X variable at the end of the following snippet?
int X;
X = ('r' - 's') * ('A' / 'Z');
1
0
The snippet is valid and will cause compilation error
2
What is the output of the following snippet?
tup = (1, 2, 4, 8)
tup = tup[-2:-1]
tup = tup[-1]
print(tup)
44
4
(4)
(4,0)
What is the output of the following piece of code?
x = 1 // 5 + 1 / 5
print(x)
0.0
0
0.4
0.2
what will be the final output?
//code
int main() {
static int s =1;
++s;
printf("%d",s);
if(s<=3)
main();
printf("%d",s);
return 0;
}
2 3 4 4 4 4
2 3 4
Compilation Error
2 3 4 2 3 4
2 3 4 2 2 2
what is the name of the "character" played by Arjun Sarja in LEO Movie ?
Harold Das
Anthony Das
Arjun Das
Varma
Famous movie "Air" based on which basket ball player ?
Stephen Curry
LeBron James
Michael Jordan
Kobe bryant
who is the director of the famous movie "Shutter Island" ?
Christopher Nolan
James Cameron
Leonardo DiCaprio
Martin Scorsese
Find out the Basketball player name who named as Greek Freak.
Luka Doncic
Giannis Antetokounmpo
Stephen Curry
Lebron James
What is the name of the actor who played as antagonist in LIGER movie?
Muhammad Ali
Mike Tyson
Mike Anderson
Vijay Deverakonda
DC full form?
Disney Comics
Detective Comics
Disney Corporation
Digital Comics
Which Team won the Champions League 2023?
Manchester City
Manchester United
Real Madrid
Barcelona
Which Team won the most FIFA world cups?
Argentina
Germany
Brazil
France
Guess the Football player name ?
Robert Lewandowski
Karim Benzema
Maradona
Harry Kane
Which Cricketer is often referred as "The Wall" in INDIA ?
Rahul Dravid
VVS Laxman
Virat Kohli
Jaiswal
Who is the current NO. 1 Ranked Test Batsman in ICC ?
Marnus Labuschagne
Kane Williamson
Virat Kohli
Steve Smith
Joe Root
Which one of the below won the best song award in 94th OSCARS
Naatu Naatu
Lift me up
No Time To Die
Blank Space
Full form of UPSC?
Union Public Service Commission
Union Private Service Commission
Union Public Service Council
United Public Service Commission
What is the capital of Australia?
Australia
Syndey
Canberra
Melbourne
President of England ?
Boris Johnson
Narendra Modi
Droupadi murmu
Rishi Sunak
What is deep learning?
a. Analyzing and understanding human language and responding to it
b. Creating natural, human-like interaction
c. Finding complex patterns in data, such as image and speech recognition
d. None of the above
What is 5G?
The fifth generation of mobile phone technology
The fifth generation of computer network technology
None of The Above
The fifth generation of mobile phone technology
What is natural language processing?
Creating natural, human-like interaction
Analyzing and understanding human language and responding to it
Finding complex patterns in data
Finding complex patterns in data
Who is the author of the Harry Potter series?
J.K. Rowling
Stephen King
Dan Brown
George R.R. Martin
What is the smallest country in the world by land area?
Monaco
Vatican City
San Marino
Liechtenstein
