MABS Institution
11th Computer Science Weekly Test- 1( Introduction to C++ )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What is a reference variable? What is its use?
-
Distinguish between a unary, a binary and a ternary operator? Give examples for each one at them?
-
What is association?
-
What will be the result of a = 5/3 if a is (i) float (ii)int
-
-
If a = 15; what is the result of a < < 3 and a > >2?
-
State the escape sequences for horizontal tab and new line feed
-
-
Explain steps involved in creating and execution of C++ program.
-
Write about Binary operators used in C++.
-
Write a program to find the difference between Simple Interest and Compound Interest when Principal, Rate and Time are given, (principal = 500, Rate = 10, Time = 2).
-
-
Write a C++ program to find the perimeter and area of a Semicircle.
-
Write a C++ program to convert a Celsius 100°C to Fahrenheit;
-