Interrupt-13

Interrupt-13

Professional Development

15 Qs

quiz-placeholder

Similar activities

04 JavaScript Einführung

04 JavaScript Einführung

Professional Development

10 Qs

Avaliação - HTML e CSS

Avaliação - HTML e CSS

Professional Development

20 Qs

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo - UD1-6 - Prof. C. Boni

University - Professional Development

20 Qs

ข้อสอบปลายภาควิชาวิทยาการคำนวณ ม.3

ข้อสอบปลายภาควิชาวิทยาการคำนวณ ม.3

Professional Development

20 Qs

SQL Select 1

SQL Select 1

Professional Development

10 Qs

CSNP 04103 C++ Midterm preparation

CSNP 04103 C++ Midterm preparation

University - Professional Development

11 Qs

Telco Practice Test 1

Telco Practice Test 1

Professional Development

15 Qs

Digital Electronics (Weekend Assignment - 3)

Digital Electronics (Weekend Assignment - 3)

University - Professional Development

20 Qs

Interrupt-13

Interrupt-13

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

vaishnavi s

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?