GATE (Graduate Aptitude Test in Engineering) Computer Science & IT (CS): Questions 1395 - 1400 of 3196

Choose Programs:

🎓 Study Material (1190 Notes): 2024-2025 Syllabus

Rs. 1000.00 -OR-

3 Year Validity (Multiple Devices)

Topic-wise Notes & SampleDetails

🎯 302 Numeric, 2894 MCQs (& PYQs) with Full Explanations (2024-2025 Exam)

Rs. 650.00 -OR-

3 Year Validity (Multiple Devices)

CoverageDetailsSample Explanation

Help me Choose & Register (Watch Video) Already Subscribed?

Question 1395

Question True-False▾

Statements

  1. All Recursively Enumerable Languages are Recursive languages.

  2. All Regular languages are Context free languages.

Choices

Choice (4)Response

a.

None of the statements is correct.

b.

Only statement Ⅰ is true.

c.

Only statement Ⅱ is true.

d.

All the statements are correct.

Edit

Question 1396

Question MCQ▾

Stack addressing is an example of ________?

Choices

Choice (4)Response

a.

Direct addressing

b.

Indirect addressing

c.

Immediate addressing

d.

Implied addressing

Edit

Question 1397

Question MCQ▾

Imagine a hash table having space for records, then the probability of collision before the table becomes full will be given as?

Choices

Choice (4)Response

a.

0.42

b.

0.21

c.

0.28

d.

0.35

Edit

Question 1398

Question MCQ▾

What is true about the LEN () function of SQL?

Choices

Choice (4)Response

a.

It can have multiple parameters

b.

Counts leading spaces

c.

Counts trailing spaces

d.

Question does not provide sufficient data or is vague

Edit

Question 1399

Question MCQ▾

What is the minimal number of moves required to solve the “Tower of Brahma” , if we are having 4 disks to transfer with us?

Choices

Choice (4)Response

a.

15

b.

16

c.

7

d.

32

Edit

Question 1400

Question MCQ▾

What is the output of the C program given below?

  1. #include<stdio.h>
  2. int main()
  3. {
  4. printf("%d",main);
  5. return0;
  6. }

Choices

Choice (4)Response

a.

Compile time error

b.

Runtime error

c.

Address of main function

d.

Garbage value

Edit