• 1. 
    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
  • 2. 
    Stevi : Dad, finally I won the scrabble contest !Dad :

  • Do your best
  • It's usual thing
  • I'm so proud of you
  • You should be better next time
  • 3. 
    Merry : Where did you buy that gown?Maryam : I made it myself.Merry : Oh really?Maryam : SureMerry : __________ You're creativeMaryam : Thanks

  • Congratulation
  • Good
  • I'm so proud of you
  • Are you happy?
  • 4. 
    Which following statement is true?

  • Congratulation is the feeling of being grateful
  • Congratulation is an arrangement, a promise
  • Congratulation is something that you say or do to greet
  • Congratulation is the act of expressing joy or acknowledgement, as for achievement
  • 5. 
    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
  • 6. 
    Ben : Yes, I think so (1)Ann : They look so cute (2)Ben : Oh my God! So many puppies, where did you get them? (3)Ann : I got them from the animal shelter. (4)Please put the sentences in the right order to make a good dialogue!

  • 1-2-3-4
  • 3-4-1-2
  • 3-4-2-1
  • 4-3-21
  • 7. 
    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!
  • 8. 
    What is the only function all C programs must contain?

  • start()
  • system()
  • main()
  • Program()
  • 9. 
    What is the output of this C code?#include 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!
  • 10. 
    When does the code block following while(x<100) execute?

  • When x is less than one hundred
  • When x is greater than one hundred
  • When x is equal to one hundred
  • while it wishes
  • 11. 
    You can have more than one main function.

  • True
  • False
  • 12. 
    Input/output function prototypes and macros are defined in which header file?

  • conio.h
  • stdlib.h
  • stdio.h
  • dos.h
  • 13. 
    The "\n" character does which of the following operations?

  • Double line spacing
  • Character deletion
  • Character backspace
  • Places cursor on the next line
  • 14. 
    Which of the following is the correct operator to compare two variables?

  • equal
  • =
  • :=
  • ==
  • 15. 
    Is the syntax for the following C statement correct?:scanf("%d", input);

  • True
  • False
  • 16. 
    Which of the following is not a correct variable type?

  • int
  • real
  • float
  • char
  • 17. 
    To print out 'a' as an integer and 'b' as a decimal, which of the following printf() statement will you use?

  • printf("%f %lf", a, b)
  • printf("%f %f", a, b)
  • printf("%d %f", a, b)
  • printf("%f %d", a, b)
  • 18. 
    Which of the following is not logical operator?

  • &
  • &&
  • ||
  • !
Report Question
warning
access_time
  Time