Techno Blender
Digitally Yours.
Browsing Tag

crossword

Crossword Puzzle Of The Week #14 (for Divide and Conquer Algorithm)

In this issue of Crossword Puzzle of the Week, we will dive into the topics of Divide and Conquer Algorithms The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #13 (for Divide and Conquer Algorithm)HINTS:Down:1. _____ is defined as a sorting algorithm that works by dividing an array into smaller subarrays, sorting each subarray, and then merging the sorted subarrays back together to form the final sorted array.2. _____ involves dividing the problem into smaller sub-problems.3. _____…

Crossword Puzzle Of The Week #12 (for Dynamic Programming)

In this issue of Crossword Puzzle of the week, we will dive into the topics of Dynamic Programming. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #12 (for Dynamic Programming)HINTS:ACROSS:1.  _____ is a bottom-up approach of dynamic programming where we store the results of the subproblems in a table and use these results to solve larger subproblems until we solve the entire problem.2. _____ is a top-down approach where we cache the results of function calls and return the cached…

Crossword Puzzle Of The Week #11 (for JavaScript)

In this issue of Crossword Puzzle of the week, we will dive into the topic of JavaScript. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #11 (for JavaScript)HINTS:DOWN:1. _____ scripting simply means running scripts, such as JavaScript, on the client device, usually within a browser.2. The ______ method executes a reducer function for array element.3. JavaScript uses _____ scoping to resolve the variable names when a function is created inside another function.4. when a variable…

Crossword Puzzle Of The Week #10 (for Pattern Searching)

In this issue of Crossword Puzzle of the week, we will dive into the topic of Pattern Searching. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #10 HINTS:DOWN:1. _____ algorithm is used to find the Longest Palindromic Sub-string in any string.2. The _____ machine is an abstract machine that has five elements or tuples.3. _____ Algorithm is used to get the Longest Common Prefix (LCP) array from suffix array.4. _____ algorithm searches for occurrences of a “word” W within a main…

Crossword Puzzle Of The Week #7 (for Computer Networks)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of Computer Networks. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #7 (for Computer Networks)HINTS:Across: 1. This layer is also known as the Translation layer, as this layer serves as a data translator for the network.2. A _____ may be a topology for a Local Area Network (LAN) during which all nodes are individually connected to…

Crossword Puzzle Of The Week #6 (for System Design)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of System Design. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #6 (for System Design)HINTS:DOWN1.  _____ is a process used by software development organizations to plan, design, develop, test, deploy, and maintain software applications.2. _____ involves data flow diagram, data dictionary, state transition diagram, and…

Crossword Puzzle Of The Week #4 (for Object Oriented Programming)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of Object Oriented Programming. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #2  (for Object-Oriented Programming)HINTS:DOWN1. The class members declared as _____  can be accessed only by the member functions inside the class2. A ______is a collection of statements that perform some specific task and return the result to the…

Crossword Puzzle Of The Week #3 (for Database and Queries)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of Database and Queries. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #3  (for Databases and Queries)HINTS:DOWN:1. _______ gives a logical structure of the database graphically?2. _______ is the SQL command that is used for storing changes performed by a transaction.3. _______ withdraw users’ access privileges given by using the…

Crossword Puzzle Of The Week #2 (for Computer Science and Applications)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of Computer Science and Applications. The solution to the crossword puzzle is provided at the end.Crossword Puzzle Of The Week #2  (for Computer Science and Applications)HINTS:ACROSS:1. The …….. number system consits of at most10 digits.2. In Symmetric Key Cryptography, same key can be used by the sender and reciever for …………. of the message.5. ……. memory is the fastest…

Crossword Puzzle Of The Week #1 (for DSA)

Improve Article Save Article Like Article Improve Article Save Article In this issue of Crossword Puzzle of the week, we will dive into the topics of Data Structures and Algorithms (DSA). The solution to the crossword puzzle is provided at the end.Crossword Puzzle #1 – by GeeksforGeeksHINTS:Down:1. A ______ is like a line waiting to purchase tickets, where the first person in line is the first person served.2. _______ is the process of arranging data into a meaningful order.3. _______ are a collection of distinct…