NEW
Font size
WorksheetsFun-a-thon Quiz
Total questions: 40
Worksheet time: 13mins
Which data type is best for storing a number 65000 in a 32-bit system ?
int
long
signed short
unsigned short
Variables that are declared inside a function are :
constant
static
local
global
Neeraj Chopra won which medal in the 2022 World Athletics Championships?
Gold
Silver
Bronze
None of the above
Which artificial intelligence chatbot is Google’s latest challenger to ChatGPT?
Bard
Drift
Hubspot
Google Assistant
Which is the first search engine on internet?
Archie
Yahoo
Bing
Which was the first computer virus ?
Creeper Virus
Rabbit
Elk cloner
SCA virus
Where is the headquarter of Microsoft office located ?
Washington
Texas
California
San Francisco
Who is also known as father of Indian supercomputing ?
Dr Vijay Bhatkar
Dr Jayant Narlikar
Dr Nandan Nilekani
Dr Raghunath Mashelkar
Which is the venue of the Asian Games in 2023?
China
India
Japan
Indonesia
Who has become first Indian player to have played 100 matches each in all three formats of the game?
Virat Kohli
Rohit Sharma
M S Dhoni
Shikar Dhawan
When and where will the next ODI World Cup will be held?
2023,Australia
2024,England
2023,India
2024,Pakistan
Which Indian cricketer scored the fastest 1000 runs?
Sachin Tendulkar
Virat Kohli
Shubhman Gill
Surya Kumar Yadav
From which generation operating systems were developed?
First Generation
Second Generation
Third Generation
Fourth Generation
For which club is Ronaldo currently playing ?
Real Madrid
Juventus
Manchester United
Al Nassr
How many keywords are there in Standard C programming language ?
44
32
28
64
Who is the Governor of Uttarakhand ?
Ganesh Joshi
Gurmeet Singh
Tirath Singh Rawat
Baby Rani Maurya
Which of the following is true about C programming language?
C is a structural language
C is a procedural language
C does not support function within functions
All of these
What is the minimal range of unsigned char data type ?
-127 to 127
0 to 255
-32767 to 32767
0 to 64000
What is the correct HTML for referring to an external style sheet?
<link rel="stylesheet"
href="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
<style src="mystyle.css">
<style>src="mystyle.css" type="css"</style>
In C, the names of variables, functions, labels, and various other user-defined items are :
Keywords
Tokens
Identifiers
Symbols
What is the correct HTML for adding a background color?
<body bg="yellow">
<background>yellow</background>
<body style="background-color:yellow;">
<background color="yellow">
Choose the correct HTML element to define emphasized text ?
<em>
<i>
<br>
<ep>
When will the next General Elections of India be held?
2024
2025
2026
2023
What is the correct HTML for creating a hyperlink?
<href>
<hy>
<a>
<anchor>
Which CSS property controls the text size?
font-size
text-size
content-size
body-size
Which property is used to change the background color?
bgcolor
background-color
color
bcolor
Choose the correct HTML element for the largest heading:
<hr>
<head>
<h1>
<h6>
Which animation company was founded by Steve Jobs?
Disney
Pixar
Dreamworks
Paramount
Which Shah Rukh Khan movie is/will be directed by Rajkumar Hirani?
Pathan
Zero
Dunki
Jawaan
Find the Output:
for(int i=1;i<8;i++)
{if(i==5)
break;
printf("%d",i);
}
1234678
1234
1234567
01234
What is the correct HTML element for inserting a line break?
<hr>
<br>
<break>
<lb>
Find the value of a and b:
int a=0, b=1;
a++;
--b;
a=1,b=0
a=0,b=0
a=1,b=1
a=0,b=1
Which student of Graphic Era University grabbed the AIR 25 in GATE 2023 ?
Himanshu Devrani
Sushant Rawat
Aashish Bahuguna
Sakshi Chauhan
Process in which source code is combined with object code is termed as :
Compiling
Loading
Linking
None of these
Between which two teams will ICC World Test Championship 2023 be played?
India,England
India,Australia
New Zealand,Australia
New Zealand,England
Which district was the Epicentre of the recent eathquakes in Uttarakhand ?
Uttarkashi
Chamoli
Tehri
Pauri Garhwal
Which of the following is an ternary operator in C?
& &
% %
& ^
? :
Where will FIFA 2026 held?
USA
Mexico
Canada
All of these
The format identifier ‘%i’ is also used for :
char
int
float
string
Which datatype is not applicable for mod(%) operation ?
int
float
char
none of these
