PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-II)

Total Questions: 100

31. When the following code is executed what will be the value of x and у?

int x = 1, y = 0
y = x++;

Correct Answer: A. 2, 1

32. How many values can be held by an array A(-1, m; 1, m)?

Correct Answer: D. m (m + 2)

33. What is the result of the expression (1 & 2) + (3/4)?

Correct Answer: D. 0

34. How many times the word 'print' shall be printed by the following program segment?

Correct Answer: D. 8

35. Which of the following is not a type of Database Management System?

Correct Answer: D. Sequential

36. Manager's salary details are to be hidden from Employee Table. This Technique is called as

Correct Answer: C. External level Datahiding

37. A Network Schema

Correct Answer: B. permits many to many relationship

38. Which normal form is considered as adequate for usual database design?

Correct Answer: B. 3NF

39. If D₁, D₂, ... ... Dₙ are domains in a relational model, then the relation is a table, which is a subset of

Correct Answer: B. D₁ × D₂ × ... ... x Dₙ

40. Which of the following addresses is used to deliver a message to the correct application program running on a host?

Correct Answer: A. Port