BRAIN BUSTERS (ROUND2)

Quiz
•
Education
•
University
•
Hard
Harshitha Balivada
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code snippet?
#include <stdio.h>
int main() {
int a[] = {1, 2, 3, 4};
int sum = 0;
for(int i = 0; i < 4; i++) {
sum += a[i];
}
printf("%d", sum);
return 0;
}
10
20
15
12
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what is the average Time Complexity of binary search using recursion?
O(nlogn)
O(logn)
O(n)
O(n^2)
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which one of the following is not the application of the stack data structure
String reversal
Recursion
Backtracking
Asynchronous data transfer
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet?
#include <stdio.h>
void solve() {
int first = 10, second = 20;
int third = first + second;
{
int third = second - first;
printf("%d ", third);
}
printf("%d", third);
}
int main() {
solve();
return 0;
}
10 30
30 10
10 20
20 10
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is known as a set of entities of the same type that share same properties , or attributes?
Relation set
Tuples
Entity set
Entity Relation Model
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is not a valid C variable name?
int number;
float rate;
int variable_count;
int $main;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is not a function of the database?
Managing stored data
Manuplating data
Security for stored data
Analysing code
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Teste Java 1

Quiz
•
University
23 questions
EXAMEN UNIDAD 1 METODOLOGIA 3E-1

Quiz
•
University
15 questions
Alphabet sound

Quiz
•
University
20 questions
Python Coding Contest

Quiz
•
University
20 questions
O'zbekiston Respublikasi Bayrog'i (manba: https://lex.uz/acts/)

Quiz
•
University
20 questions
Hiragana-あ~か行

Quiz
•
KG - Professional Dev...
15 questions
CCDSALG Practice Questions

Quiz
•
University
15 questions
Revisão Bromatologia B1

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Education
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University