Join Regular Classroom : Visit ClassroomTech

coding

Anagrams | Coding Problem Solve | codewindow.in

Anagram An anagram is a word, phrase or name formed by rearranging the letters of another word, phrase or name.Write a function to check if two given strings are anagrams or not. Return “yes” if they are anagrams, otherwise return “no”. Input Specifications:input1: the first stringinput2: the second string Output Specification:Return “yes” if they are

Anagrams | Coding Problem Solve | codewindow.in Read More »

Number Puzzle | Coding Problem Solve | codewindow.in

Number Puzzle Given a set of numbers, one can arrange them in any order but must pay a penalty equal to the sum of the absolute differences between adjacent numbers.Return the minimum penalty that must be paid. Input Specification:input1:Length of an integer array of numbers (2<=input1<=1000)input2:Integer array (1<=input2[i]<=10000) Output specification:Return the minimum penalty. Example:Input1: 3Input2:

Number Puzzle | Coding Problem Solve | codewindow.in Read More »

Cloud Computing Basic Questions | Codewindow.in

Cloud Computing Basic Questions Cloud computing means that instead of all the computer hardware and software you’re using sitting on your desktop, or somewhere inside your company’s network, it’s provided for you as a service by another company and accessed over the Internet, usually in a completely seamless way. Exactly where the hardware and software

Cloud Computing Basic Questions | Codewindow.in Read More »

Software Engineering Basic Questions | Codewindow.in

Software Engineering Basic Questions The term is made of two words, software and engineering.   Software is more than just a program code. A program is an executable code, which serves some computational purpose. Software is considered to be collection of executable programming code, associated libraries and documentations. Software, when made for a specific requirement

Software Engineering Basic Questions | Codewindow.in Read More »

Computer Networking Basic Questions | Codewindow.in

Computer Networking Basic Questions A computer network is a group of devices connected with each other through a transmission medium such as wires, cables etc. These devices can be computers, printers, scanners, Fax machines etc. The purpose of having computer network is to send and receive data stored in other devices over the network. These

Computer Networking Basic Questions | Codewindow.in Read More »

Operating System Basic Questions | Codewindow.in

Operating System Basic Questions An Operating System (OS) is a software that acts as an interface between computer hardware components and the user and provides common services for computer programs. The operating system is an essential component of the system software in a computer system. Application programs usually require an operating system to function. Examples

Operating System Basic Questions | Codewindow.in Read More »