Code debugging - Round 1
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Hari haran
Used 5+ times
FREE Resource
Enhance your content in a minute
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
1.What will be the output of the following C code?
int main()
{
int x = 10;
if (x = 5)
{
printf("True");
}
else
{
printf("False");
}
return 0;
}
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is true about the C programming language's malloc() function?
It automatically initializes the memory allocated to zero.
It allocates memory from the stack.
It returns a pointer to the first byte of the allocated memory.
It is a standard library function for dynamic memory allocation in C++ only.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
int main()
{
char str[] = "Hello";
str[0] = 'J';
printf("%s", str);
return 0;
}
Hello
Jello
Error
Undefined behavior
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which Python statement creates an empty set?
set()
[]
{}
empty()
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will the following C code print?
int x = 5;
printf("%d %d %d", x++, ++x, x);
5 7 6
6 7 6
5 6 6
Undefined behavior
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In Python, what is the purpose of the lambda function?
To define an anonymous function in a single line.
To define a function with a fixed number of arguments.
To define a function with variable arguments.
To make a function that returns multiple values.
7.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the following Python methods is used to remove an item from a list?
list.delete()
list.pop()
list.remove()
list.clear()
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
25 questions
PreAssessment_Computer Basics
Quiz
•
University
30 questions
Linux Quiz (RHCSA)
Quiz
•
University
25 questions
Python Module 1
Quiz
•
University
25 questions
PYTHON CONTEST
Quiz
•
University
25 questions
Set Theory Quiz
Quiz
•
University
25 questions
SQL MIDTERM EXAM
Quiz
•
University
25 questions
Human and Computer Interaction Part 2
Quiz
•
University - Professi...
34 questions
Computer Classification
Quiz
•
University
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
20 questions
christmas songs
Quiz
•
KG - University
20 questions
Holiday Trivia
Quiz
•
9th Grade - University
15 questions
Holiday Movies
Quiz
•
University
14 questions
Christmas Trivia
Quiz
•
3rd Grade - University
20 questions
Christmas Trivia
Quiz
•
University
8 questions
5th, Unit 4, Lesson 8
Lesson
•
KG - Professional Dev...
20 questions
Disney Trivia
Quiz
•
University
