wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

blitz

Total questions: 30

Worksheet time: 13mins

Name
Class
Date
1.

What are the four fundaments elements the make a language?

a)

An alphabet,morphology,phonetics,and semantics

b)
  • An alphabet, a lexis, phonetics, and semantics

c)
  • An alphabet, a lexis, a syntax, and semantics

d)
  • An alphabet, a lexis, phonetics, and semantics

2.

What is the expected behavior of the following program?

print("Hello!")

a)
  • The program will output ("Hello!") to the screen

b)
  • The program will generate an error message on the screen

c)
  • The program will output  Hello! to the screen

d)
  • The program will output "Hello!" to the screen

3.

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;

a)

16

b)

10

c)

12

d)

14

4.

which of the following declarations are legal ?

a)

float,floating ;

b)

float,float ;

c)

float long ;

d)

float int ;

5.

Find the output of the following code.

int Integer = 24;

char String = ‘I’;

System.out.print(Integer);

System.out.print(String);

a)

Compiler

b)

Throws exception

c)

I

d)

24 I

6.

Identify the output of the following program.

String str = “abcde”;

System.out.println(str.substring(1, 3));


a)

abc

b)

bc

c)

bcd

d)

cd

7.

What is the value of the X variable at the end of the following snippet?

int X;

X = ('r' - 's') * ('A' / 'Z');

a)

1

b)

0

c)

The snippet is valid and will cause compilation error

d)

2

8.

What is the output of the following snippet?

tup = (1, 2, 4, 8)

tup = tup[-2:-1]

tup = tup[-1]

print(tup)

a)

44

b)

4

c)

(4)

d)

(4,0)

9.

What is the output of the following piece of code?

x = 1 // 5 + 1 / 5

print(x)

a)

0.0

b)

0

c)

0.4

d)

0.2

10.

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;

}

a)

2 3 4 4 4 4

b)

2 3 4

c)

Compilation Error

d)

2 3 4 2 3 4

e)

2 3 4 2 2 2

11.

what is the name of the "character" played by Arjun Sarja in LEO Movie ?

a)

Harold Das

b)

Anthony Das

c)

Arjun Das

d)

Varma

12.

Famous movie "Air" based on which basket ball player ?

a)

Stephen Curry

b)

LeBron James

c)

Michael Jordan

d)

Kobe bryant

13.

who is the director of the famous movie "Shutter Island" ?

a)

Christopher Nolan

b)

James Cameron

c)

Leonardo DiCaprio


d)

Martin Scorsese

14.

Find out the Basketball player name who named as Greek Freak.

a)

Luka Doncic

b)

Giannis Antetokounmpo

c)

Stephen Curry

d)

Lebron James

15.

What is the name of the actor who played as antagonist in LIGER movie?

a)

Muhammad Ali

b)

Mike Tyson

c)

Mike Anderson

d)

Vijay Deverakonda

16.

DC full form?

a)

Disney Comics

b)

Detective Comics

c)

Disney Corporation

d)

Digital Comics

17.

Which Team won the Champions League 2023?

a)

Manchester City

b)

Manchester United

c)

Real Madrid

d)

Barcelona

18.

Which Team won the most FIFA world cups?

a)

Argentina

b)

Germany

c)

Brazil

d)

France

19.

Guess the Football player name ?

a)

Robert Lewandowski

b)

Karim Benzema

c)

Maradona

d)

Harry Kane

20.

Which Cricketer is often referred as "The Wall" in INDIA ?

a)

Rahul Dravid

b)

VVS Laxman

c)

Virat Kohli

d)

Jaiswal

21.

Who is the current NO. 1 Ranked Test Batsman in ICC ?

a)

Marnus Labuschagne

b)

Kane Williamson

c)

Virat Kohli

d)

Steve Smith

e)

Joe Root

22.

Which one of the below won the best song award in 94th OSCARS

a)

Naatu Naatu

b)

Lift me up

c)

No Time To Die

d)

Blank Space

23.

Full form of UPSC?

a)

Union Public Service Commission

b)

Union Private Service Commission

c)

Union Public Service Council

d)

United Public Service Commission

24.

What is the capital of Australia?

a)

Australia

b)

Syndey

c)

Canberra

d)

Melbourne

25.

President of England ?

a)

Boris Johnson

b)

Narendra Modi

c)

Droupadi murmu

d)

Rishi Sunak

26.
  1. What is deep learning?

a)

a. Analyzing and understanding human language and responding to it

b)

b. Creating natural, human-like interaction

c)

c. Finding complex patterns in data, such as image and speech recognition

d)

d. None of the above

27.

What is 5G?

a)

The fifth generation of mobile phone technology

b)

The fifth generation of computer network technology

c)

None of The Above

d)

The fifth generation of mobile phone technology

28.

What is natural language processing?

a)

Creating natural, human-like interaction

b)

Analyzing and understanding human language and responding to it

c)

Finding complex patterns in data

d)

Finding complex patterns in data

29.

Who is the author of the Harry Potter series?

a)

J.K. Rowling

b)

Stephen King

c)

Dan Brown

d)

George R.R. Martin

30.

What is the smallest country in the world by land area?

a)

Monaco

b)

Vatican City

c)

San Marino

d)

Liechtenstein