Blog

Trend Technology Unix Mock Test

What is UNIX? UNIX is an operating system which was first developed in the 1960s, and has been under constant development ever since. By operating system, we mean the suite of programs which make the computer work. It is a stable, multi-user, multi-tasking system for …

Hacker Rank For Loop Problem

Hacker Rank Problem Input Format You will be given two positive integers,  and  (), separated by a newline. Output Format For each integer  in the interval  : If , then print the English representation of it in lowercase. That is “one” for , “two” for , and so on. Else if  and it …

Hacker Rank Conditional Statements Problem

Hacker Rank Problem Given a positive integer denoting , do the following: If , then print the lowercase English word corresponding to the number (e.g., one for , two for , etc.). If , print Greater than 9. Input Format A single integer denoting . Constraints Output Format If , then print the lowercase English word corresponding …

Hacker Rank Basic Data Types Problem

Hacker Rank Problem Input Format Input consists of the following space-separated values: int, long, char, float, and double, respectively. Output Format Print each element on a new line in the same order it was received as input. Note that the floating point value should be correct up to 3 decimal …

Hacker Rank Input and Output Problem

Hacker Rank Problem ObjectiveIn this challenge, we’re practicing reading input from stdin and printing output to stdout. In C++, you can read a single whitespace-separated token of input using cin, and print output to stdout using cout. For example, let’s say we declare the following variables: string …

Trend Technology HTML 5 Mock Test

HTML5 is the latest and most enhanced version of HTML.Technically, HTML is not a programming language, but rather a mark up language. HTML5 is the next major revision of the HTML standard superseding HTML 4.01, XHTML 1.0, and XHTML 1.1. HTML5 is a standard for …