VU Final Term Past Papers
19 solved final term past paper MCQs for CS408 (Human Computer Interaction) at Virtual University, each with the correct answer marked. Use them to learn the VU question style and test your recall. An independent study tool — not affiliated with VU.
Prefer a summary first? Read the CS408 final term handout.
Q1. _____________is the least technical way of collecting data, but it can be difficult and tiring to write and observe at the same time.
Q2. In ________ every class in Java is part is overloaded
Q3. ________ compile into machine independent language, independent code which run in a managed execution environment.
Q4. ________ compile initially to an intermediate. Which can be run by interpretation or just in time
Q5. In______ Boolean expression is convertible into integer type
Q6. The concept of sealed class in C# is similar to ________
Q7. Concept of package in java is similar to ---------
Q8. With programming in -------- we state what and not how.
Q9. Each source file in ------ has a public class.
Q10. In ---------- we may specify the range and precision for floating point numbers. C
Q11. ---------- support array with built in bounds checking.
Q12. In ------- we can make a pointer variable of value type only.
Q13. The concept of package in java is similar to ---------
Q14. Which of the following language is used for server-side scripting?
Q15. In_________string and Numeric values are inter convertible.
Q16. In ------ the relationship between a get and set method is inherited, while in -- ------ it has to be maintained.
Q17. Managed or safe code in ------------- is executed under the control of common language runtime (CLR) with automatic garbage collection, no explicit memory allocation and de allocation and no explicit destructor.
Q18. ------------ is more strongly typed language then -----------
Q19. -------- exception inherit from exception class and --------- exception is anywhere in the program.