
Codigo

Quiz
•
Engineering
•
University
•
Medium
NAYANA B23CS1245
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What is the output of the following code?
int main()
{
int x = 10, y = 5;
printf("%d", x + y * 2);
return 0;
}
30
20
25
15
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the difference between ++i and i++ in C?
Both increment the value by 1 but ++i increments before the value is used, and i++ increments after.
Both increment the value by 1, but ++i increments after the value is used, and i++ increments before.
++i increases by 2, and i++ increases by 1.
There is no difference.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the value of i after the following loop?
int i;
for(i = 0; i < 10; i++) {
if (i == 5) {
break;
} }
4
5
10
9
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the static keyword do in C?
It makes a variable visible throughout the program.
It makes a function visible only within its file.
It ensures that a variable retains its value between function calls.
It makes a variable constant.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is known as the father of the computer?
Alan Turing
Charles Babbage
John Von Neumann
Bill Gates
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who invented the concept of the first programmable computer?
John Atanasoff
Charles Babbage
Alan Turing
Konrad Zuse
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is known for developing the first successful theory of artificial intelligence(AI)?
Alan Turing
John McCarthy
Marvin Minsky
Claude Shannon
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz No. 5

Quiz
•
University
17 questions
Research Methods

Quiz
•
University
15 questions
2025 Wolf Domestication

Quiz
•
7th Grade - University
20 questions
NEXUS'25

Quiz
•
University
20 questions
C Programming Fundamentals Assessment

Quiz
•
University
13 questions
Real-Time Operating Systems Quiz 1

Quiz
•
University
10 questions
Quiz 1 - Stability Analysis in Control Systems

Quiz
•
University
20 questions
DPSD QUIZ 1

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 Engineering
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