Q.1
A : You get the highest score in Math test. ___________B : Thank you.A : Can you give me the tips to master Math well?B : I love to review the material everyday in order to master the subject.
  • Beautiful
  • awful
  • Well done
  • My bad
Q.2
Stevi : Dad, finally I won the scrabble contest !Dad :
  • It's usual thing
  • I'm so proud of you
  • You should be better next time
  • Do your best
Q.3
These following words have similar meaning with 'congratulate' except...
  • Praise
  • Honor
  • Achieve
  • Salute
Q.4
Boy : ...., YogaYoga : Thank you so much. I wouldn't get here without you.Boy : It's not me, It's your hard work.Yoga : But, I'm nothing without your guidance. Thank you so much.
  • I wish you luck
  • You must greet me
  • Congratulation on your promotion.
  • You must congratulate me
Q.5
Rizkia : Congrats for becoming the winner of regional contest. I wish you Will be the winner in national contest.Sari :
  • I'm happy for my success
  • I'm not sure with my ability
  • I hope so
  • Please accept my congratulation
Q.6
Destri : Mom, Alhamdulillah, I passed the final exam. How happy I am!Mom : ....... proud of you dear
  • Wish you luck dear
  • Congrats on your achievement, we are
  • Congrats on being the winner
  • that's okay, you can do better
Q.7
Suppose one of your friends win a National Debate Competition.What Will you say to express your congratulation?
  • You must be happy
  • Let's do better next time
  • Congrats! You deserve it
  • Oh, not really
Q.8
These following expressions are used to give a compliment, except...
  • What a terrific performance!
  • How beautiful your performance is!
  • How awful your performance is!
  • That's impressive!
Q.9
Siska : Hi Tyas, I heard the news! You are chosen as our employee of the month..... You deserve it!Tyas : Thank you so much!
  • Good
  • I'm happy
  • Congratulations
  • Very well
Q.10
What is the proper response when someone compliment your appearance?
  • I'm actually not
  • Don't be kidding
  • Really? I appreciate that
  • I'm sorry
Q.11
You can have more than one main function.
  • True
  • False
Q.12
What is the output of this C code?#include <stdio.h>int main(){ printf("Hello World! %d \n", x); return 0;}
  • Hello World! x;
  • Hello World! followed by a junk value
  • Compile time error
  • Hello World!
Q.13
Which of the following is not a correct variable type?
  • int
  • real
  • float
  • char
Q.14
Which of the following is the correct operator to compare two variables?
  • equal
  • =
  • :=
  • ==
Q.15
What is the correct value to return to the operating system upon the successful completion of a program?
  • 1
  • 0
  • -1
  • program do not return a value
Q.16
What is the only function all C programs must contain?
  • start()
  • system()
  • main()
  • Program()
Q.17
The compiler ignores comments and they are not translated into machine language.
  • True
  • False
Q.18
The "\n" character does which of the following operations?
  • Double line spacing
  • Character deletion
  • Character backspace
  • Places cursor on the next line
Q.19
Which arithmetic operator in C returns the integer remainder of the result of dividing its first operand by its second?
  • \
  • *
  • %
  • /
Q.20
Which of the following correctly shows the hierarchy of arithmetic operations in C?
  • / + * -
  • * - / +
  • + - / *
  • / * + -
0 h : 0 m : 1 s