wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Medha Round-2

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which file are contents readymade styles that can be used for a word document?

a)

Presentation

b)

Letters

c)

Magic wands

d)

Templates

2.

What is the difference between XML and HTML?

a)

HTML is used for exchanging data, XML is not. 

b)

XML is used for exchanging data, HTML is not 

c)
  • HTML can have user defined tags, XML cannot

3.

What are meta tags used for?

a)

To store information usually relevant to browsers and search engines 

b)

To only store information usually relevant to browsers

c)
  • To only store information about search engines

d)

To store information about external links

4.

Which of the following join extracts data of matching rows from both tables?

a)

Full Outer Join

b)
  • Left Join

c)
  • Right Join

d)
  • None of these.

5.

What type of scheduling is round-robin scheduling?

a)

Linear data scheduling

b)

Non-linear data scheduling

c)

Preemptive scheduling

d)

Non-preemptive scheduling

6.

Which is the Linux operating system?

a)

Private operating system

b)

Windows operating system

c)

   Open-source operating system

d)

None of these

7.

What is the process of feeding a machine learning model with data to adjust its internal parameters and improve performance?

a)

Model Validation

b)

Model Optimization

c)

Model Training

d)

Model Testing

8.

What  is the primary objective of the k-means clustering algorithm?

a)

Minimize the within-cluster variance

b)

Maximize the between-cluster variance

c)

Minimize the number of clusters

d)

Maximize the number of iterations

9.

Which  Pen company's logo is this?

a)

Montblanc

b)

Cross

c)

Sheaffer

d)

Parker

10.

This is one of the largest GPU manufacturers?

a)

Nvidia

b)

Intel

c)

AMD

d)

Qualcomm

11.

In HTML, which attribute is used to specify that an input field must be filled out?

a)

required 

b)

  formvalidate

c)

   placeholder

d)

validate

12.

Fullform of ASCII -

(a)  

13.

The NOT NULL constraint enforces a column to not accept NULL values.

a)

True

b)

False

14.

Which of the following is a single-user operating system?

a)

Windows

b)

MAC

c)

   Ms-Dos

d)

   None of these

15.

Which SQL query will sort the results in descending order based on the salary column?

a)

SELECT * FROM employees ORDER BY salary DESC;

b)

SELECT * FROM employees SORT BY salary DESC;

c)

SELECT * FROM employees ORDER salary DESC;

d)
  • SELECT * FROM employees SORT salary DESC;

16.

What will be the output of the following code?

a)

[0, 1, 0, 1, 4]

b)

[0, 1, 0, 1, 4, 0, 1, 4, 9]  

c)

[0, 1, 0, 1, 4, 0, 1, 4]

d)

[0, 1, 4, 0, 1, 4, 9]

17.

What does the following list comprehension produce?

 

[(x, y) for x in range(3) for y in range(3)]

a)

[(0, 0), (1, 0), (2, 0), (0, 1), (1, 1), (2, 1), (0, 2), (1, 2), (2, 2)]

b)

[(0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2), (2, 0), (2, 1), (2, 2)]  

c)

[(0, 0), (1, 1), (2, 2)]

d)

[(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)]

18.

What is the output of the following Java code?

a)

11

b)

12

c)

13

d)

14

19.

Which of the following statements about Java interfaces is false?

a)

An interface can extend multiple interfaces

b)

An interface can have default methods

c)

An interface can have constructors

d)

An interface can be implemented by classes.

20.

What is the role of a confusion matrix in evaluating a classification model?

a)
  • To visualize the distribution of data points in different classes

b)
  • To measure the impact of outliers on model performance

c)
  • To quantify the accuracy of a model's predictions

d)
  • To show the number of true positives, true negatives, false positives, and false negatives