ACM Tech Weekend Quiz (Sept 20)

ACM Tech Weekend Quiz (Sept 20)

University

20 Qs

quiz-placeholder

Similar activities

Variables y constantes

Variables y constantes

University

15 Qs

Session 1 Quiz

Session 1 Quiz

University

15 Qs

Examen sobre Git y GitHub

Examen sobre Git y GitHub

University

20 Qs

Module01_C_M_M&A

Module01_C_M_M&A

University

15 Qs

Quiz Round For Group 1

Quiz Round For Group 1

University

20 Qs

Quizziz: Introducción a Git

Quizziz: Introducción a Git

University

20 Qs

DEI40103- Revision Before Test

DEI40103- Revision Before Test

University

18 Qs

Semiconductors and Diode Theory

Semiconductors and Diode Theory

University

20 Qs

ACM Tech Weekend Quiz (Sept 20)

ACM Tech Weekend Quiz (Sept 20)

Assessment

Quiz

Engineering

University

Hard

Created by

Indrayani Mude

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What will be the output of this Python code?

print(2**3**2)

64

512

256

36

2.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

Which of the following operators in C++ can be overloaded?

+

?:

=

( )

3.

FILL IN THE BLANK QUESTION

30 sec • 10 pts

The function used to allocate memory that is initialized to zero is

4.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

Which of the following will output as 4 in Python?

len("code")

len([1, 2, 3, 4])

len((1, 2, 3, 4, 5))

len({1: "a", 2: "b"})

5.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

The process of having multiple functions with the same name but different parameter lists is called

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which SQL command is used to remove all rows from a table while keeping the table structure intact?

DELETE

DROP

REMOVE

TRUNCATE

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

In HTML, which tag is used to create a dropdown list?

<dropdown>

<select>

<input type="drop">

<list>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?