
Interrupt-13

Quiz
•
Computers
•
Professional Development
•
Medium

vaishnavi s
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to insert an image in HTML?
<image>
<img>
<picture>
<src>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following HTML tags is not deprecated?
<font>
<center>
<b>
<em>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
🔹 4. What is the output of 5 % 2 in C?
0
1
2
5
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
. What will be the output of the following C code?
#include <stdio.h>
int main() {
int a = 5;
printf("%d", a++ + ++a);
return 0;
}
1
12
10
Undefined behavior
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
x = [1, 2, 3]
print(x * 2)
[2, 4, 6]
[1, 2, 3, 1, 2, 3]
Error
[1, 2, 3, 2, 4, 6]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the error in this C code snippet:
#include <stdio.h>
int main() {
int x = 10;
if(x = 5)
printf("Equal\n");
return 0;
}
Prints "Equal"
= used instead of ==
Runtime Error
No Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following HTML attributes is used to specify an image description (for screen readers)?
src
title
alt
desc
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CodeHS - Intro to Python - Basics and Console Interaction

Quiz
•
9th Grade - Professio...
10 questions
C Programming Quiz

Quiz
•
Professional Development
11 questions
JavaScript

Quiz
•
Professional Development
10 questions
React and Hooks

Quiz
•
Professional Development
13 questions
MindSpace Computers C Quiz-1 2025

Quiz
•
Professional Development
20 questions
first round quiz

Quiz
•
Professional Development
10 questions
php- basics

Quiz
•
Professional Development
17 questions
Java Basics

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...