tech quiz finals

tech quiz finals

Professional Development

10 Qs

quiz-placeholder

Similar activities

Spring Boot Quiz

Spring Boot Quiz

Professional Development

11 Qs

SQL JOINs 2

SQL JOINs 2

Professional Development

10 Qs

Introduction to API and ELT with Fivetran Quiz

Introduction to API and ELT with Fivetran Quiz

Professional Development

15 Qs

L07: Null Object Pattern

L07: Null Object Pattern

Professional Development

8 Qs

Web Programming

Web Programming

Professional Development

10 Qs

VMware

VMware

Professional Development

15 Qs

COMPUTERS

COMPUTERS

KG - Professional Development

13 Qs

BE1 - SOLID Basic Principles

BE1 - SOLID Basic Principles

Professional Development

15 Qs

tech quiz finals

tech quiz finals

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Ramesh PN

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following requires a device driver?

Register

Cache

Main memory

Disk

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the context of operating system, which of the following statements is/are correct with respect to paging?

A. Paging helps solve the issue of external fragmentation.

B. Page size has no impact on internal fragmentation.

C. Multi-level paging is necessary to support pages of different sizes.

D. Paging incurs memory overheads

A,C

B,C

C,D

A,D

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Three processes arrive at time zero with CPU bursts of 16, 20 and 10 milliseconds. If the scheduler has prior knowledge about the length of the CPU bursts, the minimum achievable average waiting time for these processes in a non-preemptive scheduler (rounded to nearest integer) is _________ milliseconds.

12ms

16ms

18ms

11ms

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Find all the tuples having temperature greater than 'Paris'.

Select * from weather where temperature > (Select temperature from weather where City = 'Paris')

Select from weather where temperature > (select from weather where City = 'Paris')

Select * from Weather where temperature > (select city from weather where City = 'Paris')

Select * from weather where temperature > 'Paris' temperature

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which dependency are present in the below schema?

R : Regno, subject_code, mark, grade

Fully Functional Dependency

Partial Functional Dependency

Transitive Functional Dependency

All the Above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the binary search algorithm’s time complexity?

O(n)

O(1)

O(logn)

O(nlogn)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Sliding Window is ____________technique

Divide and Conquer

Greedy

Brute Force

Dynamic Programming

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?