Home Authors Posts by Team MCK

Team MCK

Artificial Intelligence- Meaning and Advantages

0
What is Artificial Intelligence (AI)? Imagine you have a robot or a computer program that can do smart things, like learning from experiences, solving problems,...

What is Cryptocurrency?

0
What is Cryptocurrency? Cryptocurrency is a digital or virtual form of currency that utilizes cryptography for secure financial transactions, control of additional unit creation, and...

Palindrome in Go

0
Palindrome in Go
Palindrome in Go A palindrome is a number/string which is similar when read from the front and from the rear. Problem statement Given an Number, check whether...

Simple Interest set 1

0
Simple Interest set 1 final amount initial principal balance annual interest rate time (in years) Read the following questions carefully and choose the right answer. 1] From a bank, Ram...

HTML Text Formatting

0
HTML Text Formatting We can use some special tags to format the text as we want. Some Formatting elements tags are: <b> - Bold text Example: <b>This text is...

Lab Course – C

0
Lab Course – C
Lab Course – C Lab Course Manual Exercise 1 Set A Apply all the three program development steps for the following examples. 1. Accept dimensions of a cylinder...

Number Series Set II

0
Number Series Set II Logical Reasoning :: Number Series Number Series Set I * Look carefully for the pattern, and then choose which pair of numbers comes...

Advanced Web Designing

0
Advanced Web Designing The Hypertext Mark-up Language (HTML) is an evolving language, with different versions supporting different features. HTML5 is currently used because it supports...

Array in ascending order in C

0
Sort Array in ascending order in C
Array in ascending order in C Problem statement Given an array, sort in ascending order. Solution Use two for loops, Outer for loop for preserving index and the...

Average Aptitude Test Paper 1

0
Average Aptitude Test Paper 1 1) What is the average of first five multiples of 12? 36 38 40 42 The correct answer is A Explanation: Average = 12∗(1+2+3+4+5)...

Latest Post

Aptitude

Simple Interest set 1

Number Series Set I