GATE (Graduate Aptitude Test in Engineering) Computer Science & IT (CS): Questions 1467 - 1471 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 1467

Question MCQ▾

How many times is the statement “This is a loop” printed in this C program?

  1. #include<stdio.h>
  2. voidmain()
  3. {
  4. inti=0,j=0;
  5. for(i=0;i<5;i++)
  6. {
  7. for(j=0;j<4;j++)
  8. {if(i>1)
  9. break;
  10. }
  11. printf("Thisisaloop⧵n");
  12. }

Choices

Choice (4)Response

a.

5

b.

8

c.

4

d.

9

Edit

Question 1468

Question MCQ▾

What is the definition below referring to?

“It is an incorrect step, process or data definition in a computer program which causes the program to perform in an unintended or unanticipated manner.”

Choices

Choice (4)Response

a.

Failure

b.

Error

c.

Bug

d.

Fault

Edit

Question 1469

Question MCQ▾

All aggregate functions ignore null values in the table, except ________.

Choices

Choice (4)Response

a.

Count

b.

Average

c.

MIN

d.

MAX

Edit

Question 1470

Question MCQ▾

To perform Benchmark testing, a benchmark must be ________ and ________?

Choices

Choice (4)Response

a.

Quantifiable, Confirmative

b.

Quantifiable, Visible

c.

Repeatable, Verifiable

d.

Repeatable, Quantifiable

Edit

Question 1471

Question MCQ▾

What is the output of the following Oracle SQL statement?

Choices

Choice (4)Response

a.

All records of the employee table

b.

2 records of the employee table

c.

1 record of the employee table

d.

0 records of the employee table

Edit