TECH WHIZ

TECH WHIZ

University

15 Qs

quiz-placeholder

Similar activities

MARCO LEGAL LEY DEL SEIA Y SU REGLAMENTO

MARCO LEGAL LEY DEL SEIA Y SU REGLAMENTO

University

10 Qs

ASD - B

ASD - B

University

20 Qs

Combinational Logic Circuits

Combinational Logic Circuits

University

20 Qs

Module 2 Principal and shear stresses

Module 2 Principal and shear stresses

University

10 Qs

SEMICONDUCTORES

SEMICONDUCTORES

University

20 Qs

IIM-2025-1S

IIM-2025-1S

University

13 Qs

Acero

Acero

University

10 Qs

Quiz Master's 2.0

Quiz Master's 2.0

University

15 Qs

TECH WHIZ

TECH WHIZ

Assessment

Quiz

Engineering

University

Hard

Created by

Aastha Trivedi

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Which of the following is NOT a feature of OOP?



a) Encapsulation

b) Polymorphism

c) Recursion

d) Inheritance

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

2. Which OOP principle allows different classes to have methods with the same name but different implementations?

a) Abstraction

b) Encapsulation

c) Inheritance

d) Polymorphism

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What is the time complexity of searching an element in a balanced binary search tree (BST)?

a) O(n)

b) O(log n)

c) O(n log n)

d) O(1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 4. What is the primary advantage of using a linked list over an array?

  1. a) Faster access to elements

  1. b) Dynamic size allocation

  1. c) Lower memory usage

  1. d) Constant-time search operation

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which CSS property makes an element take up the entire width of its container?

a) display: block;

b) display: inline;

c) display: flex;

d) display: grid;

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

  1. 6. How much memory does the following structure take?

struct test {

char a;

int b;

char c;

};

a) 6 bytes

b) 8 bytes

c) 12 bytes

d) 10 bytes

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

7. Which of the following statements about pointers is correct?

a) void* pointer cannot be typecasted

b) A pointer can store the address of any variable, regardless of type

c) Dereferencing a NULL pointer is valid

d) Pointer arithmetic is not allowed in C

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?