Category: Tech Fundamentals

40 questions in Tech Fundamentals.

What Is Functional Programming

· Tech Fundamentals

Explore immutability, pure functions, and higher-order functions in functional programming.

What Are the SOLID Principles

· Tech Fundamentals

Build maintainable object-oriented software by applying the five SOLID design principles.

What Is Big O Notation

· Tech Fundamentals

Use Big O notation to describe the upper bound of an algorithm's growth rate and compare efficiency.

What Is Time Complexity

· Tech Fundamentals

Measure how algorithm runtime grows with input size using time complexity analysis.

What Are Data Structures

· Tech Fundamentals

Learn how data structures organize information for efficient access and manipulation.

What Is an Algorithm

· Tech Fundamentals

Understand algorithms as step-by-step procedures for solving computational problems.