wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Pied-Pipers

Total questions: 50

Worksheet time: 20mins

Name
Class
Date
1.

Which part of the OS directly interacts with hardware?

a)

Shell

b)

Kernel

c)

Application

d)

Driver

2.

What is the meaning of "booting"?

a)

Shutting down the computer

b)

Starting the operating system

c)

Deleting files

d)

Installing RAM

3.

In Operating Systems, which of the following is/are CPU scheduling algorithms?

a)

Priority

b)

Round Robin

c)

Shortest Job First

d)

All of the mentioned

4.

What is the function of the Scheduler?

a)

Manages files

b)

Runs BIOS

c)

Manages processes

d)

Starts OS

5.

Virtual memory is stored on:

a)

Hard Disk

b)

Cache

c)

RAM

d)

Registers

6.

Which symbol is used to select an ID in CSS?

a)

.

b)

@

c)

$

d)

#

7.

What is the default value of flex-direction?

a)

column

b)

Row

c)

column - reverse

d)

Row - reverse

8.

In Flexbox, which property controls the alignment of items along the cross-axis?

a)

justify-content

b)

flex-direction

c)

align-items

d)

flex-wrap

9.

In CSS, the shorthand margin: 10px 20px 30px 40px; sets margins in what order?

a)

Top, Right, Bottom, Left

b)

Top, Left, Bottom, Right

c)

Right, Top, Left, Bottom

d)

Left, Top, Right, Bottom

10.

let and const have which type of scope?

a)

Global

b)

 Block

c)

Functional

d)

Object

11.

Which property is essential for a Primary Key?

a)

Can be NULL

b)

Must be unique

c)

Can repeat

d)

Optional

12.

What is a major goal of normalization?

a)

Reduce redundancy

b)

Reduce storage cost

c)

Increase anomalies

d)

Speed up all queries

13.

Which SQL clause filters records before grouping?

a)

GROUP BY

b)

ORDER BY

c)

WHERE

d)

HAVING

14.

Which key can uniquely identify a record but is not a primary key?

a)

Alternate key

b)

Foreign key

c)

Candidate key

d)

Super key

15.

Which SQL command removes all rows but keeps table structure?

a)

Delete

b)

Drop

c)

Truncate

d)

Remove

16.

HTTP works on which port?

a)

20

b)

21

c)

443

d)

80

17.

IPv4 address length

a)

32 bits

b)

16 bits

c)

128 bits

d)

64 bits

18.

Connectionless protocol

a)

TCP

b)

HTTPS

c)

UDP

d)

SMTP

19.

Which topology uses a central hub?

a)

Star

b)

Ring

c)

Bus

d)

Mesh

20.

Which layer is closest to the user?

a)

Transport

b)

Session

c)

Data link

d)

Application

21.

What is the smallest number to be added to 8956 to make it divisible by 11?

a)

3

b)

5

c)

7

d)

9

22.

A does a job in 10 days, B in 15 days, C in 30 days.

If all three work together, how long will it take?

a)

7 days

b)

6 days

c)

4 days

d)

5 days

23.

What comes next?

4, 9, 19, 39, 79, ?

a)

159

b)

155

c)

145

d)

169

24.

Ravi says, "He is the son of the only daughter of my grandmother."

Who is the person?

a)

Ravi’s cousin

b)

Ravi’s brother

c)

Ravi’s uncle

d)

Ravi’s nephew

25.

In a certain code, CAT = 48 and DOG = 52. If A=1, B=2, … Z=26.

If HEN is coded in the same way, what is its value?

a)

42

b)

54

c)

48

d)

60

26.

Which loop guarantees at least one execution?

a)

for

b)

while

c)

do while

d)

enhanced for

e)

none of the following

27.

Which memory area stores objects created using new?

a)

Heap

b)

Method Area

c)

Stack

d)

Cache

28.

Which of the following is immutable?

a)

Tuple

b)

List

c)

Dictionary

d)

Set

29.

Which pillar of OOPS hides internal details?

a)

Inheritance

b)

Encapsulation

c)

Abstraction

d)

Polymorphism

30.

Can we create constants using enum in C?

a)

yes

b)

no

c)

only in c++

d)

only if using typedef

31.

Choose the word most opposite in meaning to “SCARCE”

a)

Rare

b)

Plentiful

c)

Absent

d)

Costly

32.

One word for: “A person who loves books.”

a)

Bibliophile

b)

Botanist

c)

Philanthropist

d)

Novelist

33.

“The ball is in your court” means

a)

Play tennis

b)

Throw the ball

c)

Wait for someone else

d)

It’s your responsibility to take action

34.

“On cloud nine” means:

a)

Confused

b)

Very happy

c)

Angry

d)

Daydreaming

35.

“Throw one’s hat in the ring” means:

a)

Join a competition or contest

b)

Give up

c)

Celebrate

d)

Toss something away

36.

What is the Output?

a)

2

b)

3

c)

4

d)

5

37.

what is the output?

a)

x = 4, y = 3

b)

x = 5, y = 2

c)

x = 7, y = 3

d)

 x = 6, y = 4

38.

What is the output?

a)

20

b)

25

c)

30

d)

15

39.

What is the output?

a)

3

b)

4

c)

5

d)

6

40.

If n = 6, what will be the output?

a)

36

b)

480

c)

720

d)

120

41.

What does PCB stand for?

a)

Page Cache Block

b)

Process Communication Buffer

c)

Program Control Backup

d)

Process Control Block

42.

What does CCTV stand for?

a)

Closed Circuit Television

b)

Central Camera Tele Video

c)

Circuit Communication TV

d)

Camera Control Television

43.

What does SSH stand for?

a)

Secure System Host

b)

Secure Shell

c)

System Service Handler

d)

Server Secure Host

44.

What does API stand for?

a)

Application Program Interface

b)

Advanced Programming Instruction

c)

Automatic Processing Interface

d)

Applied Program Interaction

45.

JSON stands for:

a)

Java Script Oriented Network

b)

Java System Object Network

c)

JavaScript Object Notation

d)

Joint Script Object Node

46.

Which data structure is most suitable for implementing a browser's back/forward navigation?

a)

Hash Table

b)

Linked List

c)

Stack

d)

Queue

47.

Which data structure is best for handling printer jobs in a networked printer?

a)

Stack

b)

Queue

c)

Graph

d)

Tree

48.

What is the time complexity to access an element in an array by index?

a)

O(1)

b)

O(n)

c)

O(log n)

d)

O(n log n)

49.

Which method is used to insert an element in a queue?

a)

pop()

b)

push()

c)

enqueue()

d)

delete()

50.

The function calls itself in

a)

Iteration

b)

Inheritance

c)

Recursion

d)

Encapsulation